OBI202 ring delay
Gavo:
Hello,
I have two sip accounts on an OBI202, one primarily for incoming calls, the other for outgoing calls. The OBI202 in effect is the source of the incoming lines for an analogue pbx (phone 1 = line 1, phone 2 = line 2).
If I set incoming calls to ring on both phone ports then obviously both line indicators light up and the customer assumes that there is two incoming calls.
If I set to ring on only one line port then if that line is in use a caller from outside gets the "cloud answering service" of the SIP provider of the incoming line.
The ideal fix would be to introduce a ringing delay on one phone port to give a chance for the other port to be answered, e.g. 5 to 6 seconds.
Is there a way to achieve this ?
Regards
Gavin
azrobert:
I don't have an OBi202, but I think the following will work:
Voice Service -> SP service
X_InboundCallRoute: ph
CallForwardOnBusyEnable: Checked
CallForwardOnBusyNumber: ph2
CallForwardOnNoAnswerEnable: Checked
CallForwardOnNoAnswerNumber: ph2
Gavo:
Thanks for that.
I'll pop one up on a test bench and see what happens.
Regards
Gavin
azrobert:
If you can send the call to the PBX via URI there is another way.
The following will have a 5 second delay.
X_InboundCallRoute: {ph,sp2(100@192.168.1.100:5060;d=5)}
I couldn't get the delay to work on a Phone Port.
Shale:
How about something like within your SP1 > X_InboundCallRoute
Where it currently says {ph1} (for single phone ring) or it says {ph1,ph2} (to ring both at the same time) turn that into
{ph1,ph2;d=5}
The intent is that you delay ringing ph2 until ph1 has rung for 5 seconds. Same as the other suggestions, but keeps it simple...
Navigation
[0] Message Index
[#] Next page