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 enable

Checking the module version via the console

/opt/itgrix_bx/itgrix_bx -v

Generating 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 start

Clean handlers (including с2с)

/opt/itgrix_bx/itgrix_bx --clean --cleanlist h

Clean external lines

/opt/itgrix_bx/itgrix_bx --clean --cleanlist l

Registering an additional copy of the module

/opt/itgrix_bx/itgrix_bx --register-instances

Admin panel

http://<ipasterisk>:8077/config       # <ipasterisk> – the address of the server on which the module is installed

Command list

/opt/itgrix_bx/itgrix_bx --help

Update

/opt/itgrix_bx/update.sh

Removing a module (if you are removing a module, please fill out form)

/opt/itgrix_bx/remove.sh

Kommo

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 enable

Checking the module version via the console

/opt/itgrix_kmo/itgrix_kmo -v

Generating 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 start

Clean handlers (including с2с)

/opt/itgrix_kmo/itgrix_kmo --clean --cleanlist h

Registering an additional copy of the module

/opt/itgrix_kmo/itgrix_kmo --register-instances

Admin panel

http://<ipasterisk>:8077/config       # <ipasterisk> – the address of the server on which the module is installed

Admin panel

/opt/itgrix_kmo/itgrix_kmo --help

Update

/opt/itgrix_kmo/update.sh

Removing a module (if you are removing a module, please fill out form)

/opt/itgrix_kmo/remove.sh

On this page