From: Anthony Minessale Date: Fri, 19 Oct 2012 21:29:43 +0000 (-0400) Subject: FS-4736 --resolve X-Git-Tag: v1.3.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3da4e1643f72943d41965ffb8726cd2019cdb8c;p=thirdparty%2Ffreeswitch.git FS-4736 --resolve --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index fabe6e32d1..8e58bfbac5 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -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); }