mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Make sure two voicemails can't take the same message space (bug #3394)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -626,7 +626,7 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c | ||||
|         snprintf(user->namerecloc,sizeof(user->namerecloc),"%s/meetme-username-%s-%d",AST_SPOOL_DIR,conf->confno,user->user_no); | ||||
|  | ||||
| 	if (!(confflags & CONFFLAG_QUIET) && (confflags & CONFFLAG_INTROUSER)) | ||||
| 		ast_record_review(chan,"vm-rec-name",user->namerecloc, 10,"sln", &duration); | ||||
| 		ast_record_review(chan,"vm-rec-name",user->namerecloc, 10,"sln", &duration, NULL); | ||||
|  | ||||
| 	while((confflags & CONFFLAG_WAITMARKED) && (conf->markedusers == 0)) { | ||||
| 		confflags &= ~CONFFLAG_QUIET; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user