[svn-commits] tilghman: branch 1.6.2 r273056 - in /branches/1.6.2: ./ main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 29 17:41:20 CDT 2010


Author: tilghman
Date: Tue Jun 29 17:41:16 2010
New Revision: 273056

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

........
  r273054 | tilghman | 2010-06-29 17:39:22 -0500 (Tue, 29 Jun 2010) | 11 lines
  
  Send DialPlanComplete as a response, not as a separate event.
  
  Otherwise, it goes to all manager sessions and may exclude the current session,
  if the Events mask excludes it.
  
  (closes issue #17504)
   Reported by: rrb3942
   Patches: 
         showdialplan_patch.diff uploaded by rrb3942 (license 1003)
   Tested by: rrb3942
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/pbx.c

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

Modified: branches/1.6.2/main/pbx.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/pbx.c?view=diff&rev=273056&r1=273055&r2=273056
==============================================================================
--- branches/1.6.2/main/pbx.c (original)
+++ branches/1.6.2/main/pbx.c Tue Jun 29 17:41:16 2010
@@ -6142,7 +6142,7 @@
 		return 0;
 	}
 
-	manager_event(EVENT_FLAG_CONFIG, "ShowDialPlanComplete",
+	astman_append(s, "Event: ShowDialPlanComplete\r\n"
 		"EventList: Complete\r\n"
 		"ListItems: %d\r\n"
 		"ListExtensions: %d\r\n"




More information about the svn-commits mailing list