]> git.ipfire.org Git - thirdparty/asterisk.git/commit
The round robin routing routine in chan_misdn.c is broken.
authorGregory Nietsky <gregory@distrotech.co.za>
Fri, 16 Sep 2011 10:09:17 +0000 (10:09 +0000)
committerGregory Nietsky <gregory@distrotech.co.za>
Fri, 16 Sep 2011 10:09:17 +0000 (10:09 +0000)
commitbbc088b9fc111f03d734b220f8a8c2ad316cfa6a
tree5901dd82f08ee090e009c04719cd7d5ed24b257a
parentf94fa3dba396143df41f611656402a3d48d68806
The round robin routing routine in chan_misdn.c is broken.

it rotates between ports but never checks the channels in the ports.

i have extensivly tested it and verified it works on 1 upto 4 ports.
before the patch only 1 out of each port was used now all are used as
expected.

(closes issue ASTERISK-18413)
Reported by: irroot
Tested by: irroot
Reviewed by: irroot

Review: https://reviewboard.asterisk.org/r/1410/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@336166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_misdn.c