dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
qwell 2008-11-21 19:40:57 +00:00
parent 1f5264224f
commit 54ab13f9c0
1 changed files with 1 additions and 0 deletions

View File

@ -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"