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:
I would appreciate if somebody can show me how to make a dialpan for XY route so that it has a PATTERN OUT that sends calls to a A_ITSP but to send all calls that begin with 01144 prefix to B_ITSP. I would like the 01144 prefix stripped off before it is sent to the B_ITSP. B_ITSP will require the following information:
SIP ID is : 33333333
SIP Password is : ABCDE
SIP Domain/Registrar is : voiptalk.org
Also can somebody show me a sample dial plan in ARS that sends all calls from sip:8665433021@6x.xxx.xxx.xx to a voice mail say 8665433033
Dialplan on pattern out
Moderator: Brekeke Support Team
Go to ARS/Settings, copy an existing ars
then open the copy,
change to "voiptalk.org" at register uri, proxy,
then click "Edit variables", set
v1:33333333
v2: ABCDE
v3: a pbx extension to answer incoming call
Pattens out
Matching patterns:
To: sip:01144(.+)@
Deploy Patterns:
From:"&v1"<sip:&v1@voiptalk.org>
To: sip:$1@voiptalk.org
From: sip:8665433021@6x.xxx.xxx.xx
To: sip:(.+)@
Deploy Patterns:
To: sip:8665433033@
then open the copy,
change to "voiptalk.org" at register uri, proxy,
then click "Edit variables", set
v1:33333333
v2: ABCDE
v3: a pbx extension to answer incoming call
Pattens out
Matching patterns:
To: sip:01144(.+)@
Deploy Patterns:
From:"&v1"<sip:&v1@voiptalk.org>
To: sip:$1@voiptalk.org
Matching patterns:Also can somebody show me a sample dial plan in ARS that sends all calls from sip:8665433021@6x.xxx.xxx.xx to a voice mail say 8665433033
From: sip:8665433021@6x.xxx.xxx.xx
To: sip:(.+)@
Deploy Patterns:
To: sip:8665433033@