Useful commands
Bitrix24
Module service control
service itgrix_bx start # start service
service itgrix_bx stop # stop service
service itgrix_bx restart # restart service
service itgrix_bx status # status service
# Adding a service to systemctl (autostart after server reboot)
service itgrix_bx enableChecking the module version via the console
/opt/itgrix_bx/itgrix_bx -vGenerating a support report (bugreport)
curl -OJsLk --digest -u login:password <Asterisk_IP>:8077/make_report # if the web interface is unavailable, you can retrieve the report using this command
/opt/itgrix_bx/itgrix_bx --report # generate a report if the module service fails to startClean handlers (including с2с)
/opt/itgrix_bx/itgrix_bx --clean --cleanlist hClean external lines
/opt/itgrix_bx/itgrix_bx --clean --cleanlist lRegistering an additional copy of the module
/opt/itgrix_bx/itgrix_bx --register-instancesAdmin panel
http://<ipasterisk>:8077/config # <ipasterisk> – the address of the server on which the module is installedCommand list
/opt/itgrix_bx/itgrix_bx --helpUpdate
/opt/itgrix_bx/update.shRemoving a module (if you are removing a module, please fill out form)
/opt/itgrix_bx/remove.shKommo
Module service control
service itgrix_kmo start # start service
service itgrix_kmo stop # stop service
service itgrix_kmo restart # restart service
service itgrix_kmo status # status service
# Adding a service to systemctl (autostart after server reboot)
service itgrix_kmo enableChecking the module version via the console
/opt/itgrix_kmo/itgrix_kmo -vGenerating a support report (bugreport)
curl -OJsLk --digest -u login:password <Asterisk_IP>:8077/make_report # if the web interface is unavailable, you can retrieve the report using this command
/opt/itgrix_kmo/itgrix_kmo --report # generate a report if the module service fails to startClean handlers (including с2с)
/opt/itgrix_kmo/itgrix_kmo --clean --cleanlist hRegistering an additional copy of the module
/opt/itgrix_kmo/itgrix_kmo --register-instancesAdmin panel
http://<ipasterisk>:8077/config # <ipasterisk> – the address of the server on which the module is installedAdmin panel
/opt/itgrix_kmo/itgrix_kmo --helpUpdate
/opt/itgrix_kmo/update.shRemoving a module (if you are removing a module, please fill out form)
/opt/itgrix_kmo/remove.sh