]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5281 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 8 Apr 2013 16:53:53 +0000 (11:53 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 8 Apr 2013 16:54:10 +0000 (11:54 -0500)
src/mod/applications/mod_voicemail/mod_voicemail.c

index a9309db19de47c58abb3dec2c64795df13a2f1d2..e2ba85d173b798c878c29a23ea6ce651d93dbe1c 100644 (file)
@@ -2843,6 +2843,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
                switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_file_path", file_path);
                switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_read_flags", read_flags);
                switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_time", date);
+               switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_uuid", use_uuid);
 
                switch_safe_free(formatted_cid_num);