<div>Hi Bogdan,</div>
<div>This is great!</div>
<div>I would like to try out the new Drouting module.&nbsp; Is it going to be released soon in the next release? </div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>JB</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Fri, Nov 21, 2008 at 7:43 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi all,<br><br><br>Drouting module (Dynamic Routing) is now able to do load balancing or<br>random selection of the destinations/GW (from a given set).<br>
<br>For each defined rule, you can set a list of destinations to be used.<br>The list is comma or pipe separated enumeration of the destinations. The<br>module will use (one by one) each destination from the list (in the<br>
given order).<br><br>Also the module allows the usage of groups in the destination lists. A<br>group of destinations is delimited by semi-colon char. inside the whole<br>destination list ( like: 2,4;5,78,23;4;7;2 ). The destinations from<br>
within a group may be act differently (like load-balancing, random<br>selection, etc), depending of the "sort_order" module parameter:<br>/<br>0/ - destination groups are ignored and all the destinations are tried<br>in the given order;<br>
Ex: list 1,2;3,4,5;6 will lead to usage as 1,2,3,4,5,6/<br>/<br><br>/1/ - the destinations from each group are randomly arranged (only the<br>two elements are randomly selected); groups do maintain their order (as<br>given); the resulting list is used (with all the defined destinations).<br>
Ex: 1,2;3,4,5;6 -&gt; randomiser -&gt; (A) 2,1;4,3,5;6 -&gt; usage 2,1,4,3,5,6<br>(B) 1,2;3,5,4;6 -&gt; usage 1,2,3,5,4,6/<br>/<br><br>/2/ - from each destination group, only a single destination is randomly<br>selected; groups do maintain their order (as given);<br>
Ex: 1,2;3,4,5;6 -&gt; randomiser -&gt; (A) 2;4;6 -&gt; usage 2,4,6 (B) 1;5;6 -&gt;<br>usage 1,5,6<br><br><br>Regards,<br>Bogdan<br><br><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br></blockquote></div><br>