summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-11-21 19:40:57 +0000
committerJason Parker <jparker@digium.com>2008-11-21 19:40:57 +0000
commitea1446635ecddc84de2d175461140dd917c2d629 (patch)
tree7cdd556c59e8326926e491bad87c83970ae59403
parent3a4177f52ee705a59d8ab18ad62097f9ea058429 (diff)
Make sure we add the Event header for CoreShowChannels.
(closes issue #13334) Reported by: srt Patches: 13334_missing_event_header_in_core_show_channel.diff uploaded by srt (license 378) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158414 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index c97e613d9..b1ea8a459 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -2768,6 +2768,7 @@ static int action_coreshowchannels(struct mansession *s, const struct message *m
}
astman_append(s,
+ "Event: CoreShowChannel\r\n"
"Channel: %s\r\n"
"UniqueID: %s\r\n"
"Context: %s\r\n"