summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_meetme.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 1d30b2ca7..c9c491847 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -2331,6 +2331,14 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, struc
}
}
+ 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);