[svn-commits] jpeeler: branch 1.4 r232581 - /branches/1.4/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 2 15:57:46 CST 2009


Author: jpeeler
Date: Wed Dec  2 15:57:42 2009
New Revision: 232581

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232581
Log:
Send ack (response/message) after receiving manager action userevent

(closes issue #16264)
Reported by: dimas
Patches: 
      event-ack.patch uploaded by dimas (license 88)

Modified:
    branches/1.4/main/manager.c

Modified: branches/1.4/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/manager.c?view=diff&rev=232581&r1=232580&r2=232581
==============================================================================
--- branches/1.4/main/manager.c (original)
+++ branches/1.4/main/manager.c Wed Dec  2 15:57:42 2009
@@ -2215,6 +2215,7 @@
 		}
 	}
 
+	astman_send_ack(s, m, "Event Sent");	
 	manager_event(EVENT_FLAG_USER, "UserEvent", "UserEvent: %s\r\n%s", event, body);
 	return 0;
 }




More information about the svn-commits mailing list