On 03/09/06 16:41 Tony Mountifield said the following:
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 deviceThe 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.
MeetMe requires a timing device, you'd need either a zaptel line card or to load ztdummy to provide pseudo timing.
-- Regards, /\_/\ "All dogs go to heaven." [EMAIL PROTECTED] (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ _______________________________________________ --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
