<br><br><div class="gmail_quote">2011/6/9 Richard Mudgett <span dir="ltr"><<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>></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">> We have two pri line and I want to see how asterisk distribute<br>
> outgoing call per channels<br>
><br>
> I meant it use first last channel 47 or it will use first channel?<br>
><br>
> Or it will allocate dynamically ?<br>
<br>
</div>Extracted from chan_dahdi.c:<br>
<br>
Dial(DAHDI/pseudo[/extension[/options]])<br>
Dial(DAHDI/<channel#>[c|r<cadance#>|d][/extension[/options]])<br>
Dial(DAHDI/<subdir>!<channel#>[c|r<cadance#>|d][/extension[/options]])<br>
Dial(DAHDI/i<span>[/extension[/options]])<br>
Dial(DAHDI/[i<span>-](g|G|r|R)<group#(0-63)>[c|r<cadance#>|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<cadance#> - 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't read C source code ?<br>Is there "foo show bar" 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<span> option and <subdir>! 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>