News:

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

Main Menu

Modify DigitMap for International Calls by GV

Started by robhouston, April 24, 2011, 03:11:33 AM

Previous topic - Next topic

robhouston

This is my current DigitMap for ITSP Profile A (Google Voice):

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

If I modify the highlighted rule as below, will that route international calls to GV?

|<**1>011xx[/b].|

Thanks!

shap

Quote from: robhouston on April 24, 2011, 03:11:33 AM
This is my current DigitMap for ITSP Profile A (Google Voice):

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

If I modify the highlighted rule as below, will that route international calls to GV?

|<**1>011xx[/b].|

Thanks!

I think the correct way to route the call to specific provider (SP1, SP2 or any other) is to use PhonePort OutboundCallRoute and Auto Attendant -> OutboundCallRoute . Here is my working example:

PhonePort -> OutboundCallRoute:
{([1-9]x?*(Mpli)):pp},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(<**3:>(Mvg1)):vg1},{(<01x1:1>xx.):sp2},{(<001:1>xx.):sp2},{(<#1:>(Mvg1)):vg1},{(Mpli):pli}

In this example, everything that is starting with 01x1 or 001 (international dialing for US in my country) will be changed to 1 and passed to the SP2 (Google Voice in my cause).

So if I dial US 0018887373632 it will dial through the Google voice.
If I dial UK 0044234983754 it will dial using my primary line, SP1 in my cause.

RonR

Quote from: robhouston on April 24, 2011, 03:11:33 AM
This is my current DigitMap for ITSP Profile A (Google Voice):

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

If I modify the highlighted rule as below, will that route international calls to GV?

|<**1>011xx[/b].|

Thanks!

All you need to do is remove the <**8>, leaving 011xx.  We added the <**8> to force international calls to the LINE Port instead of going to the default SP1 (GV) port.

NOTE:  The [ b ] and [ / b ] stuff doesn't belong in your DigitMap.  Those are forum posting operators to create BOLD text and shouldn't have been copied into your DigitMap.

robhouston

RonR-----thanks yet again.  Indeed, I knew the /b stuff was there when posting to create the bolding, so I shouldn't have copied it.