aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-10 18:16:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-10 18:16:55 +0000
commitcb9be031d78e9a5bbfd6a88a716f7e94331df814 (patch)
treef40dfedf29f50fa3f1a63b88e2db525125be225e
parent374d2c79635b52d399bc93b27a7a4fc9a4d39fae (diff)
Record folder to change to
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@989 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xapps/app_voicemail2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c
index 1a46481d9..d5b26eeaf 100755
--- a/apps/app_voicemail2.c
+++ b/apps/app_voicemail2.c
@@ -1990,6 +1990,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
case '2': /* Change folders */
if (useadsi)
adsi_folders(chan, 0, "Change to folder...");
+ cmd = get_folder2(chan, "vm-changeto", 0);
if (cmd == '#') {
cmd = 0;
} else if (cmd > 0) {