Using ARS rules without having PBX user defined/registered

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
al.thewizard
Posts: 8
Joined: Thu Aug 20, 2009 5:33 am

Using ARS rules without having PBX user defined/registered

Post by al.thewizard »

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 ?
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

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.
al.thewizard
Posts: 8
Joined: Thu Aug 20, 2009 5:33 am

Post by al.thewizard »

thanks hope,

can you send me an example of the needed configuration to use ARS rules without having a PBX user.
hope
Posts: 862
Joined: Tue Jan 15, 2008 4:08 pm

Post by hope »

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
al.thewizard
Posts: 8
Joined: Thu Aug 20, 2009 5:33 am

Post by al.thewizard »

Thanks hope, it works perfectly.
Post Reply