1. Brekeke Product Name and version: SIP Server 2.3.8.2 Std.
2. Java version: 6.17
3. OS type and the version: Win XP
4. UA (phone), gateway or other hardware/software involved: Cisco 7960's
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html : Pattern 3
6. Your problem: I need to know how to create a dial-plan to automatically transfer an unanswered call to a different phone if the call isn't answered after a couple of rings or maybe 3 or 4 seconds.
Such as : If a call is made to "1001" and it isn't answered after 3 seconds then the call should be automatically transferred to "1005".
Is this possible ?
Dial Plan for auto-transfer of unanswered call
Moderator: Brekeke Support Team
Try the Failover plugin.
http://wiki.brekeke.com/wiki/How-to-mak ... -Dial-Plan
-------------------------------------------------------------------------
[Matching Patterns]
$request = ^INVITE
To = sip:1001@
[Deploy Patterns]
$session = plugin.failover sip:1005@address
&failover.timer.provisioning = 3
-------------------------------------------------------------------------
http://wiki.brekeke.com/wiki/How-to-mak ... -Dial-Plan
-------------------------------------------------------------------------
[Matching Patterns]
$request = ^INVITE
To = sip:1001@
[Deploy Patterns]
$session = plugin.failover sip:1005@address
&failover.timer.provisioning = 3
-------------------------------------------------------------------------
Thank you ... so it is possible thats good
I downloaded and copied the JAR plugin to its proper place
Then restarted the SIP server ( actually I restarted the whole system )
Then when adding the rule I didn't get the &failover.timer.provisioning appearing in the drop down list for deploy patterns .... this is the first plugin I have installed
Did I do something wrong
I downloaded and copied the JAR plugin to its proper place
Then restarted the SIP server ( actually I restarted the whole system )
Then when adding the rule I didn't get the &failover.timer.provisioning appearing in the drop down list for deploy patterns .... this is the first plugin I have installed
Did I do something wrong