<br><br><div class="gmail_quote">On Tue, May 31, 2011 at 11:38 AM, Shaun Ruffell <span dir="ltr">&lt;<a href="mailto:sruffell@digium.com">sruffell@digium.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Tue, May 31, 2011 at 11:21:48AM +0530, mahesh katta wrote:<br>
&gt; On Tue, May 31, 2011 at 11:08 AM, Shaun Ruffell &lt;<a href="mailto:sruffell@digium.com">sruffell@digium.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; On Tue, May 31, 2011 at 10:48:08AM +0530, mahesh katta wrote:<br>
&gt;&gt;&gt; Hi sir,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I was installed Goautodial server and I have b410p BRI card. BRI card<br>
&gt;&gt;&gt; showing OK with dahdi_tool, this NT mode.  whenever I am dialing from<br>
&gt;&gt;&gt; server i am not able to connect the call . in Cli below mention<br>
&gt;&gt;&gt; warning is comming .  please what is the mistake with me . help me<br>
&gt;&gt;<br>
&gt;&gt; &lt;snip&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;     -- Executing [0559566768@default:2] Dial(&quot;Console/dsp&quot;,<br>
&gt;&gt;&gt; &quot;Dahdi/g0/0559566768|55|tTo&quot;) in new<br>
&gt;&gt;&gt; stack<br>
&gt;&gt;&gt; [May 31 01:10:09] WARNING[30356]: channel.c:3443 ast_request: No channel<br>
&gt;&gt;&gt; type registered for<br>
&gt;&gt;&gt; &#39;Dahdi&#39;<br>
&gt;&gt;&gt; [May 31 01:10:09] WARNING[30356]: app_dial.c:1296 dial_exec_full: Unable to<br>
&gt;&gt;&gt; create channel of type &#39;Dahdi&#39; (cause 66 - Channel not implemented)<br>
&gt;&gt;<br>
&gt;&gt; It appears that you do not have chan_dahdi in Asterisk configured and/or<br>
&gt;&gt; loaded properly.<br>
&gt;<br>
&gt; sir this chan_dahdi.conf file<br>
&gt;<br>
&gt; [channels]<br>
&gt; #include dahdi-channels.conf<br>
&gt; language=en<br>
&gt; context=default<br>
&gt; usecallerid=yes<br>
&gt; hidecallerid=yes<br>
&gt; callwaiting=yes<br>
&gt; usecallingpres=yes<br>
&gt; callwaitingcallerid=yes<br>
&gt; threewaycalling=yes<br>
&gt; transfer=yes<br>
&gt; canpark=yes<br>
&gt; cancallforward=yes<br>
&gt; callreturn=yes<br>
&gt; echocancel=yes<br>
&gt; echocancelwhenbridged=yes<br>
&gt; echotraining=800<br>
&gt; relaxdtmf=yes<br>
&gt; rxgain=0.0<br>
&gt; txgain=0.0<br>
&gt; ;group=1<br>
&gt; ;callgroup=1<br>
&gt; ;pickupgroup=1<br>
&gt; busydetect=yes<br>
&gt; busycount=6<br>
&gt; immediate=no<br>
&gt; resetinterval=never<br>
&gt; switchtype=euroisdn<br>
&gt; signalling=bri_cpe<br>
&gt; pridialplan=unknown<br>
&gt; prilocaldialplan=unknown<br>
&gt; group=0<br>
&gt; channel =&gt; 1-2<br>
&gt;<br>
&gt; dahdi-channels.conf file<br>
&gt; ; Span 1: B4/0/1 &quot;B4XXP (PCI) Card 0 Span 1&quot; (MASTER) AMI/CCS<br>
&gt; group=0<br>
&gt; context=from-pstn<br>
&gt; switchtype = euroisdn<br>
&gt; signalling = bri_cpe<br>
&gt; channel =&gt; 1-2<br>
&gt; context = default<br>
&gt;<br>
&gt; /etc/dahdi/system.conf<br>
&gt; # Span 1: B4/0/1 &quot;B4XXP (PCI) Card 0 Span 1&quot; (MASTER) AMI/CCS<br>
&gt; span=1,1,0,ccs,ami<br>
&gt; # termtype: te<br>
&gt; bchan=1-2<br>
&gt; hardhdlc=3<br>
&gt; echocanceller=mg2,1-2<br>
&gt;<br>
&gt; /etc/asterisk/extensions.conf<br>
&gt; [globals]<br>
&gt; TRUNK=Dahdi/g0<br>
&gt; [Default]<br>
&gt; exten =&gt; _0XXXXXXXXX,1,Answer()<br>
&gt; exten =&gt; _0XXXXXXXXX,2,Dial(${TRUNK}/${EXTEN},,tTo)<br>
&gt; exten =&gt; _0XXXXXXXXX,3,Hangup()<br>
&gt;<br>
&gt; shortly this is my configuration.<br>
<br>
</div></div>What is the output of &quot;dahdi show channels&quot; on the CLI? The &quot;No channel<br>
type &#39;Dahdi&#39;&quot; error message you originally reported still suggests that<br>
something is preventing chan_dahdi from loading.<br>
<br></blockquote><div>sir this command is not working like<br> go*CLI&gt; dahdi show channels                                                                                                                                             <br>
No such command &#39;dahdi show channels&#39; (type &#39;help dahdi show&#39; for other possible commands)  <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Also, you probably want to put the #include dahdi-channels.conf at the<br>
end of your chan_dahdi.conf file, and drop the group=0 / channel =&gt; 1-2<br>
from that file as well since they are already defined in<br>
dahdi-channels.conf that you are including.<br></blockquote><div>sir I put this line #include dahdi-channels.conf at the end of chan_dahdi.conf file. till same . <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Shaun Ruffell<br>
Digium, Inc. | Linux Kernel Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<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><br clear="all"><br>-- <br><font face="Verdana, sans-serif"><font size="2"><font color="#000000">Best
Regards, <br><br>Mahesh Katta</font><br><font color="#ff9900"><b>BUZZ</b></font><font color="#000000"><b>WORKS</b></font><font color="#000000">
Business Services Private Limited<br></font><font color="#999999">BANGALORE
</font><font color="#000000">| </font><font color="#999999">CHENNAI </font><font color="#808080">|
</font><font color="#999999">HYDERABAD </font><font color="#000000">|
</font><font color="#ff9900">MUMBAI| </font><font color="#999999">DELHI<br></font><font color="#000000">201, Crystal Tower, 75 Gundavali Cross Lane, Andheri Kurla Road, Andheri (E) Mumbai 400069</font><font color="#666666"><br>
</font><font color="#ff9900">GSM</font><font color="#000000">
+91.97029.70779 | </font><font color="#ff9900">Phone </font><font color="#000000">+91.22.4229.2634
| </font><font color="#ff9900">Fax </font><font color="#000000">+91.22.4229.2634<br></font><font color="#ff9900">Web</font><font color="#000000">
<a href="http://www.buzzworks.com/" target="_blank">http://www.buzzworks.com<br></a></font></font></font><br>