[Home]

Summary:ASTERISK-08386: [patch] make message length configurable per user instead of only globally
Reporter:lters (lters)Labels:
Date Opened:2006-12-19 14:55:14.000-0600Date Closed:2006-12-30 22:54:59.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.c_patch
( 1) app_voicemail.c_patch2
Description:We needed to be able to control the length of voicemails on a user base instead of only Global. This patch allows you to specify a value per user.

It also has a DEBUG option added to show what the config values found where.
Comments:By: Tilghman Lesher (tilghman) 2006-12-19 16:25:52.000-0600

Formatting is inconsistent.  Please use only tabs to indent lines and please keep the indentation levels consistent.

By: lters (lters) 2006-12-20 07:08:17.000-0600

Uploaded a revised version making sure to use tabs and not spaces. Added a check to make sure the value is not too short.

By: Tilghman Lesher (tilghman) 2006-12-30 22:54:59.000-0600

Committed to trunk, revision 49075.