Patches item #3149507, was opened at 2011-01-02 04:45 Message generated for change (Comment added) made by anca_vamanu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3149507&group_id=232389
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: 1.6.x >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Henk Hesselink (johndoe1235) >Assigned to: Anca Vamanu (anca_vamanu) Summary: wrong type spec. for leg_cseq column in b2b_entities.c Initial Comment: In the database schema the type for the leg_cseq column is INTEGER, but in the the b2b_entities.c the type is defined as string (DB_STR). This causes errors when writing to Postgres if the field is empty because the code tries to write an empty string instead of NULL. ---------------------------------------------------------------------- >Comment By: Anca Vamanu (anca_vamanu) Date: 2011-01-03 16:46 Message: Hi Henk, Thank you, I have committed the fix. Regards, Anca ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3149507&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
