LogoLogo
  • What is Itgrix
  • Contacts
  • Our story
  • Connector installation
    • System requirements
    • Itgrix for Bitrix24 and Asterisk
      • How to perform offline authorization
      • How to obtain a license offline
      • Configuring the connector to work in a closed network
      • Call tests
    • Itgrix for Kommo and Asterisk
      • Restricted mode setting features
      • Call card
      • Call tests
  • Additional functions
    • Automatic call transfer to responsible manager
    • Setting up click-to-call features
      • Features of customization after Bitrix24 23.300.0 update
    • Autoreplacement for phone numbers
    • How to view employee call statistics in Bx24
    • FMC number recognition
    • Configuring WebRTC in Asterisk (FreePBX)
    • Itgrix AsterPhone for Bitrix24
    • Itgrix AsterPhone for Kommo
  • For admins
    • Running an additional copy of the module
    • Deploying a module backup
    • Call processing for the period
    • Examples of the structure of registered calls from CEL
    • Wrong time in created cases in Bitrix24
    • SSH access
    • Useful commands
    • Script to test the module service
    • Changing login and password to enter the admin panel
    • Module files
    • Status monitoring
    • Application update
    • In the CEL table, there is no internal employee number in the cid_num column
    • How to fix click-to-call
    • Custom SSL certificates for https requests
    • Examples of configuring WSS connections
    • Converting recordings to MP3 before sending to Bitrix24
    • How to fix call recording problems
    • Install and configure CEL
    • B24 authorization bugfix
  • Useful customizations (any CRM)
    • Audio file name customization
    • Call data (call_full) in customizations
    • Change the number / context for calling to asterisk
    • Change phone number before sending data to CRM
    • Black and white lists
  • Useful customizations itgrix_bx (Bitrix24)
  • Useful customizations itgrix_kmo (Kommo)
  • FAQ
    • How to pay
    • How to check licence status
    • Differences in connection to B24 via SIP-connector and Itgrix
    • How to turn off the display of calls in the calendar
    • How to view statistics on employee calls
    • Updating the app
    • Offline install (only for Bitrix24)
    • Offline update
    • Reliable softphones for Asterisk
    • Detail-call-statuses
  • Changelog Itgrix_bx
  • Changelog Itgrix_kommo
  • Policy of interaction with Asterisk
Powered by GitBook
On this page
  • Wrong time in created cases in Bitrix24
  • Time zone in the application settings
  • Time settings on Bitrix24 server (for self-hosted version only)

Was this helpful?

  1. For admins

Wrong time in created cases in Bitrix24

Wrong time in created cases in Bitrix24

If you encounter incorrect timestamps in the created cases, you should consistently verify the following settings.

Time zone in the application settings

Check the app.time_zone option in the config file at /etc/itgrix_bx/config.json. Normally, this option is not present, but it can be added if your system's time zone is different from one that you prefer. Any time zone that is recognized by your system is acceptable, for example "+05", "Asia/Almaty", etc.

Time settings on Bitrix24 server (for self-hosted version only)

Skip this step if you have a cloud-based Bitrix24.

If you have a self-hosted version of Bitrix24, connect to the server with Bitrix24 and run the command:

$ date

Check that the time and time zone are correct in the response.

Employee time settings in Bitrix24

Check that the correct time zone is specified in the profile of the user on whose behalf you are viewing cases: User profile > Change personal data > Automatically determine time zone. Ensure that the clock at the top of portal pages shows the correct time.

The same should be checked for the user on whose behalf the application connects to the portal. You can re-authenticate the app from the admin panel to set that user as your currently logged in user.

Time settings on Asterisk server (timestamps in the CEL table)

Run this command on the Asterisk server:

$ date

Check that the time and time zone are correct in the response.

Verify that the timestamps in the CEL table are correct:

$ mysql -u root > USE asteriskcdrdb; > SELECT * FROM cel ORDER BY eventtime DESC LIMIT 1;

Check the value of the eventtime field for the latest entry. If you have active telephony users, the time should be approximately same as the current time.

PreviousExamples of the structure of registered calls from CELNextSSH access

Last updated 10 months ago

Was this helpful?