$time format

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
noiptel
Posts: 68
Joined: Mon Feb 22, 2010 9:24 pm
Location: USA

$time format

Post by noiptel »

1. Brekeke Product Name and version:

2. Java version:

3. OS type and the version:

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :

6. Your problem:
We want to allow calls from 7PM to 1AM(next day). Please provide changes to below $time condition?

$time = ^0[0-7]:

Thanks
Haddas
Posts: 170
Joined: Thu Jan 17, 2008 11:55 am

Post by Haddas »

$time = ^19|^2.|^01
noiptel
Posts: 68
Joined: Mon Feb 22, 2010 9:24 pm
Location: USA

Post by noiptel »

Thank you for your response, I see the idea now, but does that rule covers the time range from Midnight to 1:00 (00:00 to 00:59) ?
Haddas
Posts: 170
Joined: Thu Jan 17, 2008 11:55 am

Post by Haddas »

Wow.. you are right.

Try this.
$time = ^19|^2.|^00


It covers 19:00-00:59
Post Reply