News:

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

Main Menu

Help Merging DigitMaps

Started by jadog, November 23, 2018, 07:48:06 AM

Previous topic - Next topic

jadog

Hey guys. I have an existing DigitMap that was setup and tweaked by the helpful users on this forum. However, I would like to add some additional maps to my existing, but I'm concerned I'll make it worse rather than better. I'm using PhonePower (which I really like), and their technician recommended using the following Digit map for the ITSP Profile:

(**|[3469]11|0|00|1xxxxxxxxxx|<1>[2-9]xxxxxxxxxS0|*21|*50xxxx|*51xxxx|*52xxxx|*53xxxx|*54|*6[013569]|*6[27]xx.|*77|*[789]2xx.|*73|*74[0-1][0-9]*xxxxxxxxxx|*75[0-1][0-9]|*8[137]|90xxxx|*93|*96|011xx.|xx.|(Mipd)|[^*#]@@.)

And here is my current existing DigitMap:
(911|933|1xxxxxxxxxx|<1260>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.S3)

So I would like to add the additional maps for PhonePower so that I can use some of the star codes. However, I don't want to just append to the end of my as it seems I will likely be duplicating much of what I already have. And I don't want to break it  :).


azrobert

Just add the star codes you want to your current DigitMap like this:
(911|933|1xxxxxxxxxx|<1260>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.S3|*21|*50xxxx)

jadog

Excellent. So I updated to the following:

(911|933|1xxxxxxxxxx|<1260>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.S3|*21|*50xxxx|*51xxxx|*52xxxx|*53xxxx|*54|*6[013569]|*6[27]xx.|*77|*[789]2xx.|*73|*74[0-1][0-9]*xxxxxxxxxx|*75[0-1][0-9]|*8[137]|90xxxx|*93|*96)


I left out the following:

011xx.|xx.|(Mipd)|[^*#]@@.

I figured the 011xx. would be redundant since I already have it as 011xx.S3. However, I'm unclear what the last two are.

(Mipd)|[^*#]@@.

Should I include those?

drgeoff

Quote from: jadog on November 24, 2018, 07:56:56 AM
I left out the following:

011xx.|xx.|(Mipd)|[^*#]@@.

I figured the 011xx. would be redundant since I already have it as 011xx.S3. However, I'm unclear what the last two are.

(Mipd)|[^*#]@@.

Should I include those?
See pages 202 and 199 of the Admin Guide.

jadog

Thanks for the direction. From what I understood in the guide, it seems like these allow for alphanumeric quick dialing. Not sure what the application would be for either of these, so I'll leave them off.

azrobert

(Mipd) is used to match an IP address dialed as:
123*192*168*1*100*5160
and convert it to:
123@192.168.1.100:5160

ipd is found under the User Defined Digit Maps

Someone on the forum said the other rule was used to match an SIP URI like:
userid@somewhere.com

Maybe it's also used to match the above transformed number. The OBi uses a 2 step process to route a call. After you dial an IP address, it will get changed by the Phone DigitMap. Now the same rule will not match the number in the OutboundCallRoute. You need another rule to match the converted number.

jadog

Thanks for the additional explaination. I'm not sure what the real world application would be for this. Meaning, why would anybody want to pound out an IP or SIP URI from their phone?

Maybe in some rare case this could be useful, but including it as part of the default map seems odd. Or maybe I'm just over thinking it  ::).