[asterisk-commits] kmoore: branch group/bridge_construction r387214 - /team/group/bridge_constru...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 1 16:16:16 CDT 2013
Author: kmoore
Date: Wed May 1 16:16:14 2013
New Revision: 387214
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387214
Log:
Ensure the bridge list command sends a response before the list of bridges
Modified:
team/group/bridge_construction/main/manager_bridging.c
Modified: team/group/bridge_construction/main/manager_bridging.c
URL: http://svnview.digium.com/svn/asterisk/team/group/bridge_construction/main/manager_bridging.c?view=diff&rev=387214&r1=387213&r2=387214
==============================================================================
--- team/group/bridge_construction/main/manager_bridging.c (original)
+++ team/group/bridge_construction/main/manager_bridging.c Wed May 1 16:16:14 2013
@@ -320,6 +320,8 @@
return -1;
}
+ astman_send_ack(s, m, "Bridge listing will follow");
+
if (!ast_strlen_zero(type_filter)) {
char *type_filter_dup = ast_strdupa(type_filter);
ao2_callback(bridges, OBJ_MULTIPLE | OBJ_NODATA | OBJ_UNLINK, filter_bridge_type_cb, type_filter_dup);
More information about the asterisk-commits
mailing list