mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
Merged revisions 14276 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r14276 | file | 2006-03-22 18:18:32 -0400 (Wed, 22 Mar 2006) | 2 lines Fix a minor code issue ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6718,12 +6718,13 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
|
|||||||
case '3':
|
case '3':
|
||||||
message_exists = 0;
|
message_exists = 0;
|
||||||
/* Record */
|
/* Record */
|
||||||
if (recorded == 1)
|
if (recorded == 1) {
|
||||||
if (option_verbose > 2)
|
if (option_verbose > 2)
|
||||||
ast_verbose(VERBOSE_PREFIX_3 "Re-recording the message\n");
|
ast_verbose(VERBOSE_PREFIX_3 "Re-recording the message\n");
|
||||||
else
|
} else {
|
||||||
if (option_verbose > 2)
|
if (option_verbose > 2)
|
||||||
ast_verbose(VERBOSE_PREFIX_3 "Recording the message\n");
|
ast_verbose(VERBOSE_PREFIX_3 "Recording the message\n");
|
||||||
|
}
|
||||||
if (recorded && outsidecaller) {
|
if (recorded && outsidecaller) {
|
||||||
cmd = ast_play_and_wait(chan, INTRO);
|
cmd = ast_play_and_wait(chan, INTRO);
|
||||||
cmd = ast_play_and_wait(chan, "beep");
|
cmd = ast_play_and_wait(chan, "beep");
|
||||||
|
Reference in New Issue
Block a user