Updates for SIP event logging

git-svn-id: svn://192.168.202.10@3192 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-01-30 20:45:09 +00:00
parent fadcf33c00
commit 77da023583
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4093,7 +4093,7 @@ server_ip VARCHAR(15),
uniqueid VARCHAR(20),
sip_call_id VARCHAR(256),
event_date DATETIME(6),
event VARCHAR(10),
sip_event VARCHAR(10),
index(caller_code),
index(event_date)
) ENGINE=MyISAM;