obi202 OutboundCallRoute issue

<< < (2/2)

azrobert:
Assuming Localphone is on SP3, just add this rule:
{(011xx.):sp3}

Notice that 011xx. is enclosed in parentheses. With the parentheses the argument becomes a digit map and the x's will check for digits. Without, it will check for a literal x.

There is a varying amount of delay when the phone digit map processes the dialed number. When a dialed number matches a rule the ends with "x.", there will be a 10 second delay. The easiest way to correct this is to change the phone port long timer.
DigitMapLongTimer: 3

drgeoff:
I think Localphone use the 00 prefix for international.  They certainly do for me in the UK and ISTR even for US people too.

ziggggy:
Quote from: azrobert on January 09, 2018, 01:45:57 pm

Routing an outbound call is a 2 step process.
The Phone Port DigitMap validates the dialed number.
Rule (Mpli) will include the rules in primary line's DigitMap.
All SP digit maps contain rule "<1>[2-9]xxxxxxxxx", so the Phone digit map will prefix the number with a "1".
You need to check for an 11 digit number.
You can combine the 2 rules like this:
{911|15555550911:sp1}



Thanks for the help. This solved it! I read the digit map call tutorial and i have a much better understanding of how this works. I actually created a user defined digit map for this so I can reference it from both phone ports 1 & 2

Navigation

[0] Message Index

[*] Previous page