In article <[EMAIL PROTECTED]>,
Jon Webster <[EMAIL PROTECTED]> wrote:
> I'm running 2.4.5 and app_meetme never plays conf-hasleft or
> conf-hasjoined with user names. I looked at app_meetme.c, but couldn't
> determine the cause. Any suggestions are greatly appreciated.
> 
> exten => 600,1,MeetMe(600|i) I get the following:
> 
>   -- Executing MeetMe("SIP/jon-21f8", "600|aciMps") in new stack
>   == Parsing '/etc/asterisk/meetme.conf': Found
> Mar  8 06:13:53 WARNING[5197]: channel.c:2535 ast_request: No channel
> type registered for 'zap'
> Mar  8 06:13:53 WARNING[5197]: app_meetme.c:461 build_conf: Unable to
> open pseudo channel - trying device

The above messages indicate that chan_zap.so isn't loaded. Possibly it
isn't even built. You need to build *and install* zaptel before starting
to build Asterisk. Asterisk will find the zaptel libraries and will
build chan_zap.

Or maybe you just did what someone else did the other day: added a noload
statement for chan_zap in modules.conf because you didn't have any zaptel
hardware. You need chan_zap for MeetMe, and if you haven't got any zaptel
hardware, you also need to make sure ztdummy is loaded and running correctly.

Hope this helps.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to