Thanks for the reply Martin. I'm pretty sure that we are running dahdi
(see below). Could the problem be that I didn't remove the Zaptel
libraries prior to compiling Asterisk? If that's the case I should be
able to rerun the ./configure without the zaptel libs and see if that
fixes it. I'm just not sure what it checks for though. I did set the
dahdichanname=no in the asterisk.conf if that makes any difference. It
seemed to in calling the channel in the dialplan but didn't seem to
effect the meetme app.<br>
<br>Thanks,<br>Dave<br>
<br>
Relevent bits from lsmod<br>
<br>
Module                  Size  Used by<br>
dahdi_dummy            38984  0 <br>
dahdi_echocan_mg2      39048  0 <br>
xpp_usb                52304  0 <br>
xpp                   226468  1 xpp_usb<br>
wctc4xxp               83392  0 <br>
dahdi_transcode        42376  1 wctc4xxp<br>
wcb4xxp               110756  0 <br>
wctdm                  73804  0 <br>
wcfxo                  47136  0 <br>
wctdm24xxp            159332  0 <br>
wcte11xp               59936  0 <br>
wct1xxp                48544  0 <br>
wcte12xp              102404  0 <br>
wct4xxp               349696  24 <br>
dahdi                 232144  66
dahdi_dummy,dahdi_echocan_mg2,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp<br>
<br>
<br>
>From the console...<br>
<br>
asterisk*CLI&gt; dahdi show status <br>
Description                              Alarms     IRQ        bpviol     CRC4      <br>
T2XXP (PCI) Card 0 Span 1                OK         0          0          0         <br>
T2XXP (PCI) Card 0 Span 2                RED        0          0          0<br>
<br>
<br><br><br><div class="gmail_quote">On Thu, Apr 2, 2009 at 9:40 PM, Martin <span dir="ltr">&lt;<a href="mailto:asterisklist@callthem.info">asterisklist@callthem.info</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

That&#39;s very strange ... the code when is compiling checks whether<br>
zaptel is present and then<br>
the #define HAVE_ZAPTEL is set.<br>
<br>
Since your error says No &quot;ZAP&quot; channel ...<br>
<br>
and the code says<br>
<br>
ast_log(LOG_WARNING, &quot;No %s channel available for conference, user<br>
introduction disabled\n&quot;, dahdi_chan_name);<br>
<br>
and<br>
<br>
in main/asterisk.c<br>
<br>
<br>
#ifdef HAVE_ZAPTEL<br>
static char _dahdi_chan_name[AST_CHANNEL_NAME] = &quot;Zap&quot;;<br>
#else<br>
static char _dahdi_chan_name[AST_CHANNEL_NAME] = &quot;DAHDI&quot;;<br>
#endif<br>
<br>
I deduct from that ... that you&#39;re still running zaptel and not dahdi.<br>
Because your log should say &quot;No DAHDI channel available ...&quot; UNLESS<br>
for some reason you only compiled<br>
chan_dahdi.so and copied it manually leaving the old app_meetme.so<br>
with HAVE_ZAPTEL flag...<br>
<br>
paste your lsmod output<br>
<br>
Martin<br>
<div><div></div><div class="h5"><br>
</div></div></blockquote></div><br clear="all"><br>-- <br>David Poirier<br>