News:

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

Main Menu

Obi200 for GV and local within office calls

Started by realjohny, April 23, 2021, 04:43:26 PM

Previous topic - Next topic

realjohny

I have obi200 setup with Google voice and having obi phone adapter plugged into its USB port.
I want to use only one cordless (and not separate cordless for each purpose) plugged into obi200 for dialing both within US (and rest of the world) calling and for dialing within office extensions which all start with 02, 03, 04, 05, 06, 07, 08.

I have plugged in office line into obi phone adapter which is connected with USB port.

How can I achieve this, please help.

realjohny

Thank you for your help.

In fact all extensions start with numbers I mentioned in my first post but these extnsions are usually four numbers. I think dial rules will be different then?

drgeoff

#2
Quote from: realjohny on April 24, 2021, 08:24:11 AM
Thank you for your help.

In fact all extensions start with numbers I mentioned in my first post but these extnsions are usually four numbers. I think dial rules will be different then?
Assuming that the "obi phone adapter" is an OBiLINE and that your office phone system uses ordinary analogue phones ie not a digital PBX with digital phones.
Insert

{(0[2-8]xx):li},

at the very beginning of the Phone Port OutboundCallRoute and ensure that whatever SP GV uses is set as the Primary Line.

realjohny

#3
Thank you very much for the help.

I have set it up but getting a message from Google "Please try again".

After redoing it now I am getting the message "there is no call route"- from Obi.

drgeoff

You did not read my post properly.  "Insert" does not equal "Substitute".

realjohny

Thank you for correcting.

I have inseted the new dial rule before the default outbound rule and now my new outbound call route is:

{(0[2-8]xx):li},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<**70:>(Mli)):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}


Dialing out through Google Voice Calls are working, I can receive calls on Google Voice as well as office PSTN calls but dialing out with any number starting with 02 to 08 doesn't work. Google voice message is "please try again".

drgeoff

What I told you to insert is based on the premise that office numbers begin with a 0.  That is followed by one digit in the range 2 to 8 inclusive. That is followed by two more digits each in the range 0 to 9 inclusive.  Four dialled digits total.  Is that premise correct?

realjohny

#7
That's right with few exceptions where numbers are five in total.

I just did one try putting below and it worked, don't know if there can be a better solution of it:

{(0[2-8]xx):li},{(0[2-8]xxx):li},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<**70:>(Mli)):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}

drgeoff

Quote from: realjohny on April 28, 2021, 05:11:23 PM
That's right with few exceptions where numbers are five in total.

I just did one try putting below and it worked, don't know if there can be a better solution of it:

{(0[2-8]xx):li},{(0[2-8]xxx):li},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<**70:>(Mli)):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}
You can replace the first two rules in the {}s above by the single rule

{(0[2-8]xxx?):li}

x? means either one digit or none.

realjohny

Thank you very much for your time in responding and help.

Really grateful. It worked. Have a great day :)