[OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

Rik Broers notifications at github.com
Mon Oct 12 15:10:05 CEST 2015


Found out that it is caused by a wrongly structured mysql view based on the dispatcher table.

In our view of the dispatcher the weight column had a structure of VARCHAR. While this is an INT on the default dispatcher table.

To replicate the issue, simply change in the dispatcher table structure the weight from INT(11) to VARCHAR(11).

in both cases there was 1 in the weight column. 

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/387#issuecomment-147394591
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151012/b48d024c/attachment.htm>


More information about the Devel mailing list