[asterisk-commits] qwell: branch 1.6.1 r158415 - in /branches/1.6.1: ./ main/manager.c

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


Author: qwell
Date: Fri Nov 21 13:42:07 2008
New Revision: 158415

URL: http://svn.digium.com/view/asterisk?view=rev&rev=158415
Log:
Merged revisions 158414 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r158414 | qwell | 2008-11-21 13:40:57 -0600 (Fri, 21 Nov 2008) | 7 lines
  
  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:
    branches/1.6.1/   (props changed)
    branches/1.6.1/main/manager.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/main/manager.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/main/manager.c?view=diff&rev=158415&r1=158414&r2=158415
==============================================================================
--- branches/1.6.1/main/manager.c (original)
+++ branches/1.6.1/main/manager.c Fri Nov 21 13:42:07 2008
@@ -2767,6 +2767,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