Help setting up call routes for OBi202

<< < (5/6) > >>

jadog:
Understood. I'm currently on firmware v3.1.0 (Build: 4972), which I believe is the latest. What is the downside to just leaving it like it is? If outgoing GV calls are outside of the trunk group, it shouldn't be any big deal since SP4 was the last in the TG list anyway, right?

Also, if I want to route all outgoing calls to a specific phone number (for example: 1235551212) to Google Voice, what do I need to add to the OutboundCallRoute? I tried adding the following, but it still went through SP1 when I dialed it.

{(<1235551212>):sp4}

azrobert:
You are correct, no downside.

Don't use the arrows in your rule. They add or remove digits from the dialed number. Just modify the rule I gave you:

{(<9:1>xxxxxxxxxx|1235551212|1235551313):sp4}

jadog:
I must be doing something wrong. Here is my OutboundCallRoute:

{([19]900xxxxxxx):},{(<9:1>xxxxxxxxxx|2335659005):sp4} ,{(<2605659005>):sp4},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<#:>):ph2},{(<**70:>(Mli)):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**9:>(Mpp)):pp},{(Mpli):pli}

However, when I dial 2335659005, it routes it to SP1.

Below is the call history:

From PH1    To SP1(12335659005) 

azrobert:
My mistake, you need to include the country code:
{(<9:1>xxxxxxxxxx|12335659005):sp4}

When you dial 10 digits, rule "<1>[2-9]xxxxxxxxx" will add a "1" prefix, so you don't need a separate rule for 10 digits.

jadog:
Sweeeet! It's working perfectly - all of it! Thank you so much for all your help. I finally have a phone system I love.

My next mission is to find a way to have my Amazon Fire TV (using Kodi) display phone calls and pause my video. But that's probably another forum :). Thanks again!!!

Navigation

[0] Message Index

[#] Next page

[*] Previous page