Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| installation_guide:voximal [2017/12/15 09:10] – borja | installation_guide:voximal [2021/01/28 23:26] (current) – javier | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Voximal : Voximal Module Installation | + | ===== Voximal : Voximal Module Installation |
| The Voximal module package install : | The Voximal module package install : | ||
| Line 15: | Line 15: | ||
| Dependencies | Dependencies | ||
| - | * Asterisk 11 to 15 | + | * Asterisk 11 to 16 |
| * FreePBX 12-13 for the GUI/Web configuration interface) | * FreePBX 12-13 for the GUI/Web configuration interface) | ||
| * Isaabel (tests) | * Isaabel (tests) | ||
| Line 46: | Line 46: | ||
| Restarting asterisk............................................... | Restarting asterisk............................................... | ||
| --- Voximal V14.0 installation has finished --- | --- Voximal V14.0 installation has finished --- | ||
| + | </ | ||
| + | |||
| + | ==== Extended features of the install script ==== | ||
| + | |||
| + | < | ||
| + | # ./ | ||
| + | Usage: ./ | ||
| + | -d : install directory default is root / | ||
| + | -g : do not install gui modules | ||
| + | -u : do not generate uid.txt | ||
| + | -U : user for files permissions | ||
| + | -h : this help | ||
| </ | </ | ||
| ==== Change the user and group for Asterisk ==== | ==== Change the user and group for Asterisk ==== | ||
| - | If you want to run Asterisk without using the standard asterisk user follow | + | The best option is to use the option -U in the installation script : |
| + | |||
| + | < | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | If you want to run Asterisk without using the standard asterisk user, and doing that yourself, | ||
| < | < | ||
| Line 63: | Line 81: | ||
| [root]# chown -R user:group / | [root]# chown -R user:group / | ||
| [root]# chown -R user:group / | [root]# chown -R user:group / | ||
| + | [root]# chown -R user:group / | ||
| </ | </ | ||