aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-21 19:40:57 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-21 19:40:57 +0000
commit54ab13f9c060dbb60577a31b110d0d7255d4c06a (patch)
tree7cdd556c59e8326926e491bad87c83970ae59403
parent1f5264224f1376d3095aef24ddf0638b18a10125 (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: http://svn.digium.com/svn/asterisk/trunk@158414 f38db490-d61c-443f-a65b-d21fe96a405b
-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"