Send incoming calls straight to a busy signal? Disable voicemail on 110
azrobert:
I went for a run and it cleared my mind and I thought of a way to do this, but I can't get it to work. In an inbound route you can fork the call to 2 destinations (phone port and Tropo). You can put a delay on the leg to Tropo, but when I try it ignores the delay.
Voice Services -> SP2 Service -> X_InboundCallRoute:
{ph,sp2(9990012345@sip.tropo.com;d=5)}
I changed the proxy server to: sip.tropo.com and tried this format:
{ph,sp2(9990012345;d=5)}
Both ignored the delay.
I have to go somewhere with the wife, so I can't play with it now.
From OBihai:
- All InboundCallRoute and OutboundCallRoute syntax will take a ";d=[delay-in-seconds]" parameter after the number to call from the specified trunk, and to insert a delay before the trunk makes the call. For example, SP1(18002211212;d=3) tells the OBi to call the number from SP1 after a 3-second delay.
azrobert:
The wife is taking her time.
Got it to work on my OBi110 with this format:
Voice Services -> SP2 Service -> X_InboundCallRoute:
{ph,sp2(9990012345@sip.tropo.com;d=10)}
There was a 10 second delay before the call was forwarded to Tropo.
But now I'm not getting any audio.
I recently made a bunch of changes to my network and probably screwed up something.
Donnyten:
No audio? You mean you hear nothing when you pick up the phone/ speak with someone? or no audio in reference to busy signal?
If you got it to work could you please post updated settings? thanks
azrobert:
When using a delay routing the call to Tropo, I don't hear the busy.
This has to be a bug in the OBi.
I circumvented the problem by delaying answering the call in the Tropo script.
With the phone on-hook or off-hook and a 10 second delay the caller hears 2 rings, a pause then busy.
Voice Services -> SP1 Service -> X_InboundCallRoute:
{ph,sp2(9990012345@sip.tropo.com)}
Tropo Script:
<?php
wait(10000);
answer();
say("http://hosting.tropo.com/12345/www/audio/phone-busy-1.mp3
http://hosting.tropo.com/12345/www/audio/phone-busy-1.mp3");
hangup();
?>
Edit:
All the call forwarding parms were removed.
Donnyten:
Physical Interfaces -> Phone Port -> CallWaitingEnable: Unchecked
-------------------------------------------------------------
Voice Services -> SP1 Service
CallForwardOnBusyEnable: Checked
CallForwardOnBusyNumber: sp2(9991234567@sip.tropo.com)
CallForwardOnNoAnswerEnable: Checked
CallForwardOnNoAnswerNumber: sp2(9991234567@sip.tropo.com)
CallForwardOnNoAnswerRingCount: 4
SP2 must be defined as a SIP trunk.
If SP2 is not defined setup a dummy trunk like:
Service Providers -> ITSP Profile B -> SIP -> ProxyServer: 127.0.0.1
Voice Services -> SP2 Service -> AuthUserName: (any userid)
Voice Services -> SP2 Service -> X_RegisterEnable: (unchecked)
Voice Services -> SP2 Service -> X_ServProvProfile: B
------------------------------------------------
System Management => Auto Provisioning
Under OBiTalk Provisioning
Method: Disabled.
----------------------------------------------------
Voice Services -> SP1 Service -> X_InboundCallRoute:
{ph,sp2(9990012345@sip.tropo.com)}
Tropo Script:
<?php
wait(10000);
answer();
say("http://hosting.tropo.com/12345/www/audio/phone-busy-1.mp3
http://hosting.tropo.com/12345/www/audio/phone-busy-1.mp3");
hangup();
?>
------------------
What I have highlighted in bold, do I still need to make sure those settings are as you typed them? or do they no longer apply?
Navigation
[0] Message Index
[#] Next page
[*] Previous page