[svn-commits] kharwell: branch kharwell/stasis_aoc_event r392862 - /team/kharwell/stasis_ao...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 25 13:58:53 CDT 2013


Author: kharwell
Date: Tue Jun 25 13:58:51 2013
New Revision: 392862

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392862
Log:
reverting manager.c to original - had changed for testing

Modified:
    team/kharwell/stasis_aoc_event/main/manager.c

Modified: team/kharwell/stasis_aoc_event/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/stasis_aoc_event/main/manager.c?view=diff&rev=392862&r1=392861&r2=392862
==============================================================================
--- team/kharwell/stasis_aoc_event/main/manager.c (original)
+++ team/kharwell/stasis_aoc_event/main/manager.c Tue Jun 25 13:58:51 2013
@@ -4549,6 +4549,7 @@
 	ast_aoc_set_billing_id(decoded, _billingid);
 	ast_aoc_set_total_type(decoded, _totaltype);
 
+
 	if ((encoded = ast_aoc_encode(decoded, &encoded_size, NULL)) && !ast_indicate_data(chan, AST_CONTROL_AOC, encoded, encoded_size)) {
 		astman_send_ack(s, m, "AOC Message successfully queued on channel");
 	} else {




More information about the svn-commits mailing list