[asterisk-commits] jrose: branch jrose/bridge_projects r385716 - /team/jrose/bridge_projects/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 15 11:02:18 CDT 2013
Author: jrose
Date: Mon Apr 15 11:02:15 2013
New Revision: 385716
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385716
Log:
eliminate all changes between bridge_construction manager_channels and bridge_projects manager channels.
Modified:
team/jrose/bridge_projects/main/manager_channels.c
Modified: team/jrose/bridge_projects/main/manager_channels.c
URL: http://svnview.digium.com/svn/asterisk/team/jrose/bridge_projects/main/manager_channels.c?view=diff&rev=385716&r1=385715&r2=385716
==============================================================================
--- team/jrose/bridge_projects/main/manager_channels.c (original)
+++ team/jrose/bridge_projects/main/manager_channels.c Mon Apr 15 11:02:15 2013
@@ -241,7 +241,6 @@
if (!out) {
return NULL;
}
-
res = ast_str_set(&out, 0,
"Channel%s: %s\r\n"
"ChannelState%s: %d\r\n"
@@ -570,6 +569,7 @@
}
channel_event_string = ast_manager_build_channel_state_string(obj->snapshot);
+
if (!channel_event_string) {
return;
}
More information about the asterisk-commits
mailing list