mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Minor change to 'L' option for meetme to include some verb statements for the option.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@312756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user