please help: OutboundCallRoute
azrobert:
You are correct. My reply #11 would not work properly.
<**1:><**2>1xxxxxxxxxx would get a match before <**1:>xx.
The call would go out sp1, but as **21xxxxxxxxxx.
YongChen:
Thank you azrobert and ianobi,
Here are the results:
Reply #10
Quote from: azrobert on January 14, 2013, 07:18:56 pm
SP1 Digitmap = (xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Add {(<1>xxxxxxxxxx):sp1}, before {(1xxxxxxxxxx):sp2}.
Result:
Dial xxx-xxx-xxxx, goes to SP1, working.
Dial 1-xxx-xxx-xxxx, goes to SP2, working.
Reply #12
Quote from: ianobi on January 15, 2013, 04:28:31 am
Leave Phone Port DigitMap and OutboundCallRoute at default.
SP1 Digitmap = (<**2>1xxxxxxxxxx|<FPL>xxxxxxxxxx|<FPL:1>xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.)
Result:
Dial xxx-xxx-xxxx, goes to SP1, working.
Dial 1-xxx-xxx-xxxx, goes to SP2, working.
Now I want to call 1-8xx-xxx-xxxx from my SP1(FPL). Do you see any issues with the following settings:
Quote
SP1 Digitmap = (xxxxxxxxxx|*98|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Phone Port::OutboundCallRoute, adding to beginning: {(18(00|22|33|44|55|66|77|80|81|82|88)xxxxxxx|<1>xxxxxxxxxx):sp1}, {(1xxxxxxxxxx):sp2},
or
Quote
Leave Phone Port DigitMap and OutboundCallRoute at default.
SP1 Digitmap = (18(00|22|33|44|55|66|77|80|81|82|88)xxxxxxx|<**2>1xxxxxxxxxx|<FPL>xxxxxxxxxx|<FPL:1>xxxxxxxxxx|*98|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
or, I just dial 8xx-xxx-xxxx without the "1" with your suggestions.
ianobi:
YongChen,
I think you have answered your own question. All three of your suggestions look like they will work. The simple answers are usually the best. Dial without the “1”, then it becomes a ten digit number which will go out to FPL anyhow.
If you go with this:
Leave Phone Port DigitMap and OutboundCallRoute at default.
SP1 Digitmap = (18(00|22|33|44|55|66|77|80|81|82|88)xxxxxxx|<**2>1xxxxxxxxxx|<FPL>xxxxxxxxxx|<FPL:1>xxxxxxxxxx|*98|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Then it should work with or without the “1”.
I like to delete any rules not being used. xx. and [^*#]@@. can cause problems as they both match any number of any digits. None of these are useful in a GV DigitMap: xx.|(Mipd)|[^*#]@@.
donly:
Quote from: YongChen on January 17, 2013, 08:27:43 am
Here are the results:
Reply #10
Quote from: azrobert on January 14, 2013, 07:18:56 pm
SP1 Digitmap = (xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Add {(<1>xxxxxxxxxx):sp1}, before {(1xxxxxxxxxx):sp2}.
Result:
Dial xxx-xxx-xxxx, goes to SP1, working.
Dial 1-xxx-xxx-xxxx, goes to SP2, working.
Reply #12
Quote from: ianobi on January 15, 2013, 04:28:31 am
Leave Phone Port DigitMap and OutboundCallRoute at default.
SP1 Digitmap = (<**2>1xxxxxxxxxx|<FPL>xxxxxxxxxx|<FPL:1>xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.)
Result:
Dial xxx-xxx-xxxx, goes to SP1, working.
Dial 1-xxx-xxx-xxxx, goes to SP2, working.
Now I want to call 1-8xx-xxx-xxxx from my SP1(FPL). Do you see any issues with the following settings:
Quote
SP1 Digitmap = (xxxxxxxxxx|*98|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
Phone Port::OutboundCallRoute, adding to beginning: {(18(00|22|33|44|55|66|77|80|81|82|88)xxxxxxx|<1>xxxxxxxxxx):sp1}, {(1xxxxxxxxxx):sp2},
or
Quote
Leave Phone Port DigitMap and OutboundCallRoute at default.
SP1 Digitmap = (18(00|22|33|44|55|66|77|80|81|82|88)xxxxxxx|<**2>1xxxxxxxxxx|<FPL>xxxxxxxxxx|<FPL:1>xxxxxxxxxx|*98|011xx.|xx.|(Mipd)|[^*#]@@.)
SP2 Digitmap = (1xxxxxxxxxx|011xx.|xx.|(Mipd)|[^*#]@@.)
or, I just dial 8xx-xxx-xxxx without the "1" with your suggestions.
I have the same setup with FPL on SP1 and GV on SP2 and would like to do that same thing with outbound call routing and glad I came across this thread. I do have one question, with this setup does 911 go out on SP1 (FPL)?
Thanks!
ianobi:
donly, welcome to the forum.
In reply #2 the relevant rule is this one:
PHONE Port::OutboundCallRoute = {911:sp1},...
911 is being sent out direct to sp1 (FPL) with no reference to DigitMaps etc. This avoids any delays and any chance of 911 being misrouted. I'm guessing that OBi inserted this rule when YongChen configured FPL and checked the "Use this Service Provider for 911" box.
Navigation
[0] Message Index
[#] Next page
[*] Previous page