<div dir="ltr">I think to have found an issue, but before reporting on <a href="http://issue.asterisk.org">issue.asterisk.org</a>, I'd like to get an advice here...<div><br></div><div>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.</div><div><br></div><div>The problem seems laying in the definition of the struct ast_vm_user that is lacking the fromuser variable.</div><div><br></div><div>The fromuser variable is indeed used inside the make_email_file function:</div><div><br></div><div><div>        /* Set date format for voicemail mail */</div><div>        ast_strftime_locale(date, sizeof(date), emaildateformat, &tm, S_OR(vmu->locale, NULL));</div><div><br></div><div>        if (!ast_strlen_zero(fromstring)) {</div></div><div><br></div><div>But it is not defined in this function, so it returns always zero len and the default is used.</div><div><br></div><div>Am I missing something?</div><div><br></div><div>Leandro</div></div>