Brekeke Forum Index » Brekeke SIP Server Forum

Post new topic   Reply to topic
dialplan to forward to ext number if invite > 4 sec.
Author Message
bonifatio
Brekeke Member


Joined: 19 Feb 2010
Posts: 14
Location: EUROPE

PostPosted: Sun Apr 25, 2010 12:25 pm    Post subject: dialplan to forward to ext number if invite > 4 sec. Reply with quote

1. Brekeke Product Name and version:
SIP Server v 2.4.3.0 standard
2. Java version:
6.11
3. OS type and the version:
windows server 2008
4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/networkpatterns.html :5

6. Your problem:
I want to forward any call to extension number 444 when the invite to an extesion number exceeds a timersetting of max. 3 seconds.

So extension is still registered on BSS, but went offline before expiration of registration

What parameter to add in below dialplan?


<Matching Pattern>

$request=^INVITE
To=sip:(.+)@
...........................?

<Deploy Pattern>
To = sip:444@
Back to top
View user's profile
hope
Brekeke Master Guru


Joined: 15 Jan 2008
Posts: 862

PostPosted: Mon Apr 26, 2010 10:09 am    Post subject: Reply with quote

http://wiki.brekeke.com/wiki/How-to-make-Failover-in-the-Dial-Plan
Back to top
View user's profile
Harold
Brekeke Master Guru


Joined: 21 Sep 2008
Posts: 289
Location: Japan

PostPosted: Wed Apr 28, 2010 10:47 am    Post subject: Reply with quote

Like this..
Matching Patterns
$request = ^INVITE
To = sip:(.+)@
Deploy Patterns
To = sip:%1@
$session = plugin.failover sip:444@<IP_Address>
&failover.timer.inviting = 3
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    Brekeke Forum Index » Brekeke SIP Server Forum All times are GMT - 7 Hours
Page 1 of 1