Dialplan using time to route to various extension numbers

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
bonifatio
Posts: 14
Joined: Fri Feb 19, 2010 2:45 pm
Location: EUROPE

Dialplan using time to route to various extension numbers

Post by bonifatio »

1. Brekeke Product Name and version:
Brekeke SIP Server , Version 2.4.3.0
2. Java version:
6.11
3. OS type and the version:
windows server 2008
4. UA (phone), gateway or other hardware/software involved:

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

6. Your problem:
I do not know how to define a dialing rule that will enable:
- opening of a sipnumber i.e. 1000@ on weekdays from 10am to 9 pm
- opening 1000@ on saturdays from 10am to 4pm
- routing all calls outside of opening hours (weekdays and weekend) to ext 1001@

Is it possible to combine this in 1 dialing rule or do I require multiple dialing rules - following the dialing rules instruction I have not come to a working solution
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

use brekeke pbx schedule feature
lakeview
Posts: 319
Joined: Thu Nov 15, 2007 11:54 am
Location: Florida

Post by lakeview »

Use $date and $time in the DialPlan.

Weekdays:
$date( "EEE" ) =! ^Sun|^Sat

Saturday:
$date( "EEE" ) = ^Sat
Post Reply