Dialplan: Possible to enable both 7-digit and 10-digit dialing?
Lynx:
Is it possible to have local 7-digit dialing xxx-xxxx, 10-digit dialing (xxx)xxx-xxxx, and 11-digit dialing 1(xxx)xxx-xxxx all enabled at the same time? If so, can someone post a dialplan to do this?
Also, is S0 at the end of a string needed to have no delay like on the Linksys PAP2?
ianobi:
Lynx,
Please be more specific. Which OBi do you have? What is your Primary Line? Which numbers need to route where - 7 digits to Line Port, 10 digits to Msp1, 11 digits to Msp2 etc?
S0 can be useful in OBi DigitMaps, but needs to be used with care. By putting S0 at the end of a 7 digit number you might make it impossible to get a 10 digit number to work.
Lynx:
Hi ianobi,
It's an obi100. Just one Google Voice line. Just unsure how to craft the dialplan (and whether trying to enable both 7 and 10-digit dialing invariably introduces a delay?)
Here is obi's default for GV:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Aren't the first two redundant? If it matches the first rule, won't it automatically send without looking at the subsequent rules?
jimates:
When you set up GV on the dashboard you had the option to enter an area code for 7 digit dialing. When you select that, Obitalk configures your digit maps for 7 digit dialing, 10 and 11 digit dialing works by default.
Go back to your dashboard and put the area code in the configuration wizard.
ianobi:
Lynx.
Jimates is correct (and he knows a lot more about gv setup than me!)
This is what you need to end up with:
Service Providers -> ITSP Profile A -> General -> DigitMap:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|011xx.|(Mipd)|[^*]@@.'@'@@.)
where aaa is your local area code.
If you dial:
Eleven digits starting with 1, then the call matches the first rule and is sent out on sp1.
Ten digits starting with 2-9, then the second rule will prepend a 1 and send the call out on sp1.
Seven digits, then the third rule will prepend a 1 and your local code and send the call out on sp1.
There is no difference in timings for the above three rules; each will be an exact match and be sent to line after a 2 second delay.
Navigation
[0] Message Index
[#] Next page