Hello.

The following insert query is executed for insertion of missed calls. The 
setuptime value is provided as date time format which should be an integer.

I am using PostgreSQL as a back end.

insert into missed_calls 
(method,from_tag,to_tag,callid,sip_code,sip_reason,time,src_ip,src_user,src_domain,dst_ouser,dst_user,dst_domain,user_agent,dr_id,rpid,pai,disconnect_reason,origprefix,destprefix,setuptime,created
 ) values 
('INVITE','as371faadb','0081eace-000b-0328-0000-0000','[email protected]:5060','487','Request
 Terminated','2015-11-24 
16:56:54','xx.70.xx.1','xxxxx','192.168.1.15','5538xxxx','+xxxx','xx.169.xx.161','Microbase
 CommServer','3','"xxxx"','','Q.850; cause=16','5538','+','1970-01-01 
00:00:21',1448384193)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/703
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to