[Home]

Summary:ASTERISK-06433: [PATCH] 'iax show peer ...' incorrectly always shows qualify smoothing as disabled, regardless of reality.
Reporter:kb1_kanobe2 (kb1_kanobe2)Labels:
Date Opened:2006-02-27 21:18:30.000-0600Date Closed:2008-01-15 17:06:01.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_iax2-peersmoothing.patch
Description:There is a typo in chan_iax2.c that implies true == 1, not true == -1. This has manifested through the implementation of ast_true() when reading in configuration file variables.

While we're patching, this also adds some pesky 'ms' units to the text to make the qualify values clearer...


****** ADDITIONAL INFORMATION ******

Whoops.

:-)
Comments:By: Russell Bryant (russell) 2006-02-28 12:48:53.000-0600

added to the 1.2 branch and trunk in revisions 11410 and 11411.  However, I just made it check to see whether 'smoothing' is non-zero, as opposed to equal to -1.

Thanks!

By: Digium Subversion (svnbot) 2008-01-15 17:06:00.000-0600

Repository: asterisk
Revision: 11410

U   branches/1.2/channels/chan_iax2.c

------------------------------------------------------------------------
r11410 | russell | 2008-01-15 17:06:00 -0600 (Tue, 15 Jan 2008) | 2 lines

fix the output that indicates whether qualify smoothing is on or not (issue ASTERISK-6433)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=11410

By: Digium Subversion (svnbot) 2008-01-15 17:06:01.000-0600

Repository: asterisk
Revision: 11411

_U  trunk/
U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r11411 | russell | 2008-01-15 17:06:01 -0600 (Tue, 15 Jan 2008) | 10 lines

Merged revisions 11410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11410 | russell | 2006-02-28 14:46:04 -0500 (Tue, 28 Feb 2006) | 2 lines

fix the output that indicates whether qualify smoothing is on or not (issue ASTERISK-6433)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=11411