<span class="postbody">Hi All,
<br>

<br>
Thanks for your time to look into this issue. 
<br>

<br>
I want to create 5 channels for outgoing and 25 channels for incoming.
<br>

<br>
But i am unable to do so. 
<br>

<br>
Here is how my chan_dahadi.conf looks like 
<br>

<br>
[channels]
<br>
language=en
<br>
rxgain=1.0
<br>
txgain=1.0
<br>
usecallerid=yes
<br>
callerid=asreceived
<br>
busydetect=no
<br>
context=default
<br>
echotraining=no
<br>
echocancel=yes
<br>
echocancelwhenbridged=no
<br>
usecallingpres=yes
<br>
callprogress=no
<br>
prilocaldialplan=unknown
<br>
pridialplan=unknown
<br>
overlapdial=yes
<br>
switchtype=euroisdn
<br>
immediate=no
<br>
group=0
<br>
signalling=pri_cpe
<br>

<br>

<br>
;Digium T122P port 1
<br>

<br>
context=from-pstn (Incoming)
<br>
channel =&gt; 1-15
<br>
channel =&gt; 17-26
<br>

<br>
context=outgoing (Outgoing)
<br>
group=25
<br>
channel =&gt; 27-31
<br>

<br>

<br>

<br>
Here is how my extensions.conf looks like
<br>
[outgoing]
<br>
exten =&gt; _9.,1,Dial(DAHDI/g25/${EXTEN:1})
<br>
exten =&gt; _9.,1,Dial(DAHDI/28/${EXTEN:1})
<br>

<br>
However g25 doesnot picks up the channels between 27-31 and fails to
execute, so i comment that line, and use dedicated channels to make
call like the one here eg.channel 28 and calls go through perfectly
<br>

<br>
Please advice, i think i am making some mistake somewhere.
<br>

<br>
Your response will be highly appreciated.
<br>

</span>