News:

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

Main Menu

Configuring the DigitMap

Started by libertyspike138, July 01, 2020, 08:40:39 AM

Previous topic - Next topic

libertyspike138

I had my OBi200 configured for Google Voice on SP1 & Anveo for E911 on SP2 for a long time but I had not realized that my Anveo account had run out of funds and my service was cancelled. Anveo used to charge something like $0.080 a month but now they want $25 a year so as a result I just signed up for GV911 at $12 a year. Here's my problem! Under Google Voice my DigitMap was set to this (!911|*xx|<+>1xxxxxxxxxx|<+1740>[2-9]xxxxxx|<+1>[2-9]xxxxxxxxx|<011:+>xx.|(Mipd)|[^*]@@.) which allowed me to make 7 digit phone calls without dialing "1 740" my local area code first. I followed GV911's directions and replaced my DigitMap on SP1 with (<911:14242798234>S0|<922:14242798235>S0|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.) to properly route the E911 calls but this took away the 7 digit calling. I'm not familiar with the formatting of how a DigitMap works so I need to know how to combine these without messing it up. Thanks!

drgeoff

Insert

<1740>xxxxxxx

as explained near the bottom of page 198 of the Admin Guide, http://www.obitalk.com/info/documents/admin_guide/OBiDeviceAdminGuide.pdf

Put it after the <922: .... block and with a | separator.

libertyspike138

So you are stating that this is the proper order?

(<911:14242798234>S0|<922:14242798235>S0|<1740>xxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Thanks for all your help, drgeoff!

drgeoff

Quote from: libertyspike138 on July 01, 2020, 09:11:42 AM
So you are stating that this is the proper order?

(<911:14242798234>S0|<922:14242798235>S0|<1740>xxxxxxx|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

Thanks for all your help, drgeoff!
Yes, though it is "a" not "the" proper order.

libertyspike138

Is this the proper order? I had originally put it after the 922 section?

(<911:14242798234>S0|<922:14242798235>S0|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1740>xxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

drgeoff

Quote from: libertyspike138 on July 01, 2020, 09:54:01 AM
Is this the proper order? I had originally put it after the 922 section?

(<911:14242798234>S0|<922:14242798235>S0|1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1740>xxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
There is no single "correct" order.

Digit Maps are not processed in the same way as InboundCallRoutes and OutboundCallRoutes.  Those are evaluated in left to right order and the first encountered matching rule is acted upon.  Subsequent rules aren't even examined.

With Digit Maps, all the sections are examined.  Read the section "Matching Against Multiple Rules in Digit Map" on page 199 of the Admin Guide I linked to.