After obifying my IP phones using Obi202
HMishra:
I am kinda lost here. Here is what exists on my current OutboundCallRoute for both phoneports:
{911:sp3},{933:sp3},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<#:>):ph2},{(<**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}
I use SP2 as GV proxy, SP1 being the actual configured GV connection and SP3 is for my CallCentric connection which I use for 911. That said, what should I change? I guess I am confused about how caller-id comes into picture.
Thanks!
GPz1100:
Testing a theory based on the that dslr thread that it's not forwarding to vm correctly because a number equaling your gv # is getting passed as the caller id which somehow causes issues.
Theory is to pass on a different caller id when placing the call, which, according to the dslr thread, in asterisk fixed the issue.
So, you would update
{911:sp3},{933:sp3},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<#:>):ph2},{(<**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}
with
{911:sp3},{933:sp3},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<#:>):ph2},{(<**70:>(Mli)):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1(12341234567>$2)},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}
When placing your test call, dial **1{number}, where number is one of those numbers that created issues for you in the past when unanswered.
HMishra:
Hmmm...After above change, I get a busy tone when dialing the same # that I entered on the OutboundCallRoute.
GPz1100:
I don't follow. You're dialing a real phone number or 12341234567 ? If the latter, why? What happens with a real number that caused issues in the past?
HMishra:
I substituted 12341234567 with my real phone# (my cell#) both in the outboundcallroute and while dialing e.g. **1 + <number> and got a busy tone. It wasn't recorded on my Obi202 call history either so not sure what happened.
Navigation
[0] Message Index
[#] Next page
[*] Previous page