News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

General phone port question

Started by larrybob, December 06, 2011, 05:36:10 PM

Previous topic - Next topic

larrybob

Here is the default phone port digit map:
([1-9]x?*(Mpli)|[1-9]|[1-9][0-9]|911|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))

Ron suggested this for use in another country replacing 911 with 1xx  (The 3digit emergency numbers start with 1 there.)

([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|1xx|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))

why is 1xx needed here at all, if it is also found in Mpli? This creates a duplication. Is there a special reason one would want emergency numbers in both digitmaps.?

Also why were the S9 time delays added?


Thanks! Larry

RonR

Quote from: larrybob on December 06, 2011, 05:36:10 PM
why is 1xx needed here at all, if it is also found in Mpli? This creates a duplication. Is there a special reason one would want emergency numbers in both digitmaps.?

Because 911 is so important, it's handled by the main PHONE Port DigitMap and OutboundCallRoute so that 911 is a valid number and is routed to the LINE Port regardless of what the PrimaryLine is set to and without any need to dial **8911.  I prefer to have it in the LINE Port DigitMap too so that **8911 also works.

In your case you probably want:

Physical Interfaces -> PHONE Port -> DigitMap:

([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|1[0-689]x|**0|***|#|**1(Msp1)|**2(Msp2)|**8(Mli)|**9(Mpp)|(Mpli))

Physical Interfaces -> PHONE Port -> OutboundCallRoute:

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

Quote from: larrybob on December 06, 2011, 05:36:10 PM
Also why were the S9 time delays added?

I assume Obihai added those in v1.3 so that people who dial 9-1-1 very slowly are less likely to get Speed Dial 9 or Speed Dial 91 instead.

larrybob

Thanks Ron! That's exactly what i did.  I will update everything tonight. Then, after a few weeks of use, i will post all the parameters that i am using in Brasil. 

Larry

bsdaiwa

Have you been able to post the all the parameters for your Brasil setup? If not could you?