Patches item #3149507, was opened at 2011-01-02 03:45 Message generated for change (Tracker Item Submitted) made by johndoe1235 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: Open Resolution: None Priority: 5 Private: No Submitted By: Henk Hesselink (johndoe1235) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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
