Difference between revisions of "How to change Qualify packets frequency"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'Default Qualify frequency is 60 sec, so Asterisk "pokes" SIP devices each 60 seconds. To change this interval, add line to [general] section of sip.conf: [general] ... quali…')
 
Line 1: Line 1:
<mkmeta>Instructions where to find Qualify option for Devices</mkmeta>
Default Qualify frequency is 60 sec, so Asterisk "pokes" SIP devices each 60 seconds.
Default Qualify frequency is 60 sec, so Asterisk "pokes" SIP devices each 60 seconds.
To change this interval, add line to [general] section of sip.conf:
To change this interval, add line to [general] section of sip.conf:

Revision as of 15:27, 3 April 2015

Default Qualify frequency is 60 sec, so Asterisk "pokes" SIP devices each 60 seconds. To change this interval, add line to [general] section of sip.conf:

[general] 
...
qualifyfreq=120
...