Urgent Dial Plan Assistance Needed
N7AS:
When using the phone attached to the OBi110, just call your GV number.
ianobi:
RFord,
Now to get technical :)
The OutboundCallRoute is a series of rules. Rules have the format:
rule := callee-list : terminal
where
callee-list := callee|callee|callee| … (vertical bar separated list of 0 or more callee object)
callee := number OR embedded-digit-map OR @ (@ = any number)
In our example:
{((00|011)xx.)|*1571:sp2}
((00|011)xx.) is a small embedded digit map
*1571 is a number
sp2 is the terminal
(((00|011)xx.)|*1571) would turn the whole thing into a digit map, which I'm fairly sure would also work, but let's keep it as simple as we can!
Kings:
ianobi,
The initial dial plan you gave me works perfectly well for me: {((00|011)xx.)|*1571:sp2}
I even had to modify it somehow to enable me directly call UK 11 digit telephone numbers, and that is also working well. See the adjusted dial plan below and kindly let me know if I am correct:
{((00|011|0xx)xx.)|*1571:sp2}
One more thing, how can I divert my unanswered PSTN landline calls attached to the Obi device to my mobile phone or another number. secondly, how can I reduce or completely remove about 12-15 minutes delay or time lag before my placed calls goes through especially with SP2?
Thanks.
ianobi:
Assuming that sp1 is your Primary Line then make the following changes:
Service Providers > ITSP Profile A > General > DigitMap:
(<**2>0xxxxxxxxxx|…existing rules here…)
Service Providers > ITSP Profile B > General > DigitMap:
(0xxxxxxxxxx|…existing rules here…)
Leave like this in OutboundCallRoute: {((00|011)xx.)|*1571:sp2}
The 12 – 15 seconds delay is caused by numbers not being exactly matched. My way of dealing with the eleven digit UK numbers should have no more than two seconds delay as we know they are eleven digits so we can match them exactly. Any rule that ends x. means that the OBi does not know how many digits to expect, so it waits for ten seconds to see if you have finished dialling.
Diverting PSTN calls on no answer is best set up like so:
Physical Interfaces > LINE Port >Calling Features > CallForwardOnNoAnswerNumber: sp1(12345678912)
Where sp1 is the service to use to forward the calls and 12345678912 is your mobile number.
Physical Interfaces > LINE Port >Calling Features > CallForwardOnNoAnswerRingCount
This sets how many rings before the forwarding happens. Default is two ringing cycles.
Kings:
What can I do to be able to directly call someone on the same Localphone network with their seven digits Sip ID, i.e. 3480477 using SP2 on my obi device?. I used to be able to easily call other people on localphone network just by dialing their seven digits username or sip id directly from the desktop phone attached to my Linksys PAP2T adapter.
Below is what I have at the moment on my OutboundCallRoute:
{((00|011|0xx|234)xx.)|*1571:sp2},{([1-9]x?*(Mpli)):pp},{(<#:>|911):li},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}
Secondly, how can I backup the current settings on my Obi110 device?
Thanks in advance.
Navigation
[0] Message Index
[#] Next page
[*] Previous page