1. Brekeke Product Name and version: PBX 2.3.6.0 Pro
2. Java version: 1.6.0_11
3. OS type and the version: Linux SuSE SLES 9 SP1 (2.6.12.46-0.12)
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: I want to use the ARS feature to route the calls coming from and going to sip phone NOT registered in the PBX.
How can I have to define the ARS rules and Dial Plan rules to achieve this ? Or if I want to use ARS do I have to have a user defined in the PBX ?
Using ARS rules without having PBX user defined/registered
Moderator: Brekeke Support Team
-
- Posts: 8
- Joined: Thu Aug 20, 2009 5:33 am
if no pbx feature needed, you can just use dialplan to route the call
sample dialplans at http://www.brekeke-sip.com/download/bss ... lan_en.pdf
Can use ARS without creating pbx users.
sample dialplans at http://www.brekeke-sip.com/download/bss ... lan_en.pdf
Can use ARS without creating pbx users.
-
- Posts: 8
- Joined: Thu Aug 20, 2009 5:33 am
if sip server/configuration/sip/authentication Invite is set ON,
you need to create user authentication account at sip server/User authentication and set the same auth user and password at phone side.
if client cannot handle invite authentication, then the following dialplan is needed
[Matching Patterns]
$request = ^INVITE
$addr = VoIP_device_IP
[Deploy Patterns]
$auth = false
$target=localhost:15060
At pbx/ARS, create an empty ARS pattern-in by just clicking new buton, to accept all calls no matter if it is pbx user
and create ARS pattern-out to route the call to destination, like
[Matching Patterns]
To: sip:9(.+)@
User: empty
[Deploy Patterns]
To; sip:$1@detination_ip
you need to create user authentication account at sip server/User authentication and set the same auth user and password at phone side.
if client cannot handle invite authentication, then the following dialplan is needed
[Matching Patterns]
$request = ^INVITE
$addr = VoIP_device_IP
[Deploy Patterns]
$auth = false
$target=localhost:15060
At pbx/ARS, create an empty ARS pattern-in by just clicking new buton, to accept all calls no matter if it is pbx user
and create ARS pattern-out to route the call to destination, like
[Matching Patterns]
To: sip:9(.+)@
User: empty
[Deploy Patterns]
To; sip:$1@detination_ip