[asterisk-users] IAX qualify timers

Larry Moore lmoore at omninet.net.au
Tue Sep 3 18:42:09 CDT 2013


On 21/08/2013 5:34 PM, Frederic Van Espen wrote:
> Hi,
>
> I think I encountered a bug in the qualify timers for IAX on asterisk
> 1.8 but I'd like to check if I'm not messing up in my config somewhere
> before reporting a bug.
>
> In my IAX peer configuration I have this:
> [remote-host]
> type=friend
> host=172.16.6.45
> username=remote-host
> secret=test
> notransfer=yes
> qualify=16000

Perhaps you should use either yes or no for the qualify= line.
Here is an extract from the sample file

;qualify=yes                    ; Make sure this peer is alive
;qualifysmoothing = yes         ; use an average of the last two PONG
                                 ; results to reduce falsely detected 
LAGGED hosts
                                 ; Default: Off
;qualifyfreqok = 60000          ; how frequently to ping the peer when
                                 ; everything seems to be ok, in 
milliseconds
;qualifyfreqnotok = 10000       ; how frequently to ping the peer when it's
                                 ; either LAGGED or UNAVAILABLE, in 
milliseconds

Larry.



More information about the asterisk-users mailing list