From: Brian West Date: Fri, 11 Oct 2013 22:20:46 +0000 (-0500) Subject: url_decode the cid_name when you vm_cc X-Git-Tag: v1.4.1~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40aeedcbe4ae8daa6867f0105147d0618fb2a96d;p=thirdparty%2Ffreeswitch.git url_decode the cid_name when you vm_cc --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index cb54af30bf..22de3bf1cb 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -3078,10 +3078,17 @@ static switch_status_t deliver_vm(vm_profile_t *profile, vm_cc_num = switch_separate_string(vm_cc_dup, ',', vm_cc_list, (sizeof(vm_cc_list) / sizeof(vm_cc_list[0]))); for (vm_cc_i=0; vm_cc_i