OBi212 **70 does not seem to work

<< < (3/3)

azrobert:
Again, I don't see any problem.
Try the following:

Phone OutboundCallRoute
{911:li},{933:li},{([1-9]x?*(Mpli)):pp},{(<##:>):li},{(<**70:>xx.):li},{(<**82:>(Mbt2)):bt2},{(<**81:>(Mbt)):bt},{(<**8:>(Mbt)):bt},{**0:aa},{***:aa2},{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Msp3)):sp3},{(<**4:>(Msp4)):sp4},{(<**9:>(Mpp)):pp},{(Mpli):pli}

Phone DigitMap
([1-9]x?*(Mpli)|[1-9]S9|[1-9][0-9]S9|911|**0|***|#|##|**70xx.S3|**8(Mbt)|**81(Mbt)|**82(Mbt2)|**1(Msp1)|**2(Msp2)|**3(Msp3)|**4(Msp4)|**9(Mpp)|(Mpli))

Rick313:
It works!  Thank you SO much for your help Robert.  I never would have figured that out on my own.  I understand the xx. from your earlier explanation, but I'm curious, what does the S3 do?

azrobert:
First, I'll explain why and what I did. Everything pointed to a bad Line DigitMap, but there isn't anything wrong with that DigitMap. It is set at default. I removed any (Mli) rule that references the Line DigitMap and replaced it with an inline rule. I suspect an internal corruption of the DigitMap. This happened to me and I fixed it by deleting my OBi from the portal, doing a factory reset and then did the setup like it was a new box.

xx.S3
The 1st x matches a single digit
The x. matches zero or more digits
So xx. matches 1 or more digits

The OBi examines each dialed digit as they are received.
It waits 0, 2 or 10 seconds for additional digits depending on which rule matches the dialed number.

If the dialed number matches a rule and can't match another rule with additional digits, it waits zero seconds for additional digits.

If the dialed number matches a rule and can match another rule with additional digits, it waits 2 seconds.

If the dialed number only matches a rule ending with x., it waits 10 seconds.

The xx.S3 overrides the 10 second wait with 3 seconds.

The 2 and 10 second wait are controlled by the Short and Long timers.
You can globally change these timers with a Phone Port setting, so you won't need the S3.

Rick313:
Interesting.  Now that you mention it, I did have trouble registering the device initially.  It failed several times before it was finally successful.  I probably should have tried a factory reset.  I will remember that for future reference.

Thanks again for all of your help.  It is very much appreciated.

Navigation

[0] Message Index

[*] Previous page