summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-11-20 05:51:33 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-11-20 05:51:33 +0000
commite9ae7a8be134f1d803bb72a4be7c9d541f639d9e (patch)
treecd52c58c8928cfac62f9ef8bcc44bf3a2ed53af8 /apps
parentbcd45496ed37a82ab21069b5b6564d96c71e72c5 (diff)
issue #5774
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7141 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_voicemail.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 487d6e9fe..e9d13dfa6 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -5532,6 +5532,7 @@ static int vm_exec(struct ast_channel *chan, void *data)
LOCAL_USER_REMOVE(u);
return 0;
}
+ argv[0] = ast_strdupa(tmp);
}
res = leave_voicemail(chan, argv[0], &leave_options);