[asterisk-bugs] [JIRA] (ASTERISK-22239) [patch] Missing extra line break between peers when running AMI action SIPPeers

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Oct 21 12:56:08 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Jordan updated ASTERISK-22239:
-----------------------------------

    Target Release Version/s: 1.8.24.0
    
> [patch] Missing extra line break between peers when running AMI action SIPPeers
> -------------------------------------------------------------------------------
>
>                 Key: ASTERISK-22239
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22239
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 1.8.23.0
>            Reporter: Jacek Konieczny
>      Target Release: 1.8.24.0
>
>         Attachments: asterisk-ami_sippeers_separator.patch
>
>
> Results of AMI 'Action: SIPPeers' are returned without blank lines between events. This break parsers which expect the empty lines.
> The '\r\n\r\n' sequences used to be there in older 1.8.x releasese, especially in 1.8.21.0.
> The regression seems to be introduced in r387133.
> Example:
> {noformat}
> Action: SIPPeers
> Response: Success
> EventList: start
> Message: Peer status list will follow
> Event: PeerEntry
> Channeltype: SIP
> ObjectName: dev1n1
> ChanObjectType: peer
> IPaddress: 10.28.45.27
> IPport: 5060
> Dynamic: no
> Forcerport: yes
> VideoSupport: no
> TextSupport: no
> ACL: no
> Status: UNREACHABLE
> RealtimeDevice: no
> Event: PeerEntry
> Channeltype: SIP
> ObjectName: dev1n2
> ChanObjectType: peer
> IPaddress: 10.28.45.72
> IPport: 5060
> Dynamic: no
> Forcerport: yes
> VideoSupport: no
> TextSupport: no
> ACL: no
> Status: Unmonitored
> RealtimeDevice: no
> Event: PeerlistComplete
> EventList: Complete
> ListItems: 2
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list