Line 39: |
Line 39: |
| service httpd-e-smith restart | | service httpd-e-smith restart |
| | | |
− | 2. 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):<syntaxhighlight lang="bash"> |
− | {{:Asterisk_repo}}
| + | yum install smeserver-extrarepositories-asterisk -y |
− | {{:Digium_repo|transcludesection=SME9}}
| + | signal-event yum-modify |
− | | + | </syntaxhighlight> |
− | 3. After adding it to the database updating the configuration file is required:
| |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
− | 4. Then the actual installation :
| + | 3. Then the actual installation : |
| | | |
| yum install smeserver-freepbx --enablerepo=smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 | | yum install smeserver-freepbx --enablerepo=smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 |
| | | |
− | 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)
| + | 4. 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-* asterisk-sounds-extra-en-* --enablerepo=asterisk-current | | yum install asterisk-sounds-core-fr-* asterisk-sounds-extra-en-* --enablerepo=asterisk-current |
| | | |
− | 6. This is the important step of the installation, the actual configuration and installation of files:
| + | 5. This is the important step of the installation, the actual configuration and installation of files: |
| signal-event freepbx-update | | signal-event freepbx-update |
| | | |
− | 7. 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: |
| | | |