Line 83: |
Line 83: |
| | | |
| = SME9 = | | = SME9 = |
− |
| |
− |
| |
| First , see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo | | First , see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo |
− | 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). | + | <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 |
Line 93: |
Line 91: |
| install the install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13): | | install the 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: | | After adding it to the database updating the configuration file is required: |
− |
| |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
Line 105: |
Line 100: |
| 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. | + | 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 |