From 5c2beee6c3a30b451595517f3c202f424fb6169d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 11 Jan 2008 00:38:23 +0000 Subject: Add a new global and per-peer option to chan_sip, qualifyfreq, which allows you to set the qualify frequency. (closes issue #11597) Reported by: wilder Patches: qualifyfreq5.patch uploaded by wilder (license 362) -- with some mods by me git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98027 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 78ed4806f..0a0cebcbf 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -101,6 +101,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; and subscriptions (seconds) ;minexpiry=60 ; Minimum length of registrations/subscriptions (default 60) ;defaultexpiry=120 ; Default length of incoming/outgoing registration +;qualifyfreq=60 ; Qualification: How often to check for the + ; host to be up in seconds + ; Set to low value if you use low timeout for + ; NAT of UDP sessions ;notifymimetype=text/plain ; Allow overriding of mime type in MWI NOTIFY ;buggymwi=no ; Cisco SIP firmware doesn't support the MWI RFC ; fully. Enable this option to not get error messages @@ -631,6 +635,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; registertrying ; timert1 ; timerb +; qualifyfreq ;[sip_proxy] ; For incoming calls only. Example: FWD (Free World Dialup) @@ -812,6 +817,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;qualify=1000 ; Consider it down if it's 1 second to reply ; Helps with NAT session ; qualify=yes uses default value +;qualifyfreq=60 ; Qualification: How often to check for the + ; host to be up in seconds + ; Set to low value if you use low timeout for + ; NAT of UDP sessions ; ; Call group and Pickup group should be in the range from 0 to 63 ; -- cgit v1.2.3