can obi100 have more than 2 lines?

<< < (2/2)

azrobert:
Since this is a backup for SP2 I assume you will be dialing the same phone numbers as SP2.
You can use the following rule in your OutboundCallRoute and skip defining a DigitMap for VG3:
{(<**3:>(Msp2)):vg3}

Not a big deal, but it will save you a few key strokes.

heny:
not quite understand this, I am actually put this as PHONE Port OutboundCallRoute:

{(<**1:>(Msp1)):sp1},{(<**2:>(Msp2)):sp2},{(<**3:>(Mvg3)):vg3},{(<**4:>(Mvg4)):vg4},
{(<**6:>(Mvg6)):vg6},{(<**7:>(Mvg7)):vg7},{(<**8:>(Mli)):li},{(<**9:>(Mpp)):pp},{(Mpli):pli}

I notice the difference is that you use Msp2 while the above using Mvg3 on vg3, could you explain the difference?

thanks

azrobert:
The Phone Port DigitMap gets control first and verifies the dialed number.
If the number matches one of the rules in the PP DigitMap it is passed to the Phone Port OutboundCallRoute.
If the number matches one of the rules in the PP OutboundCallRoute it is routed out the specified trunk.

The following is critical in understanding the OBi configuration.
The SP and VG DigitMaps do NOTHING unless they are referenced by the Phone Port DigitMap or OutboundCallRoute.

Rule **2(Msp2) in the PP DigitMap will match any rule in Msp2 prefixed by **2.
When you dial **21805551212 you will get a match.
Rule <**2:>(Msp2) in the PP OutboundCallRoute matches the same way except it strips off the **2 before routing the number out SP2.

The normal way to setup VG1 as a backup you would set the VG1 DigitMap exactly like the SP2 DigitMap. Then add **3(Mvg1) to the PP DigitMap and <**3:>(Mvg1)... to the PP OutBoundCallRoute.

Since Msp2 and Mvg1 DigitMaps are the same you could skip defining Mvg1 DigitMap.
Then use **3(Msp2) in the PP DigitMap and <**3:>(Msp2)... in the PP OutBoundCallRoute.

Sorry for the long winded explanation. I hope it's clear.

heny:
That's clear. Thanks for explaining patiently.

Navigation

[0] Message Index

[*] Previous page