Bugs item #2946724, was opened at 2010-02-05 20:57 Message generated for change (Settings changed) made by bogdan_iancu 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: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Norm Brandinger (norm_brandinger) >Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) 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: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2010-02-09 20:14 Message: Hi Norm, Patch was uploaded and the online docs were updated. Thanks and regards, Bogdan ---------------------------------------------------------------------- Comment By: Norm Brandinger (norm_brandinger) Date: 2010-02-05 22: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
