[Home]

Summary:ASTERISK-10465: Fix Round Robin Routing Allow 1 Up Port
Reporter:Gregory Hinton Nietsky (irroot)Labels:
Date Opened:2007-10-07 11:40:33Date Closed:2007-11-20 07:57:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_misdn
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) misdn-rr.patch
( 1) misdn-rr2.patch
( 2) misdn-rr3.patch
Description:currently RR will not work when there is one up port as it wont wrap round to itself this is not nice when there 2 ports and one is down all calls will fail when moving onto the second port ...

Comments:By: Gregory Hinton Nietsky (irroot) 2007-10-07 12:01:00

allow one pass over the start_port in case it is down and others are up....

By: Digium Subversion (svnbot) 2007-11-20 07:38:38.000-0600

Repository: asterisk
Revision: 89445

U   branches/1.4/channels/chan_misdn.c

------------------------------------------------------------------------
r89445 | crichter | 2007-11-20 07:38:36 -0600 (Tue, 20 Nov 2007) | 1 line

added RR patch from iroot ASTERISK-10465, thanks.
------------------------------------------------------------------------

By: crich (crich) 2007-11-20 07:57:30.000-0600

added this to asterisk 1.4 (r89445), but unfortunately the patch didn't merge with trunk..