mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add missing if statement in say_position (bug #4435)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -639,6 +639,7 @@ static int say_position(struct queue_ent *qe)
|
||||
goto posout;
|
||||
} else {
|
||||
res = play_file(qe->chan, qe->parent->sound_thereare);
|
||||
if (res && valid_exit(qe, res))
|
||||
goto playout;
|
||||
res = ast_say_number(qe->chan, qe->pos, AST_DIGIT_ANY, qe->chan->language, (char *) NULL); /* Needs gender */
|
||||
if (res && valid_exit(qe, res))
|
||||
|
Reference in New Issue
Block a user