From 54ab13f9c060dbb60577a31b110d0d7255d4c06a Mon Sep 17 00:00:00 2001 From: qwell Date: Fri, 21 Nov 2008 19:40:57 +0000 Subject: [PATCH] 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 --- main/manager.c | 1 + 1 file changed, 1 insertion(+) 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"