[Home]

Summary:ASTERISK-12619: [patch] Response to SipShowPeer manager action is malformed
Reporter:Stefan Reuter (srt)Labels:
Date Opened:2008-08-20 08:47:20Date Closed:2008-08-20 16:57:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 13346_malformed_sip_show_peer_response.diff
Description:The response to the SipShowPeer manager action has multiple issues:
- The Reg-Contact and QualifyFreq fields have leading space before the colon
- The QualifyFreq line is termined by a "\n" instead of a "\r\n"
- The ChanVariables lines are split accross two lines

The attached patch fixes these issues.
The issues are also present in the Asterisk 1.6 branch.
Comments:By: Digium Subversion (svnbot) 2008-08-20 16:57:43

Repository: asterisk
Revision: 139210

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r139210 | qwell | 2008-08-20 16:57:43 -0500 (Wed, 20 Aug 2008) | 7 lines

Fix output of sipshowpeer manager response.

(closes issue ASTERISK-12619)
Reported by: srt
Patches:
     13346_malformed_sip_show_peer_response.diff uploaded by srt (license 378)

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

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