doh, use the decoded value

This commit is contained in:
Brian West 2013-10-11 17:23:47 -05:00
parent 40aeedcbe4
commit 4108193d42
1 changed files with 1 additions and 1 deletions

View 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", cmd = switch_mprintf("%s %s %s '%s' %s@%s %s",
vm_cc_current, file_path, caller_id_number, vm_cc_current, file_path, caller_id_number,
caller_id_name, myid, domain_name, read_flags); val, myid, domain_name, read_flags);
free(val); free(val);