mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 334007 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r334007 | kmoore | 2011-08-31 10:19:30 -0500 (Wed, 31 Aug 2011) | 14 lines Merged revisions 334006 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r334006 | kmoore | 2011-08-31 10:18:37 -0500 (Wed, 31 Aug 2011) | 7 lines Correct an AMI protocol violation with SIPshowpeer The response of SIPshowpeer ends with "\r\n\r\n". Since other commands are ended by using \r\n this confuses any interfacing script. (closes issue ASTERISK-17486) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@334008 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17173,7 +17173,7 @@ static int manager_sip_show_peer(struct mansession *s, const struct message *m)
|
||||
a[3] = peer;
|
||||
|
||||
_sip_show_peer(1, -1, s, m, 4, a);
|
||||
astman_append(s, "\r\n\r\n" );
|
||||
astman_append(s, "\r\n" );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user