mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Get rid of any remaining ast_verbose calls in the code in favor of
ast_verb (closes issue #11934) Reported by: mvanbaak Patches: 20080205_astverb-2.diff.txt uploaded by mvanbaak (license 7) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102525 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1263,12 +1263,10 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
|
||||
case '3':
|
||||
message_exists = 0;
|
||||
/* Record */
|
||||
if (option_verbose > 2) {
|
||||
if (recorded == 1)
|
||||
ast_verb(3, "Re-recording the message\n");
|
||||
else
|
||||
ast_verb(3, "Recording the message\n");
|
||||
}
|
||||
if (recorded == 1)
|
||||
ast_verb(3, "Re-recording the message\n");
|
||||
else
|
||||
ast_verb(3, "Recording the message\n");
|
||||
if (recorded && outsidecaller)
|
||||
cmd = ast_play_and_wait(chan, "beep");
|
||||
recorded = 1;
|
||||
|
||||
Reference in New Issue
Block a user