News:

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

Main Menu

How to setup voice gateway and trunk group for voip.ms

Started by nathanyang0428, May 23, 2012, 12:02:01 PM

Previous topic - Next topic

nathanyang0428

Hi, I am new here with an OBI110. I have configured Google Voice as SP1 and DellVoice as SP2. So if I would like to use voip.ms to make IDD call, I thought I have to config voip.ms on the voice gateway and trunk group. Could you please tell me how to do so?

HW: OBI110
SP1: Google Voice
SP2: DellVoice (primary line)

How could I setup my obi110 to
1. dial local call (including toll free) by using SP2.
2. dial US&Canada long distance by SP1 (google voice)
3. dial IDD (011xx) by voip.ms?

Thank you so much!

veames

Quote from: nathanyang0428 on May 23, 2012, 12:02:01 PM
How could I setup my obi110 to
1. dial local call (including toll free) by using SP2.
2. dial US&Canada long distance by SP1 (google voice)
3. dial IDD (011xx) by voip.ms?

Thank you so much!

Hi, you will probably want to use a dialplan in the obi to accomplish above via the various prefixes.011-areacode etc, I barely understand dialplans myself but in the interim you can just dial normally for SP1 and when you want to use SP2, just prefix your call with **2 which tells the obi to use SP2.


nathanyang0428

Here is what I set it up. Could you please check what is wrong/missing?
Physical Interfaces-->Phone-->DigitMap
([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|911|**0|***|#|**1(Msp1)|**2(Msp2)|**3(Mvg3)|**8(Mli)|**9(Mpp)|(Mpli))

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

Physical Interfaces-->Phone-->OutboundCallRoute

Voice Service-->Gateways and Trunk Groups-->Voice Gateway3
Enable      (Checked)
Name       voip.ms
AccessNumber    montreal.voip.ms
DigitMap   (011xx.)
AuthUserID   1abcde(6 digits,My user account in voip.ms)
AuthPassword   (My password)
How could I setup trunk group? How could I setup PrimaryLine in Physical Interfaces-->Phone? SP2 or trunk group1?



pc44

Hi nathanyang0428,

I see no one has followed up on your inquiry for some time now, and so I thought I would respond.  I may not be able to resolve your issue(s), but perhaps if we work on it together, we might make some progress.  :)

First, I would change the following:
Voice Gateway3 -> DigitMap -> (xx.)
Physical Interfaces -> PHONE Port -> PrimaryLine -> SP1 Service

That should send US&Canada long distance calls to SP1 without any custom rules.  Then, I would change your OutboundCallRoute from what you have...

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

to

{911:sp2},{<1ABC>[2-9]xxxxxx:sp2},{<1>ABCxxxxxxx:sp2},{<1>(800|888|877|866|855)xxxxxxx:sp2},{1xxxxxxxxxx:sp1},{(011xx.):vg3},{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Mvg3)):vg3},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}

...where ABC is your local area code.  Now, you should also be able to dial 7-digit numbers for your local calls.

With your existing setup, are you able to dial out using voip.ms when you press the **3 and then the number?  I just want to double-check that your **1, **2, and **3 prefixes work successfully when manually dialed before the desired telephone number.  Obviously, if manually dialing **3 does not function properly, then these other modifications will likely not work either.

Let me know you think,
pc44