News:

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

Main Menu

Digit map and out bound call route.

Started by frostiex, June 03, 2013, 12:20:08 PM

Previous topic - Next topic

frostiex

Hi all,I have been doing a lot of reading for the last 2 weeks. in regards to dial plans
I am still a bit confuse as ever.

Maybe someone can shed some light on me?

Currently, I have SP1 (SIP provider) and SP2 (google voice)

What I am trying to do is this: When I call any 403-xxx-xxxx (local number) or 1-800-xxx-xxxx it is routed to my Mpli (which is my Msp1). Any other number. 1-xxx-xxx-xxxx  or 011-xxx..... goes thru my Mps2.

any help or hints to start me off would b e great!!

thx in advance.

Koby

Quote from: frostiex on June 03, 2013, 12:20:08 PM
Hi all,I have been doing a lot of reading for the last 2 weeks. in regards to dial plans
I am still a bit confuse as ever.

Maybe someone can shed some light on me?

Currently, I have SP1 (SIP provider) and SP2 (google voice)

What I am trying to do is this: When I call any 403-xxx-xxxx (local number) or 1-800-xxx-xxxx it is routed to my Mpli (which is my Msp1). Any other number. 1-xxx-xxx-xxxx  or 011-xxx..... goes thru my Mps2.

any help or hints to start me off would b e great!!

thx in advance.

One way you probably could do it would be this.  Make SP2 the default outbound route for all calls.  The using OBi Expert Configuration go to the PHONE Settings and find the Outbound Call Route.  In that line, you should see an existing setting that looks like this:

,{**0:aa}

Just before the comma, try adding this:

,{(1403xxxxxxx|<1>403xxxxxxx|18(00|88|77|66|55|44|33|22)xxxxxxx|<1>8(00|88|77|66|55|44|33|22)xxxxxxx):sp1}

So that it will now look like

... ,{(1403xxxxxxx|<1>403xxxxxxx|18(00|88|77|66|55|44|33|22)xxxxxxx|<1>8(00|88|77|66|55|44|33|22)xxxxxxx):sp1},{**0:aa} ...

Note that there must be a comma separating each section, so one comma before and one comma following the added section (the one following is the one already there).  As shown above, this should force area code 403 and toll-free calls to go out SP1, whether or not dialed with a leading 1 (as shown here it will add the 1 if it's not dialed).  If you allow 7 digit dialing then you might need to omit the two rules that start with <1> to avoid causing problem with 7 digit local calls.  In that case the string to add would be:

,{(1403xxxxxxx|18(00|88|77|66|55|44|33|22)xxxxxxx):sp1}

Hope this helps