From: Brian West Date: Fri, 11 Oct 2013 22:23:47 +0000 (-0500) Subject: doh, use the decoded value X-Git-Tag: v1.4.1~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4108193d42caa33d1f0b1f145498d667d74296ca;p=thirdparty%2Ffreeswitch.git doh, use the decoded value --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 22de3bf1cb..07d4d2fe95 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -3086,7 +3086,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile, cmd = switch_mprintf("%s %s %s '%s' %s@%s %s", vm_cc_current, file_path, caller_id_number, - caller_id_name, myid, domain_name, read_flags); + val, myid, domain_name, read_flags); free(val);