Help - Dial plan

(1/4) > >>

Chao:
I would like to achieve this:

First I do not want to use **2 to select my SP2. I want to use 0. Then when user dial 0xxxxxxxx, SP2 will be selected and 0086xxxxxxx will be sent to SP2.

I read the sticky dial plan post but was not understanding much. Please help. Thanks.

RonR:
Quote from: Chao on June 24, 2011, 08:22:35 am

Then when user dial 0xxxxxxxx, SP2 will be selected and 0086xxxxxxx will be sent to SP2.


You want to dial 0 + 8-digits and send 0086 + 7-digits to SP2.  Which of the 8 dialed digits to you want to discard?

Chao:
I want:

dial 0 + 10-digits and send 0086 + 10-digits to SP2 - For China landline
dial 0 + 11-digits and send 0086 + 11-digits to SP2 - For China mobile
dial 9 + 10-digits and send 001 + 10-digits to SP2   - For US numbers (a backup to Google Voice)

Thanks.

RonR:
Service Providers -> ITSP Profile A -> General -> DigitMap:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|<00:011>xx.|<0:**20086>xxxxxxxxxxx?|
<9:**2>1xxxxxxxxxx|<9:**2>[2-9]xxxxxxxxx|<9:**2>xxxxxxx|(Mipd)|[^*]@@.'@'@@.)


Service Providers -> ITSP Profile B -> General -> DigitMap:

(<00>1xxxxxxxxxx|<001>[2-9]xxxxxxxxx|<001aaa>xxxxxxx|00xx.|(Mipd)|[^*]@@.'@'@@.)


Note: Replace all occurrences (2 places) of aaa with your local area code.


             7 digits  ->  SP1 : 1 + Area Code + 7 digits
           10 digits  ->  SP1 : 1 + 10 digits
           11 digits  ->  SP1 : 11 digits

       9 + 7 digits  ->  SP2 : 00 + 1 + Area Code + 7 digits
     9 + 10 digits  ->  SP2 : 00 + 1 + 10 digits
     9 + 11 digits  ->  SP2 : 00 + 11 digits
0 + 10/11 digits  ->  SP2 : 00 + 86 + 10/11 digits


Note: The international call prefix is now 00 instead of 011 (00 + country code + number).

Chao:
Thanks. This works like a charm.

Navigation

[0] Message Index

[#] Next page