Hi, I added the caller and callee fields into the stored procedure, for mysql. It is fixed in the trunk and also on branch 2.0.
Regards, Iulia Gavin Henry wrote: > 2009/6/11 Gavin Henry <[email protected]>: > >> 2009/6/11 Gavin Henry <[email protected]>: >> >>> 2009/6/11 Iulia Bublea <[email protected]>: >>> >>>> Hi, >>>> >>>> Try changing the type of cdr_id field from varchar to int(11) not null >>>> default 0 >>>> >>> That fixed it, thanks. >>> >>> >> It is strange though, because caller and callee are unpopulated: >> >> mysql> select * from cdrs; >> +---------+---------------------+----------+-----------------------------------------------+--------------------------------------+------------+---------------------+ >> | cdr_id | call_start_time | duration | sip_call_id >> | sip_from_tag | >> sip_to_tag | created | >> +---------+---------------------+----------+-----------------------------------------------+--------------------------------------+------------+---------------------+ >> | 1332978 | 2009-06-11 21:07:56 | 17 | >> 7af42d34-3155-de11-943e-001d09097...@suretec | >> 06632e34-3155-de11-943e-001d09097b69 | as52287ce0 | 2009-06-11 >> 21:08:56 | >> +---------+---------------------+----------+-----------------------------------------------+--------------------------------------+------------+---------------------+ >> >> > > I mean in the CP gui, not the above table. > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
