Comment on page
Useful commands
If you don't want to go into details, contact us. We will quickly help you and answer all questions!
Contact us in any convenient way.
- Configuration file
less /etc/itgrix_bx/config.json
- Customization folder
/opt/itgrix_bx/customizer/actions/
- Current day log. Logs are stored for the last 5 days, rotation occurs around 3 o’clock in the morning.
less /var/log/itgrix_bx.log
OS version
uname -a
cat /etc/redhat-release
In some other OS
cat /etc/os-release
Checking the connector version through the console
/opt/itgrix_bx/itgrix_bx -v
Reset handlers (including c2c)
/opt/itgrix_bx/itgrix_bx -c
Connector restart
service restart itgrix_bx systemctl restart itgrix_bx
Stop / start
service itgrix_bx stop systemctl stop itgrix_bx
service itgrix_bx start systemctl start itgrix_bx
Connector's configuration interface
http://<Asterisk IP>:8077/config
<Asterisk IP> - is the address of Asterisk server.
The username and password for accessing are set when the module is installed and is written in configuration file.Connector update
/opt/itgrix_bx/update.sh
Last modified 14d ago