News:

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

Main Menu

Customization for using 2 lines with obi 100

Started by adler1, July 21, 2014, 07:36:48 AM

Previous topic - Next topic

adler1

Hi,
I have a question with customizing my obi.

I have 2 voip lines that i want to use on my obi 100. I want voip1 to be primary outgoing for area codes: AAA,BBB and CCC.
Any other area code should use voip 2.
(IF no area code provided. it should use voip 2: with area code DDD)
Can it have distinct rings for voip 1 vs 2?

Thanks!!!
(I used letters instead of numbers for area codes for privacy concerns).


azrobert

#1
Service Provider -> ITSP Profile B -> General -> DigitMap:
(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx|011xx.|<1DDD>xxxxxxx)

Voice Services -> SP2 Service -> X_DefaultRing: 2
X_RingProfile points to the ring profile
X_DefaultRing points to the ring pattern

Physical Interfaces => Phone Port
Add to the beginning of the OutboundCallRoute:
{(1(AAA|BBB|CCC)xxxxxxx):sp1},

Primary Line: SP2 Service

The above assumes VOIP1 is on SP1 and VOIP2 is on SP2.
AAA, BBB and CCC routed out SP1.
Everything else routed out SP2.
Rule {(Mpli):pli} in Phone Port OutboundCallRoute will route calls to primary Line (SP2).

Edit:
I fixed some typos at 8:13

adler1

Just a few questions:

"X_RingProfile points to the ring profile"
That would be B, correct?

"Rule {(Mpli):pli} in Phone Port OutboundCallRoute will route calls to primary Line (SP2)."

I dont follow what exactly this will do. As it is a obi 100 device, I will have 1 phone line using 2 voip providers.


Also, which typo did you fix, so that I can go back and change it
Thanks!

azrobert

The default X_RingProfile points to Profile A.
You can use either A or B, so you don't have to change this parm.
I was trying to explain how things work.

Rule {(Mpli):pli} is defined in the default outbound call route.
You also don't need to change anything here.
I was again trying to explain how things work.
This is how the OBi automatically changes routing when you change the Primary Route.
The OBi100's default Primary Route is SP1, so when you change the primary route to SP2 the routing is automatically changed to SP2.

This was the typo:
{(1(AAA|BBB|CCC)xxxxxxx:sp1},
I changed it to:
{(1(AAA|BBB|CCC)xxxxxxx):sp1},