News:

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

Main Menu

Selecting Call Out SP based on dialed area code.

Started by Igor, June 22, 2013, 03:49:50 PM

Previous topic - Next topic

Igor

Currently I have registered two SP providers, and selected SP1 as primary for Call Out.
I would like to make the following configurations for "PHONE Port interface":
1) if I dial area code "333" plus 7 digit number -> use SP2 for Call Out.
2) if I dial 7 digit number without area code -> use SP2
for the rest phone numbers just use default SP1.

From my understanding i need to set it up somehow through the "DigitMap" and
"OutboundCallRoute" setting.

Thanks for help and responds!

azrobert

#1
Service Providers -> ITSP Profile A -> General:

This is the default DigitMap for an OBi110:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Change it to:

(xxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Physical Interfaces -> Phone Port
Add to the beginning of the OutboundCallRoute:

{(xxxxxxx|1333xxxxxxx):sp2},

Igor

Thanks a lot!
One extra question: how though the config I can specify default "area code" that would be prepended to the 7 digit numbers.
I know it can be done via SP config within ObiTalk portal, but how is it done via config rules?

Quote from: azrobert on June 22, 2013, 04:48:48 PM
Service Providers -> ITSP Profile A -> General:

This is the default DigitMap for an OBi110:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Change it to:

(xxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Physical Interfaces -> Phone Port
Add to the beginning of the OutboundCallRoute:

{(xxxxxxx|1333xxxxxxx):sp2},


azrobert

{(<1333>xxxxxxx|1333xxxxxxx):sp2},

or

{(<333>xxxxxxx|1333xxxxxxx):sp2},


Igor

Thanks Robert.

Quote from: azrobert on June 22, 2013, 09:33:26 PM
{(<1333>xxxxxxx|1333xxxxxxx):sp2},

or

{(<333>xxxxxxx|1333xxxxxxx):sp2},