cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2196
Views
0
Helpful
2
Replies

Dial plan: Can we change the redirect number (sip-sip)?

abrajan
Level 1
Level 1

Hello Scott Page/Alexei/Dirk Anyone.

I have a question on dial plan:

Call flow: A---cucm----pgw----voicemail

              B-----|

Its a sip to sip call, what i need to do is change the redirect number or rather add a digit to the redirect number at the PGW side.

For instance:

A number: 902228990

B number: 902228996

Redirect number: 92228996  --->Here i want to change it to 902228996

pgw patch: 9.8.2    "Patch:"CSCOgs014/CSCOnn014""

bash-3.00$ uname -a
SunOS tcs-tza1 5.10 Generic_127127-11 sun4u sparc SUNW,Netra-440

I checked from the cisco website but i think its only for isup sip calls only but not sure.

numan-add:fullnumbertrans:svcname="Service Name",numbtype="Number Type", digstring="Original Digits",
translatednum="Translated Digits"

Where numtype can be choose 3 for redirect number.

numtype—Identifier for the number type (1-5), it is one of the following values:

1—called party number

2—calling party number

3—redirecting number

4—calling party number and redirecting number

5—original called number


Can some help me out with the dial plan configuration?.

Regards,

Aby
2 Replies 2

abrajan
Level 1
Level 1

Guys,

This configuration would work?, please let me know

1. mml> numan-add:service:custgrpid="DP00",name="BATMANredirect"

2. mml> numan-add:fullnumbertrans:svcname="BATMANredirect",digstring="92228996", translatednum="902228996",numtype="3"

numtype=3-->redirect number

3. Adding a result type of NUM_TRANS:

mml>   numan-add:resulttable:custgrpid="DP00",name="results",resulttype="NUM_TRANS",  dw1="BATMANredirect",dw2="3",dw3="3",setname="setname3"

dw2--->number type hence i put it 3

dw3--->NOA--->hence i put it as national ie 3,

dw4--->Dialplan?-- can i avoid this?

4. mml> numan-add:resulttable:custgrpid="DP00",name="noar",resulttype="R_NUMBER_TYPE", dw1="4",setname="setname3"

dw1===>NOA again, i put it as dw1="4" as national.

Can any of you help me if this would do the trick or anything else needs to be added?.

Thanks and appreciate your time.

Regards,

Aby

Found out that we cant change it for SIP to sip calls, it works only for isup to sip ..