[asterisk-commits] dvossel: branch dvossel/hd_confbridge r314412 - /team/dvossel/hd_confbridge/a...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 20 11:16:51 CDT 2011
Author: dvossel
Date: Wed Apr 20 11:16:49 2011
New Revision: 314412
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=314412
Log:
Fixes ami header inconsistency
Thanks mdavenport for pointing this out
Modified:
team/dvossel/hd_confbridge/apps/app_confbridge.c
Modified: team/dvossel/hd_confbridge/apps/app_confbridge.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/hd_confbridge/apps/app_confbridge.c?view=diff&rev=314412&r1=314411&r2=314412
==============================================================================
--- team/dvossel/hd_confbridge/apps/app_confbridge.c (original)
+++ team/dvossel/hd_confbridge/apps/app_confbridge.c Wed Apr 20 11:16:49 2011
@@ -1068,10 +1068,10 @@
}
/* notify AMI someone is has either started or stopped talking */
- ast_manager_event(bridge_channel->chan, EVENT_FLAG_CALL, "ConfBridgeTalking",
+ ast_manager_event(bridge_channel->chan, EVENT_FLAG_CALL, "ConfbridgeTalking",
"Channel: %s\r\n"
"Uniqueid: %s\r\n"
- "ConfName: %s\r\n"
+ "Conference: %s\r\n"
"TalkingStatus: %s\r\n",
bridge_channel->chan->name, bridge_channel->chan->uniqueid, conf_name, talking ? "on" : "off");
}
More information about the asterisk-commits
mailing list