[asterisk-commits] qwell: trunk r158414 - /trunk/main/manager.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Nov 21 13:40:58 CST 2008


Author: qwell
Date: Fri Nov 21 13:40:57 2008
New Revision: 158414

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158414
Log:
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)

Modified:
    trunk/main/manager.c

Modified: trunk/main/manager.c
URL: http://svn.digium.com/view/asterisk/trunk/main/manager.c?view=diff&rev=158414&r1=158413&r2=158414
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Fri Nov 21 13:40:57 2008
@@ -2768,6 +2768,7 @@
 		}
 
 		astman_append(s,
+			"Event: CoreShowChannel\r\n"
 			"Channel: %s\r\n"
 			"UniqueID: %s\r\n"
 			"Context: %s\r\n"




More information about the asterisk-commits mailing list