mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 20:38:59 +00:00
Merged revisions 156911 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r156911 | tilghman | 2008-11-14 11:02:00 -0600 (Fri, 14 Nov 2008) | 4 lines Ping is missing the standard double-newline after the event. (closes issue #13903) Reported by: kebl0155 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@156913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1107,7 +1107,8 @@ static char mandescr_ping[] =
|
||||
static int action_ping(struct mansession *s, const struct message *m)
|
||||
{
|
||||
astman_append(s, "Response: Success\r\n"
|
||||
"Ping: Pong\r\n");
|
||||
"Ping: Pong\r\n"
|
||||
"\r\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user