User calls at certain hours.

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
ergocho
Posts: 1
Joined: Wed May 20, 2009 4:38 pm

User calls at certain hours.

Post by ergocho »

1. Brekeke Product Name and version: 2.3.6.0 Academic

2. Java version: 1.6

3. OS type and the version: Windows XP Pro. SP3

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

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

6. Your problem:

Hi. im trying to use SIP for an comunitary radio in my university, i configure it with some users and with x-lite can make calls. The idea its to give to that users restrains to only can call to X at "x to x hour"

Example:
555 only can call 566 monday and friday from 07:00am to 9:00am

Thats to take control of the "live programs" in the radio. I have been reading the docs of dial plans but i dont see anything like that.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

dialplan 1

Matching patterns:

$request=^INVITE
$time=^1[0-9]:
$date("EEE")=Mon|Fri

Deploy patterns:

To=sip:566@


dialplan2 return busy to the call at other time

Matching patterns:

$request=^INVITE

Deploy patterns:

$action = 486
Post Reply