HOWTO Start
To start PBXware:
- Login to PBXware using SSH protocol
- Navigate to the 'pbxware' directory 'cd /opt/pbxware/'
- Execute 'sh/start'
HOWTO Stop
To stop PBXware:
- Login to PBXware using SSH protocol
- Navigate to 'pbxware' directory 'cd /opt/pbxware/'
- Execute 'sh/stop'
HOWTO Dreload
To reload PBXware with basic debug output messages:
- Login to PBXware using SSH protocol
- Navigate to the 'pbxware' directory 'cd /opt/pbxware/'
- Execute 'sh/pbxware dreload'
HOWTO Logging Asterisk Activity Into Log File
To make asterisk log the activity to a log file:
asterisk -rx 'stop now' asterisk -vvvvvvvvv -g -ddddddddddd >/tmp/log 2>&1 &
HOWTO Content of OPT Directory
Under '/opt' you have 2 PBXware related directories:
- httpd
- pbxware
httpd - Setup Wizard/Licenser is a kind of controller for 'pbxware' chroot.
pbxware - Consist of chroot, with no root privileges, and several important processes:
- PBXware daemon (dialling logic, controlling logic),
- Asterisk,
- Sitemanager GUI
- Several other utils required for normal operation