mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
Add fast-forward and rewind to voicemail
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1471,7 +1471,7 @@ forward_message(struct ast_channel *chan, struct ast_config *cfg, char *dir, int
|
||||
#define WAITFILE(file) do { \
|
||||
if (ast_streamfile(chan, file, chan->language)) \
|
||||
ast_log(LOG_WARNING, "Unable to play message %s\n", file); \
|
||||
d = ast_waitstream(chan, AST_DIGIT_ANY); \
|
||||
d = ast_waitstream_fr(chan, AST_DIGIT_ANY, "#", "*"); \
|
||||
if (!d) { \
|
||||
repeats = 0; \
|
||||
goto instructions; \
|
||||
|
Reference in New Issue
Block a user