Has anyone tested the maxmsg parameter in the voicemail.conf file? I am trying to restrict the number of messages for each mailbox, but I can't seem to get this parameter to have any effect. I also could not find a single reference to this parameter on the wiki. If anyone has gotten this to work, or know of another way to restrict the number of allowable messages I would sincerely appreciate the help. Regards to all, Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051115/09ba272a/attachment.htm
Hi Joseph, The parameter that you have specified works pretty well. I checked it putting it in the [general] context of the voicemail.conf. It worked pretty nicely on voicemail configured on real time as well. Where exactly are you facing the problem? Let me know.. Regards, Bharat _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Joseph Rothstein Sent: Tuesday, November 15, 2005 3:13 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] voicemial maxmsg Has anyone tested the maxmsg parameter in the voicemail.conf file? I am trying to restrict the number of messages for each mailbox, but I can't seem to get this parameter to have any effect. I also could not find a single reference to this parameter on the wiki. If anyone has gotten this to work, or know of another way to restrict the number of allowable messages I would sincerely appreciate the help. Regards to all, Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051115/1dd79e0f/attachment.htm
---- Original Message ---- From: "Joseph Rothstein" <jrothstein@comcentrixs.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, November 15, 2005 10:42 AM Subject: [Asterisk-Users] voicemial maxmsg>> Has anyone tested the maxmsg parameter in the voicemail.conf file? I >> am trying to restrict the number of messages for each mailbox, but I >> can't seem to get this parameter to have any effect. I also could >> not find a single reference to this parameter on the wiki. >> >> >> >> If anyone has gotten this to work, or know of another way to >> restrict the number of allowable messages I would sincerely >> appreciate the help. >>Try putting a silly value like -1, then asterisk should complain: Invalid number of messages per folder maxmsg=%s. Using default value %i\n", value, MAXMSG If it doesn't complain asterisk isn't reading your value The default and max is: #define MAXMSG 100 #define MAXMSGLIMIT 9999 Leif