<div dir="ltr"><div><div><div>Doh, ctrl-enter strikes again. Here we go:<br><br></div>Looking at the code fragment in wider context:<br><br>    if (*argv[1] == &#39;A&#39;) {<br>        direction = FTDM_BOTTOM_UP;<br>    } else if (*argv[1] == &#39;a&#39;) {<br>
        direction =  FTDM_TOP_DOWN;<br>    } else if (*argv[1] == &#39;r&#39;) {<br>        direction =  FTDM_RR_DOWN;<br>    } else if (*argv[1] == &#39;R&#39;) {<br>        direction =  FTDM_RR_UP;<br><br></div>You have bottom up, top down, round robin down and round robin up. So yes, if someone could add &quot;r&quot; and &quot;R&quot; to the wiki that would be very helpful. <br>
<br></div>-MC<br><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 15, 2013 at 10:06 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Actually, you have both. Look at your code fragment in wider context:<div><div class="h5">
<br><br><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 15, 2013 at 1:42 AM, mbo <span dir="ltr">&lt;<a href="mailto:mbodbg@gmx.net" target="_blank">mbodbg@gmx.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">Thanks for the link. It seems that the wiki is not up to date here. In the code of mod_freetdm I can see that &quot;r&quot; for <span style="line-height:17px;font-size:13px;font-family:Arial,FreeSans,Helvetica,sans-serif">hunt going downwards starting from highest channel and &quot;</span><span style="line-height:17px;font-size:13px;font-family:Arial,FreeSans,Helvetica,sans-serif">R&quot; hunt going upwards starting from lowest channel seems to be also available.</span><br style="line-height:17px;font-size:13px;font-family:Arial,FreeSans,Helvetica,sans-serif">

  <div><br></div><div><div>...</div><div><span style="white-space:pre-wrap">        </span>} else if (*argv[1] == &#39;r&#39;) {</div><div><span style="white-space:pre-wrap">                </span>direction =  FTDM_RR_DOWN;</div><div><span style="white-space:pre-wrap">        </span>} else if (*argv[1] == &#39;R&#39;) {</div>

<div><span style="white-space:pre-wrap">                </span>direction =  FTDM_RR_UP;</div><div>…</div><div><br></div><div>Thanks</div><div><br></div><div>Markus</div></div><div><br></div><div><div>Am 07.05.2013 um 21:41 schrieb Michael Collins &lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;:</div>

<br><blockquote type="cite"><div dir="ltr"><div><div>I believe all of that is covered here:<br><a href="http://wiki.freeswitch.org/wiki/FreeTDM#Dial_Plan" target="_blank">http://wiki.freeswitch.org/wiki/FreeTDM#Dial_Plan</a><br>

<br></div>The &quot;a&quot; means start at channel 1 and work your way up. <br>
</div>-MC<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 7, 2013 at 10:02 AM, mbo <span dir="ltr">&lt;<a href="mailto:mbodbg@gmx.net" target="_blank">mbodbg@gmx.net</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div>We have a sangoma A104d QUAD T1/E1 AFT card configured with 4 spans in one group. <span style="text-align:left">In Asterisk it is possible to specify the channel selection mode by a prefix in the dial command (</span><span style="text-align:left"><font face="Verdana, Geneva, Arial, Helvetica, sans-serif">Dial(Zap/g2…) - </font></span><span style="text-align:left;font-size:12px;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif">ascending sequential hunt group</span><span style="text-align:left"><font face="Verdana, Geneva, Arial, Helvetica, sans-serif"> Looks in order 1, 2, 5, 8</font></span><span style="text-align:left">), </span><span style="text-align:left"><font face="Verdana, Geneva, Arial, Helvetica, sans-serif">Dial(Zap/G2…) - </font></span><span style="text-align:left;font-size:12px;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif">descending sequential hunt group,</span><span style="text-align:left"><font face="Verdana, Geneva, Arial, Helvetica, sans-serif"> looks in order 8, 5, 2, 1), etc. </font></span>In freeswitch I use a dial string like:</div>


<div><br></div><div>freetdm/mygroup/a/</div><div><br></div><div>to dial out via a group. I&#39;m not sure for what the &quot;a&quot; stand for. Are there also options for the channel selection mode available like in asterisk? </div>


<div><br></div><div>Thanks</div><div><br></div><div>Markus</div><div><br></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.freeswitch.org/" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.ClueCon.com</a><br>


<a href="http://www.ostag.org/" target="_blank">http://www.OSTAG.org</a><br><br>
</div>
_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>

<br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>

<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>

<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>

<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</div></div></div></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</div></div></div></div></div></div>