Difference between revisions of "Call is going but not visible in Active Calls"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
# Upgrade GUI/DB/Core
# to DB: delete from sessions;
# Make sure /home/mor/config/environment.rb does not have or has correct settings with ENV[TZ]
# Make sure time is the same on all servers in the system
If it does not help:
# Enable SQL debug in Core
# Make a call
# Get SQL from CLI which starts with: INSERT INTO activecalls....
# Paste it into DB
# Watch Active Calls window
<br><br>
<br><br>
= See also =  
= See also =  

Revision as of 08:45, 28 October 2010

  1. Upgrade GUI/DB/Core
  2. to DB: delete from sessions;
  3. Make sure /home/mor/config/environment.rb does not have or has correct settings with ENV[TZ]
  4. Make sure time is the same on all servers in the system

If it does not help:

  1. Enable SQL debug in Core
  2. Make a call
  3. Get SQL from CLI which starts with: INSERT INTO activecalls....
  4. Paste it into DB
  5. Watch Active Calls window




See also