aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 05:51:33 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-20 05:51:33 +0000
commit32d58fbf809fa5a0c02d3d50bb3b6d84859bf782 (patch)
treecd52c58c8928cfac62f9ef8bcc44bf3a2ed53af8
parentef792fd8477bcee43a990b01a1d9dd621c93079b (diff)
issue #5774
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7141 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog2
-rwxr-xr-xapps/app_voicemail.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63c7ab5df..4987af501 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-20 Josh Roberson <josh@asteriasgi.com>
+ * apps/app_voicemail.c: Make sure we're copying the read digits when calling voicemail without a box. (issue #5774)
+
* apps/app_md5.c: Fix conditional jump option.
* apps/app_controlplayback.c: Fix conditional jump option.
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);