Dialplan: Possible to enable both 7-digit and 10-digit dialing?

<< < (3/3)

Lynx:
Quote from: ianobi on October 25, 2012, 09:39:43 am

I can see no function for these rules in a GV DigitMap:
xx.|(Mipd)|[^*]@@.
GV experts please comment!

@ Lynx – I’m not sure what the *xx rule is for in your suggested DigitMap as it seems to conflict with Obi Star Codes.

I’m sure that we all feel better for having a good DigitMap workout  :)


Thanks for the excellent explanation! The *xx is in Obi's default dialplan (not added by me). Obi's star codes all start with 3 asterisks (***), right? So I don't think it'd conflict with them.

As for (Mipd)|[^*]@@, I have no clue what those default settings do, but it would be interesting to know!

jimates:
Per RonR on March 11, 2011

User Defined DigitMaps are a nice way to keep from having to maintain multiple copies of the same DigitMap.  For example, I use the following Digitit Map on ITSPA, ITSPB, Trunk Group 1, and several Voice Gateways:

(1xxxxxxxxxxS4|<1>[2-9]xxxxxxxxxS4|<1870>xxxxxxxS4|011xx.|xx.|(Mipd)|[^*]@@.)

Rather than duplicate it numerous times in all those places, and worse, have all those places to edit if I want to make a change to it, I put it in a User Defined DigitMap named 'ste' (Seven/Ten/Eleven).  Then I can simply reference it using (Mste) from all the places I want to use it.

'ipd' is a DigitMap for doing IP Dialing.  It supports dialing a SIP URI using an IP address:

1234567890@127.0.0.1:5060

can be dialed from a phone using

1234567890*127*0*0*1*5060

August 12, 2011

Leave the PHONE Port DigitMap and OutboundCallRoute at Default.  Leave the PrimaryLine at SP1 Service.


Services Providers -> ITSP Profile A -> General -> DigitMap:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|<**2>18(00|88|77|66|55)xxxxxxx|
<**21>8(00|88|77|66|55)xxxxxxx|<**2>011xx.|(Mipd)|[^*]@@.'@'@@.)


Services Providers -> ITSP Profile B -> General -> DigitMap:

(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>xxxxxxx|011xx.|(Mipd)|[^*]@@.'@'@@.)


where aaa is your local area code.


7/10/11 digits  ->  SP1
             011+  ->  SP2
        Toll Free  ->  SP2


I recommend removal of the xx. rules as I've done above.

[^*]@@. has been replaced with [^*]@@.'@'@@. as a better rule for SIP URI dialing from Speed Dials:

18005551212@tf.callwithus.com

The [^*] portion is a workaround for a bug in the OBi firmware.  It can be removed if/when the bug is fixed

ianobi:
This thread has made me look again at default ITSP DigitMaps.

In my Obi110 (more than a year old) the default ITSP DigitMap is:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)

I note that in the OBiDeviceAdminGuide Version 26.08.12  the default ITSP DigitMap is:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.)

I wonder if any new Obi owners have seen that difference in their Obi devices?

I think we have established here that for most owners using GV and some other providers, that the optimum DigitMap is the RonR/jimates version:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|<1aaa>[2-9]xxxxxx|011xx.)

Where aaa is your local code.

Of course, if you don’t live in North America (as in my case), then you might need very different DigitMaps  :)

@Lynx – I’m still confused by your *xx rule. If you dial an OBi Star Code from your telephone (e.g. *69, Call Return), then putting *xx in your DigitMap could cause some confusion.

jimates:
I just reset my Obi202 to factory default, due to CC configuration that caused it to crash.

These are the defaults for the current FW release

ITSP Digit Map (7 digit dialing was selected during setup from the dashboard)
(*xx|1xxxxxxxxxx|<1814>[2-9]xxxxxx|<1>[2-9]xxxxxxxxx|011xx.|xx.|(Mipd)|[^*]@@.)

Phone 1 & 2 Digit Map
([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|911|**0|***|#|**8(Mbt)|**1(Msp1)|**2(Msp2)|**3(Msp3)|**4(Msp4)|**9(Mpp)|(Mpli))


Phone 1 & 2 OutboundCallRoute
{([1-9]x?*(Mpli)):pp},{(<#:>):ph2},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}

Obitalk InboundCallRoute
{(290xxxxxx)>(xx.):SP1},{(290xxxxxx):aa},{ph,ph2}

Of course the ITSP digit map will be moved to a user defined digit map named Ste and referenced there. The newly configured ITSP Digit Map will be ((Mste))

ianobi:
Firstly, apologies to Lynx  :-[ It looks like OBi adds in *xx to the ITSP DigitMap.

Thanks jimates for showing the "true" default ITSP DigitMap. The OBiDeviceAdminGuide is somewhat lacking in this respect  ???

Navigation

[0] Message Index

[*] Previous page