diff --git a/ChangeLog b/ChangeLog index 63c7ab5dfcb8fbee32738106fb82c0e7f8d9b75b..4987af501c2dc26edb97d34cf6b7da8fa7e51188 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 487d6e9fec2728443500a3772590aa287c6273ec..e9d13dfa625b51af92826598b598ef34e779148f 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);