I think to have found an issue, but before reporting on issue.asterisk.org,
I'd like to get an advice here...
I am using realtime ODBC voicemail and all works great except I cannot set
the fromuser settings. It is ignored and the default one is used.
The problem seems laying in the definition of the struct ast_vm_user that
is lacking the fromuser variable.
The fromuser variable is indeed used inside the make_email_file function:
/* Set date format for voicemail mail */
ast_strftime_locale(date, sizeof(date), emaildateformat, &tm,
S_OR(vmu->locale, NULL));
if (!ast_strlen_zero(fromstring)) {
But it is not defined in this function, so it returns always zero len and
the default is used.
Am I missing something?
Leandro
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev