Dialplan

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
hajata
Posts: 3
Joined: Mon May 28, 2007 11:07 am

Dialplan

Post by hajata »

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:

Hello All, ok I am trying to make dial plans on the SIP server, in order to route have two distict routes to internal server, or to target the call to another server.

So after authentication, I would like the calls going to ":sip:999.+@" to just be authenticated, and nothing after, (since this is the username for all SIP phones and they could call each other) also I want the calls without the "999" prefix to goto my IP address "xx.xx.xx.xx"
Can anyone help me with making dialplans??
hajata
Posts: 3
Joined: Mon May 28, 2007 11:07 am

Post by hajata »

Here's what I had in mind:

Matching Patterns
$request=^INVITE
To = sip: 999.+@

Deploy patter:
$session=com.sample.radius.proxy.RadiusAcct
$continue=true


Matching pattern2:
$request=^INVITE

Deploy pattern2:
$target=xxx.xx.xxx.xx:5061
Post Reply