Need help with dial plan

<< < (4/4)

Novice:
Quote from: ianobi on June 23, 2013, 10:09:14 am


Physical Interfaces > PHONE Port > DigitMap:
([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))

Physical Interfaces > PHONE Port > OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}




Can someone please explain what this part of the digit map/call route does?
[1-9]x?*(Mpli)
Mpli is the primrary line digit map. Are we taking a fully defined digit map and making a new digit map with a prefix?
Doesn't x? mean 0 or 1 digits? How can you have a '*' after a '?' ?

Thanks in advance

azrobert:
[1-9]   You are comparing the 1st digit of the dialed number for 1 thru 9
x?       Optionally followed by zero thru 9
*         Followed by a star
[1-9]x?*(Mpli)  You are comparing for anything in Mpli prefixed by 1* thru 99*

{([1-9]x?*(Mpli)):pp}
This is used to route a call over the OBiTalk network.
The 1* thru  99* points to Speed Dial 1 thru 99 that is set to the target OBi number.

Navigation

[0] Message Index

[*] Previous page