mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Don't say "re-recording" on CLI.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4196,7 +4196,10 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re | ||||
|  		case '3': | ||||
|  			message_exists = 0; | ||||
|  			/* Record */ | ||||
|  			if (recorded == 1) | ||||
| 				ast_verbose(VERBOSE_PREFIX_3 "Re-recording the message\n"); | ||||
|  			else	 | ||||
| 				ast_verbose(VERBOSE_PREFIX_3 "Recording the message\n"); | ||||
| 			if (recorded && outsidecaller) { | ||||
|  				cmd = play_and_wait(chan, INTRO); | ||||
|  				cmd = play_and_wait(chan, "beep"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user