mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Record folder to change to
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1990,6 +1990,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
|
|||||||
case '2': /* Change folders */
|
case '2': /* Change folders */
|
||||||
if (useadsi)
|
if (useadsi)
|
||||||
adsi_folders(chan, 0, "Change to folder...");
|
adsi_folders(chan, 0, "Change to folder...");
|
||||||
|
cmd = get_folder2(chan, "vm-changeto", 0);
|
||||||
if (cmd == '#') {
|
if (cmd == '#') {
|
||||||
cmd = 0;
|
cmd = 0;
|
||||||
} else if (cmd > 0) {
|
} else if (cmd > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user