International calls via SP2

<< < (2/4) > >>

artm:
Current setup:
OBI110
Voice Services: SP2 enabled
ITS Profile B: Callcentric, outbound/inbound
Physical interfaces: Phone port used


Goal:
I'd like to try out a different provider for international calls, starting with 011 of course. Can I do so by editing ITS Profile A without touching anything else? Can it also be done so I can disable it at will and revert to my current config,with Callcentric for everything?

I can provide device settings if you like.

Thanks for the help!

azrobert:
You can't by just changing a digit map.
Add the following to the beginning of the Phone Port OutboundCallRoute:
{(011xx.):sp1},

You have to remove this code to revert back to SP2.

You could do this:
{(<00:011>xx.):sp1},

Now dial the number 00xxxxxxxxxx and it will be routed to SP1 as 011xxxxxxxxx
Dialing 011xxxxxxxxxx will still be routed to SP2

You should have rules 011xx. and xx. in the ITSP B digit map
Change them to 011xx.S3 and xx.S3
This will speed up the routing process

The above assumes your Primary Line is SP2

artm:
Correct, primary is SP2, ITSP Profile B (callcentric).

So, I have:

ITSP Profile B > General > DigitMap (recommended by Callcentric)
(*xx.|**275*x.|[3469]11|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

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


Physical Interfaces > Phone Port > CallReturnDigitMaps (default)
{pli:(xx.)},{sp1:(<**1>xx.)},{sp2:(<**2>xx.)},{li:(<**8>xx.)},{pp:(<**9>xx.)}


==========================================

And the new setup should be...?

ITSP Profile B > General > DigitMap (recommended by Callcentric)
(*xx.|**275*x.|[3469]11|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.S3|xx.S3|(Mipd)|[^*#]@@.)

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

==========================================

That's it? That certainly is easy!



artm:
It was that easy, simply changing the OutboundCallRoute to the one below routes all international calls through SP1.

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


But, now, I think I need all outbound calls routed through SP1 except 911, which is SP2. All inbound calls are SP1

Can I simply use the same above but change the PrimaryLine to SP1 (it is now SP2)? Will 911 still go through SP2? Seems that it should. I'd like to do it this way so I can switch back easily to primary line SP2 if necessary (for non-international).

artm:
OK...so, changing the Primary to SP1 works with the existing route.

Now, the only issue is extensions: Callcentric (SP2) allows a three digit number to connect to another extension. How can I preserve that on SP2 now that the primary is SP1?

Thej DigitMap for SP2 is currently:

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

Navigation

[0] Message Index

[#] Next page

[*] Previous page