I (sometimes) get this error message: WARNING[17191]: app_voicemail.c:2411 leave_voicemail: No entry in voicemail config file for 'irstname.lastname' I can see the value of the argument is "firstname.lastname" when this line executes in the std-exten macro: exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable... But the error message drops the first character. It doesn't happen for every extension, just some of them. I haven't figured out what distinguishes those that cause the error; tried it with ids containing periods and ones without, and that doesn't seem to be it. If I login as one of the affected users and try to run VoiceMailMain, I get this: WARNING[17538]: app_voicemail.c:5006 vm_authenticate: Unable to read password User "stephany.toman" exhibits this behavior, while "nakya.west" does not. Both are defined exactly that way in sip.conf, with mailbox= their usernames, and entries in voicemail.conf to match. Any clues would be greatly appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060506/73e5e091/attachment.htm
On Sat, May 06, 2006 at 02:26:50PM -0600, David L. West wrote:> I (sometimes) get this error message: > > WARNING[17191]: app_voicemail.c:2411 leave_voicemail: No entry in voicemail config file for 'irstname.lastname' > > I can see the value of the argument is "firstname.lastname" when this line executes in the std-exten macro: > > exten => s-NOANSWER,1,Voicemail(u${ARG1}) ; If unavailable... > > But the error message drops the first character. It doesn't happen for every extension, just some of them. I haven't figured out what distinguishes those that cause the error; tried it with ids containing periods and ones without, and that doesn't seem to be it. > > If I login as one of the affected users and try to run VoiceMailMain, I get this: > > WARNING[17538]: app_voicemail.c:5006 vm_authenticate: Unable to read password > > User "stephany.toman" exhibits this behavior, while "nakya.west" does not. Both are defined exactly that way in sip.conf, with mailbox= their usernames, and entries in voicemail.conf to match. > >Could you please post your complete extensions.conf or maybe just that context? Also a trace from the CLI that will show what goes in as ARG1 . -- Tzafrir
If I make the extension STEPHANY.TOMAN instead of stephany.toman, it works. Is there an Asterisk function to convert to uppercase? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060506/ff9e1f6f/attachment.htm
On Sat, May 06, 2006 at 03:07:20PM -0600, David L. West wrote:> > If I make the extension STEPHANY.TOMAN instead of stephany.toman, it works. Is there an Asterisk function to convert to uppercase? >Do you have lowercase on sip.conf and uppercase on voicemail.conf? -- Tzafrir