Changeset 4400
- Timestamp:
- 03/31/09 06:13:38 (4 years ago)
- Location:
- luci/trunk/contrib/package/asterisk-xip/files/uci
- Files:
-
- 2 modified
-
voicemailconf (modified) (2 diffs)
-
voicemailconf.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/contrib/package/asterisk-xip/files/uci/voicemailconf
r4391 r4400 29 29 } 30 30 31 voicegeneral_list="format serveremail attach skipms maxsilence silencethreshold maxlogins emaildateformat sendvoicemail maxmsg maxmessage minmessage maxgreet"31 voicegeneral_list="format emailformat serveremail attach skipms maxsilence silencethreshold maxlogins emaildateformat sendvoicemail maxmsg maxmessage minmessage maxgreet" 32 32 voicegeneral_ext_list="" 33 33 … … 97 97 98 98 [ -z "${voice_format}" ] && voice_format="wav49|gsm|wav" 99 # Make emailformat first in the list 100 if [ ! -z "${voice_emailformat}" ] ; then 101 local newfmt=${voice_emailformat} 102 for i in ${voice_format//|/ } ; do 103 [ "$i" == "${voice_emailformat}" ] || newfmt="${newfmt}|${i}" 104 done 105 voice_format="${newfmt}" 106 fi 99 107 echo "${asteriskuci_gen}[general]" > $file 100 108 for i in ${voicegeneral_list} ; do -
luci/trunk/contrib/package/asterisk-xip/files/uci/voicemailconf.txt
r4159 r4400 2 2 voicegeneral - General options for voicemail 3 3 format - Formats to store mail in (Default wav49|gsm|wav) - once set do NOT change this. 4 emailformat - Which format to use for email 4 5 maxlogins - Number of failed login attempts allowed 5 6 maxmsg - Maximum numer of messages per folder
