[Asterisk-Users] voicemial maxmsg
Leif Neland
leifn at neland.dk
Tue Nov 15 05:44:16 MST 2005
---- Original Message ----
From: "Joseph Rothstein" <jrothstein at comcentrixs.com>
To: <asterisk-users at 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
More information about the asterisk-users
mailing list