News:

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

Main Menu

Help with Outgoing Call Route

Started by bryanlyle, January 08, 2012, 12:37:05 PM

Previous topic - Next topic

bryanlyle

Right now I have all calls going out through my PSTN line.  I'd like to have all calls go out the PSTN EXCEPT two particular numbers.  Those numbers I want to go through SP1.  How do I do that? :)

bryanlyle

Is it this easy?

In the phone OutboundCallRoute setting:

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

Where all calls would go out the primary line (in my case the PSTN) except for 15555555555 and 14444444444.  Those would be routed through SP1 ?

Thanks!

RonR

There's a much better way to do it.

Instead, leave the PHONE Port DigitMap and OutboundCallRoute at Default and set:


Physical Interfaces -> LINE Port -> DigitMap:

([2-9]11|[2-9]xxxxxx|1xxxxxxxxxx|<**1>(14444444444|15555555555))

bryanlyle

So, previously I had the default DigitMap:

(xxxxxxxS4|1xxxxxxxxxx|xx.)

Replace that entire string with what you posted?

Or would something like this work?

(<**1>(15555555555|14444444444)|xxxxxxxS4|1xxxxxxxxxx|xx.)

RonR

#4
Quote from: bryanlyle on January 08, 2012, 03:08:03 PM
(<**1>(15555555555|14444444444)|xxxxxxxS4|1xxxxxxxxxx|xx.)

I recommend you replace the original with what I suggested because

1.  xxxxxxxS4 adds and extra 4 seconds to the interdigit timeout when you dial 7-digit numbers.

2. xx. adds an extra 2 seconds to the interdigit timeout when you dial x11 or an 11-digit number.