Line 83: |
Line 83: |
| | | |
| = SME9 = | | = SME9 = |
− | First, <u>increase the php memory limit to at least 128M '''BEFORE the installation'''</u>, '''or it will fail''' in the middle leaving it in an unstable state ( half mysql db installed, no modules activated). | + | 1. First, <u>increase the php memory limit to at least 128M '''BEFORE the installation'''</u>, '''or it will fail''' in the middle leaving it in an unstable state ( half mysql db installed, no modules activated). |
| db configuration setprop php MemoryLimit 128M | | db configuration setprop php MemoryLimit 128M |
| expand-template /etc/php.ini | | expand-template /etc/php.ini |
| service httpd-e-smith restart | | service httpd-e-smith restart |
| | | |
− | install the install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13):
| + | 2. Install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13): |
| {{:Asterisk_repo}} | | {{:Asterisk_repo}} |
| {{:Digium_repo|transcludesection=SME9}} | | {{:Digium_repo|transcludesection=SME9}} |
| | | |
− | After adding it to the database updating the configuration file is required: | + | 3. After adding it to the database updating the configuration file is required: |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
− | Then the actual installation : | + | 4. Then the actual installation : |
| | | |
| yum install smeserver-freepbx --enablerepo=smetest,smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 | | yum install smeserver-freepbx --enablerepo=smetest,smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 |
| | | |
− | By default en language with ulaw are added. You may want to add some extra format and languages. (you might choose codec {alaw,ulaw,g722,gsm} you want and language {en,en_AU,fr,es}, see http://packages.asterisk.org/centos/6/current/i386/RPMS/). You can also manually download them latter through the Freepbx interface (first install Freepbx Sound Languages module,then go to Admin/Sound Languages) | + | 5. By default en language with ulaw are added. You may want to add some extra format and languages. (you might choose codec {alaw,ulaw,g722,gsm} you want and language {en,en_AU,fr,es}, see http://packages.asterisk.org/centos/6/current/i386/RPMS/). You can also manually download them latter through the Freepbx interface (first install Freepbx Sound Languages module,then go to Admin/Sound Languages) |
| | | |
| yum install asterisk-sounds-core-fr-ulaw asterisk-sounds-extra-en-gsm --enablerepo=asterisk-current | | yum install asterisk-sounds-core-fr-ulaw asterisk-sounds-extra-en-gsm --enablerepo=asterisk-current |
| | | |
− | this is the important step of the installation:
| + | 6. This is the important step of the installation, the actual configuration and installation of files: |
| signal-event freepbx-update | | signal-event freepbx-update |
| | | |
− | Then you can start to configure and upgrade trough the interface in the server-manager | + | 6. Then you can start to configure and upgrade trough the interface in the server-manager |
| it might also be necessary to reboot or relaunch asterisk to allow all modules to be launch: | | it might also be necessary to reboot or relaunch asterisk to allow all modules to be launch: |
| | | |