Dial plan explanation
andrewp:
Hi all,
I'm trying to change DigitMap for ITSPB which is configured for SIP to make international calls.
I'd like to have following phone number transformation:
Dialed phone number: **201123334445566
Phone to send to SP2 : 23334445566
SP2 is configured with ITSPB
Primary line is set to to SP1 which is GV
I have default OutboundCallRoute on PHONE port "...,{(<**2:>(Msp2)):sp2},..." and changed ITSPB DigitMap to: (<011:>2333xxxxxxx)
When I try to place a call, I get an error that there is no route. Am I doing something wrong here?
RonR:
andrewp,
Is this your whole ITSPB DigitMap value? : (<011:>2333xxxxxxx)
If so:
When the PHONE Port DigitMap is processed, your dialed number of **201123334445566 will be transformed to **223334445566 by the ITSPB DigitMap rule (<011:>2333xxxxxxx). When **223334445566 is then processed by the PHONE Port OutboundCallRoute, the **2 will be removed but the remaining number (23334445566) will not match your ITSPB DigitMap rule (<011:>2333xxxxxxx) because the 011 has already been removed. Consequently, the {(<**2:>(Msp2)):sp2} rule cannot be executed.
andrewp:
Thanks a lot RonR,
I was suspecting something like that, but was not sure if PHONE port DigitMap is applied automatically or only when referenced from the Call Route.
When I was placing a call, the Call Status page of OBi110 was showing phone number as **223334445566 i.e already processed by PHONE -> ITSPB DigitMap transfromation.
I guess that the correct digit map for ITSPB will be: (<011:>2333xxxxxxx|2333xxxxxxx)
It would be less confusing if DMP would apply phone number transformation only when DigitMap is referenced from the Call Route rule.
Thanks again for your quick help.
RonR:
Quote from: andrewp on June 02, 2011, 01:30:38 pm
I guess that the correct digit map for ITSPB will be: (<011:>2333xxxxxxx|2333xxxxxxx)
That should work.
yiucsw:
Want to implement a fix number dialing, when one pick up home phone, directly call to my mobile number thru Line phone.
Can i set as following, where 9999999 is my mobile number? so when someone pick up my home codeless phone, obi will dial out 999999 for me?
OutboundCallRoute (:99999999)
Navigation
[0] Message Index
[#] Next page
[*] Previous page