Changeset 6244
- Timestamp:
- 08/01/08 13:33:16 (5 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/freepbx_engine (modified) (2 diffs)
- freepbx/trunk/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/freepbx_engine
r6183 r6244 29 29 AMPASTERISKWEBUSER=$AMPASTERISKUSER 30 30 AMPASTERISKWEBGROUP=$AMPASTERISKGROUP 31 AMPVMUMASK=077 31 32 32 33 . /etc/amportal.conf … … 131 132 # su - asterisk -c "export PATH=$PATH:/usr/sbin && export LD_LIBRARY_PATH=/usr/local/lib && /usr/sbin/safe_asterisk" 132 133 export LD_LIBRARY_PATH=/usr/local/lib 134 umask $AMPVMUMASK 133 135 /usr/sbin/safe_asterisk -U asterisk -G $AMPASTERISKGROUP 134 136 sleep 5 freepbx/trunk/amportal.conf
r6237 r6244 186 186 # CDRDBTYPE: mysql or postgres mysql is default 187 187 # CDRDBTABLENAME: Name of the table in the db where the cdr is stored cdr is default 188 # AMPVMUMASK: defaults to 077 allowing only the asterisk user to have any permissions on VM files. If set to something 189 # like 007, it would allow the group to have permissions. This can be used if setting apache to a different 190 # user then asterisk, so that the apache user (and thus ARI) can have access to read/write/delete the 191 # voicemail files. If changed, some of the voicemail directory strucuters may have to be manually changed. 192
