[Freeswitch-svn] [commit] r13272 - freeswitch/trunk/src/mod/applications/mod_voicemail
FreeSWITCH SVN
mrene at freeswitch.org
Sun May 10 17:27:58 PDT 2009
Author: mrene
Date: Sun May 10 19:27:58 2009
New Revision: 13272
Log:
mod_voicemail: expand the right variable
Modified:
freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c
Modified: freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c Sun May 10 19:27:58 2009
@@ -2521,7 +2521,7 @@
if (switch_strlen_zero(profile->email_from)) {
from = switch_core_sprintf(pool, "%s@%s", myid, domain_name);
} else {
- from = switch_event_expand_headers(params, profile->email_headers);
+ from = switch_event_expand_headers(params, profile->email_from);
}
More information about the Freeswitch-svn
mailing list