1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 19:45:35 +00:00

FS-4736 --resolve

This commit is contained in:
Anthony Minessale 2012-10-19 17:29:43 -04:00
parent b8bef3eeb3
commit e3da4e1643

@ -2786,6 +2786,9 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
if (vm_email) {
switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_email", vm_email);
}
if (vm_email_from) {
switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_email_from", vm_email_from);
}
if (vm_notify_email) {
switch_event_add_header_string(params, SWITCH_STACK_BOTTOM, "voicemail_notify_email", vm_notify_email);
}