[Home]

Summary:ASTERISK-22348: Action "sippeers" returns incorrect XML on Manager MXML interface
Reporter:Marcus Haas (maha)Labels:
Date Opened:2013-08-20 11:39:06Date Closed:2013-08-20 12:51:34
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:1.8.23.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-22239 [patch] Missing extra line break between peers when running AMI action SIPPeers
Environment:OpenSUSE 11Attachments:
Description:In chan_sip.c line 1731 (function sip_show_peers) it reads ""RealtimeDevice: %s\r\n" instead of "RealtimeDevice: %s\r\n\r\n" (compared to 1.8.21.0)

This results in the XML structure returned consisting of one single "Event" block for all sip peers instead of individual entities per peer.
Comments: