projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b3b78
)
Minor forwarding patch
author
Mark Spencer
<markster@digium.com>
Wed, 12 Nov 2003 02:05:56 +0000
(
02:05
+0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 12 Nov 2003 02:05:56 +0000
(
02:05
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1726
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail2.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail2.c
b/apps/app_voicemail2.c
index
91d57b7
..
66699f9
100755
(executable)
--- a/
apps/app_voicemail2.c
+++ b/
apps/app_voicemail2.c
@@
-2539,6
+2539,8
@@
static int vm_execmain(struct ast_channel *chan, void *data)
case '8':
if(vms.lastmsg > -1)
cmd = forward_message(chan, context, vms.curdir, vms.curmsg, vmu, vmfmts);
+ else
+ cmd = play_and_wait(chan, "vm-nomore");
break;
case '9':
if (useadsi)