OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: Lavarock7 on February 28, 2021, 10:01:03 PM

Title: OBI-1062 RollOver
Post by: Lavarock7 on February 28, 2021, 10:01:03 PM
I have some 1062 phones and need to roll the call from one line key to another (like the old telco business  phones) instead of using CALL WAITING and its associated popup.

So on the right top is LINE1. All calls normally go there.

If that line is in use, LINE2 should ring. The provider allows multiple simultaneous calls on the inbound connection. Right now CW is enabled and we get a popup, put the call on hold and answer the new call.

I can issue a *57 code to disable the call waiting.

There is a forward call on busy but it appears to want a phone number. Is this something that needs be changed in the inbound call route for LINE1 nso that the calls will go to the next LINE button?

Title: Re: OBI-1062 RollOver
Post by: N7AS on March 01, 2021, 07:04:37 PM
Callcentric has a RollOver feature. You can select to ring for so many seconds.


Title: Re: OBI-1062 RollOver
Post by: Lavarock7 on March 03, 2021, 05:41:10 PM
Thanks, I'm aware of that plus the one at Voip.Ms which I am using. I was trying to do this on the phone itself rather than at the provider.
Title: Re: OBI-1062 RollOver
Post by: N7AS on March 03, 2021, 11:46:29 PM
Quote from: Lavarock7 on March 03, 2021, 05:41:10 PM
Thanks, I'm aware of that plus the one at Voip.Ms which I am using. I was trying to do this on the phone itself rather than at the provider.

Maybe azrobert may have a solution as he is the DigitMap guru here.
Title: Re: OBI-1062 RollOver
Post by: azrobert on March 04, 2021, 07:34:51 AM
Quote from: N7AS on March 03, 2021, 11:46:29 PM

Maybe azrobert may have a solution as he is the DigitMap guru here.


You can loop the call on busy out and back in SP2. Would this accomplish what you want? I won't be in my house for about a month and don't have access to any of my equipment, so I can't do any testing.

SP2 must be defined as SIP. If SP2 isn't configured, you can define a dummy trunk.

Forward Call on Busy Number: sp2(0@127.0.0.1:pppp)

pppp is the X_UserAgent Port of SP2
127.0.0.1 is the loopback address

You also have to check SP2 X_SpoofCallerID
Title: Re: OBI-1062 RollOver
Post by: Lavarock7 on March 05, 2021, 12:19:42 AM
I'll try that in the next couple of days. Thanks.