]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh, use the decoded value
authorBrian West <brian@freeswitch.org>
Fri, 11 Oct 2013 22:23:47 +0000 (17:23 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 11 Oct 2013 22:23:47 +0000 (17:23 -0500)
src/mod/applications/mod_voicemail/mod_voicemail.c

index 22de3bf1cb9f47e2e4580f29b91899f667b7cae4..07d4d2fe959403153ead1b15f66b3705343b7d01 100644 (file)
@@ -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);