<br><br><div class="gmail_quote">2011/6/9 Richard Mudgett <span dir="ltr">&lt;<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt; We have two pri line and I want to see how asterisk distribute<br>
&gt; outgoing call per channels<br>
&gt;<br>
&gt; I meant it use first last channel 47 or it will use first channel?<br>
&gt;<br>
&gt; Or it will allocate dynamically ?<br>
<br>
</div>Extracted from chan_dahdi.c:<br>
<br>
Dial(DAHDI/pseudo[/extension[/options]])<br>
Dial(DAHDI/&lt;channel#&gt;[c|r&lt;cadance#&gt;|d][/extension[/options]])<br>
Dial(DAHDI/&lt;subdir&gt;!&lt;channel#&gt;[c|r&lt;cadance#&gt;|d][/extension[/options]])<br>
Dial(DAHDI/i&lt;span&gt;[/extension[/options]])<br>
Dial(DAHDI/[i&lt;span&gt;-](g|G|r|R)&lt;group#(0-63)&gt;[c|r&lt;cadance#&gt;|d][/extension[/options]])<br>
<br>
i - ISDN span channel restriction.<br>
    Used by CC to ensure that the CC recall goes out the same span.<br>
    Also to make ISDN channel names dialable when the sequence number<br>
    is stripped off.  (Used by DTMF attended transfer feature.)<br>
<br>
g - channel group allocation search forward<br>
G - channel group allocation search backward<br>
r - channel group allocation round robin search forward<br>
R - channel group allocation round robin search backward<br>
<br>
c - Wait for DTMF digit to confirm answer<br>
r&lt;cadance#&gt; - Set distintive ring cadance number<br>
d - Force bearer capability for ISDN/SS7 call to digital.<br></blockquote><div><br>Where this information can be read, for those of us that don&#39;t read C source code ?<br>Is there &quot;foo show bar&quot; command for that ?<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
All are valid for v1.8 and trunk.  The i&lt;span&gt; option and &lt;subdir&gt;! option are not valid earlier than v1.8.<br>
<font color="#888888"><br>
Richard<br>
</font><div><div></div><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>