Bugs item #2946724, was opened at 2010-02-05 18:57 Message generated for change (Comment added) made by norm_brandinger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2946724&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: trunk Status: Open Resolution: None Priority: 5 Private: No Submitted By: Norm Brandinger (norm_brandinger) Assigned to: Nobody/Anonymous (nobody) Summary: Enhance drouting error messages Initial Comment: During the initialization of the drouting module, error checking is performed. If there is a failure during this checking, the following message is produced: "ERROR:drouting:dr_load_routing_info: bad colum type". This patch changes the error message to: "ERROR:drouting:dr_load_routing_info: column ROUTE_ID has a bad type". ---------------------------------------------------------------------- >Comment By: Norm Brandinger (norm_brandinger) Date: 2010-02-05 20:29 Message: The second part of this problem is the the MySQL column type for the dr_rules.routeid column is set to char(255), yet the doc at: http://www.opensips.org/html/docs/modules/devel/drouting.html shows the column defined as an integer. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2946724&group_id=232389 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
