DialPlan Name Replacement
Moderator: Brekeke Support Team
DialPlan Name Replacement
1. Brekeke Product Name and version: 2.1.6.6
2. Java version: 1.6.0.100
3. OS type and the version: Win2003 Server Standard
4. UA (phone), gateway or other hardware/software involved: RadiusCat and IVRCat
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem: I do Calling card call Thru and Call back. My call thru extension number on BSS 1111 and Call Back 2222
When userphone xxx want to call phone number yyy this is what happens;
xxx ==> 1111, then
1111 ==> yyy
then yyy see CallerID 1111 calling. How can i change the url to show xxx calling rather than 1111 ?
For CallBack, Same Senerio
xxx Calls 2222, then get busy tone
2222 calls xxx then
2222 calls yyy then yyy see CallerID 1111 calling. How can i change the url to show xxx calling rather than 2222 ?
2. Java version: 1.6.0.100
3. OS type and the version: Win2003 Server Standard
4. UA (phone), gateway or other hardware/software involved: RadiusCat and IVRCat
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem: I do Calling card call Thru and Call back. My call thru extension number on BSS 1111 and Call Back 2222
When userphone xxx want to call phone number yyy this is what happens;
xxx ==> 1111, then
1111 ==> yyy
then yyy see CallerID 1111 calling. How can i change the url to show xxx calling rather than 1111 ?
For CallBack, Same Senerio
xxx Calls 2222, then get busy tone
2222 calls xxx then
2222 calls yyy then yyy see CallerID 1111 calling. How can i change the url to show xxx calling rather than 2222 ?
Did you try the DialPlan above which 'hope' suggested?
>> However xxx and yyy always change and could be anything numbers.
For this, Alias feature may meet your requirement..
http://www.brekeke-sip.com/wiki/index.p ... i=df05855a
>> However xxx and yyy always change and could be anything numbers.
For this, Alias feature may meet your requirement..
http://www.brekeke-sip.com/wiki/index.p ... i=df05855a
I upgraded overnight and unfortunatly i could not see any [New Alias} page under [Dial Plan] I am using Standard commercial, i guess its only the Pro version that have that feature.
Back to Square one.
Let me re-define my issue again;
Caller = xxx
Callee = yyy
IVR = IVRCAT
LEG1 of the Call, xxx ==> 1111 (IVRCAT),
LEG2 of the Call, 1111 (IVRCAT) ==> yyy
Callee(yyy) sees Caller as "1111" (IVRCAT)
How can i change the caller-ID so that the Callee will see xxx as the caller ?
Back to Square one.
Let me re-define my issue again;
Caller = xxx
Callee = yyy
IVR = IVRCAT
LEG1 of the Call, xxx ==> 1111 (IVRCAT),
LEG2 of the Call, 1111 (IVRCAT) ==> yyy
Callee(yyy) sees Caller as "1111" (IVRCAT)
How can i change the caller-ID so that the Callee will see xxx as the caller ?
>> Yes i want to replace the From header "1111" or "2222" to show "xxx" when "yyy" recieved the call.
Try this.
--------------------
[Matching Patterns]
$request = ^INVITE
From = sip:1111@|sip:2222@
To = sip:yyyy@
$geturi(From) = @(.+)
[Deploy patterns]
From = sip:xxx@%1
$replaceuri = true
--------------------
Try this.
--------------------
[Matching Patterns]
$request = ^INVITE
From = sip:1111@|sip:2222@
To = sip:yyyy@
$geturi(From) = @(.+)
[Deploy patterns]
From = sip:xxx@%1
$replaceuri = true
--------------------