[Home]

Summary:ASTERISK-03465: You cannot define mailboxes in an #include file
Reporter:tgj (tgj)Labels:
Date Opened:2005-02-09 13:53:25.000-0600Date Closed:2011-06-07 14:10:46
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
In voicemail.conf: If you use #include to include a file containing the mailboxes the password of the mailbox will never be persisted in the file when the user changes the password.

Asterisk will "remember" the new password but when you restart asterisk its gone.
Comments:By: Olle Johansson (oej) 2005-02-09 14:11:07.000-0600

Yes, that is how all the #include file works. We can not write them out in voicemail when a user changes password, nor can we do it with the "save dialplan" command if you have #include in extensions.conf.

This is the documented behaviour. If you want to change that, please start coding. As of know, this is not a bug until we have a patch to change the behaviour.

By: Olle Johansson (oej) 2005-02-09 14:12:05.000-0600

Documented behaviour, though not optimal. If someone contributes a working patch, we'll happily reopen this bug report.