[asterisk-commits] jrose: trunk r312756 - /trunk/apps/app_meetme.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 5 08:55:45 CDT 2011
Author: jrose
Date: Tue Apr 5 08:55:41 2011
New Revision: 312756
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=312756
Log:
Minor change to 'L' option for meetme to include some verb statements for the option.
Modified:
trunk/apps/app_meetme.c
Modified: trunk/apps/app_meetme.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_meetme.c?view=diff&rev=312756&r1=312755&r2=312756
==============================================================================
--- trunk/apps/app_meetme.c (original)
+++ trunk/apps/app_meetme.c Tue Apr 5 08:55:41 2011
@@ -2331,6 +2331,14 @@
}
}
+ ast_verb(3, "Setting conference duration limit to: %ldms.\n", timelimit);
+ if (play_warning) {
+ ast_verb(3, "Setting warning time to %ldms from the conference duration limit.\n", play_warning);
+ }
+ if (warning_freq) {
+ ast_verb(3, "Setting warning frequency to %ldms.\n", warning_freq);
+ }
+
ast_channel_lock(chan);
if ((var = pbx_builtin_getvar_helper(chan, "CONF_LIMIT_WARNING_FILE"))) {
var = ast_strdupa(var);
More information about the asterisk-commits
mailing list