<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Awesome!!<br><br>Do you know if i want to use only specific channel for call out then how do i write dialplan ? I want to use channel 25 specific for my extension <br><br>DAHDI/25/XXXXXXXX or DAHDI/i2/25/XXXXXXXXXXX<br><br>> Date: Wed, 8 Jun 2011 17:25:44 -0500<br>> From: rmudgett@digium.com<br>> To: asterisk-users@lists.digium.com<br>> Subject: Re: [asterisk-users] How asterisk use pri channel<br>> <br>> > 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>> 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>> <br>> All are valid for v1.8 and trunk. The i<span> option and <subdir>! option are not valid earlier than v1.8.<br>> <br>> Richard<br>> <br>> --<br>> _____________________________________________________________________<br>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>> New to Asterisk? Join us for a live introductory webinar every Thurs:<br>> http://www.asterisk.org/hello<br>> <br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> http://lists.digium.com/mailman/listinfo/asterisk-users<br>                                            </body>
</html>