[Asterisk-Users] Re: MeetMe 'i' option not working correctly?

Tony Mountifield tony at softins.clara.co.uk
Thu Mar 9 01:41:59 MST 2006


In article <FE69D4BFFC77324F8B0F54E87E8497B6014066DC at EVS-GREEN.coloflorida.com>,
Jon Webster <jon.webster at elephantoutlook.com> 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: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org



More information about the asterisk-users mailing list