Line 83: |
Line 83: |
| | | |
| = SME9 = | | = SME9 = |
| + | '''TEST phase :''' |
| | | |
− | EXPERIMENTAL !!!
| + | first install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13), see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo |
− | first install the yum repo, see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo | |
| | | |
− | then increase the php memory limit to at least 128M BEFORE the installation, or it will wail.
| + | Then increase the php memory limit to at least 128M BEFORE the installation, 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 |
| | | |
− | yum install smeserver-freepbx --enablerepo=smedev,asterisk-13,asterisk-current,digium-current,digium-13 | + | yum install smeserver-freepbx --enablerepo=smetest,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/): | | 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/): |
Line 97: |
Line 97: |
| 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: |
| + | signal-event freepbx-update |
| + | |
| + | 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: |
| | | |
− | signal-event freepbx-update
| |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |