News:

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

Main Menu

Dialing prefix #0 for selecting 2nd PSTN line

Started by marcb, December 06, 2011, 03:00:43 PM

Previous topic - Next topic

marcb

Quote from: RonR on December 21, 2011, 10:44:01 AM
Try this for the *31*04xxxxxxxx# cases in additon to 04xxxxxxxx:



Physical Interfaces -> LINE Port -> DigitMap : (<+>(04xxxxxxxx|*31*04xxxxxxxx#)|...)

Physical Interfaces -> PHONE Port -> OutboundCall Route:

...,{(<#:>|<+:#0,,,,,>(04xxxxxxxx|*31*04xxxxxxxx#)|911):li},...

Voice Services -> OBiTALK Service -> InboundCallRoute:

{(Mcot)>(<#0,,,,,>(04xxxxxxxx|*31*04xxxxxxxx#)):li},{(Mcot)>(Mpli):pli},{(Mcot)>(<*1:>(Msp1)):sp1},
{(Mcot)>(<*2:>(Msp2)):sp2},{(Mcot)>(<*8:>(<#0,,,,,>(04xxxxxxxx|*31*04xxxxxxxx#))):li},
{(Mcot)>(<*8:>(Mli)):li},{(Mcot)>(<*9:>(Mpp)):pp},{(Mcot)>(<**1:>(Msp1)):sp1},
{(Mcot)>(<**2:>(Msp2)):sp2},{(Mcot)>(<**8:>(<#0,,,,,>(04xxxxxxxx|*31*04xxxxxxxx#))):li},
{(Mcot)>(<**8:>(Mli)):li},{(Mcot)>(<**9:>(Mpp)):pp},{(Mcot):aa},{ph}

Replace pli above (2 places) with the desired PrimaryLine for your OBiON App (sp1, sp2, li, or pp).

User Settings -> User Defined Digit Maps -> User Defined Digit MapX
Label : cot
DigitMap : (290123456)

where 290123456 is your OBiON App OBiTALK number.

I don't have any experience with how OBiON App's handle dialing #, so the *31*04xxxxxxxx# calls may not work from there (there's no DigitMap or other configuration option in an OBiON App).


I've modified as follows with positive results:

Physical Interfaces -> PHONE Port -> OutboundCallRoute:

...<+:#0,,,,,*31*>04xxxxxxxx<#>...

Voice Services -> OBiTALK Service -> InboundCallRoute:

...<+:#0,,,,,*31*>04xxxxxxxx<#>... etc.

This way I do not have to manually add the *31* and # when entering the numbers. This works as expected.

Thanks again for your help.

marcb




RonR

Quote from: marcb on December 21, 2011, 01:29:09 PM
I've modified as follows with positive results:

Physical Interfaces -> PHONE Port -> OutboundCallRoute:

...<+:#0,,,,,*31*>04xxxxxxxx<#>...

Voice Services -> OBiTALK Service -> InboundCallRoute:

...<+:#0,,,,,*31*>04xxxxxxxx<#>... etc.

In the case of the OBiTALK Service InboundCallRoute, I don't believe you want '+:' since there's no '+' to replace (the LINE Port DigitMap is not accessed which means no '+' would have been prepended).

Quote from: marcb on December 21, 2011, 01:29:09 PM
This way I do not have to manually add the *31* and # when entering the numbers. This works as expected.

I assumed that you wanted the ability to selectively hide CallerID.

marcb

As to your first remark you are 100% right.

Thanks again.

Marcb