Jon Webster
2006-Mar-07 22:16 UTC
[Asterisk-Users] MeetMe 'i' option not working correctly?
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 -- Created MeetMe conference 1023 for conference '600' -- Recording -- Playing 'vm-rec-name' (language 'en') -- Playing 'beep' (language 'en') -- x=0, open writing: /var/spool/asterisk/meetme/meetme-username-600-1 format: sln, 0x81a9278 -- User ended message by pressing # -- Playing 'auth-thankyou' (language 'en') -- Playing 'vm-review' (language 'en') -- Playing 'vm-msgsaved' (language 'en') -- Playing 'conf-onlyperson' (language 'en') -- Started music on hold, class 'default', on channel 'SIP/jon-21f8' -- Stopped music on hold on SIP/jon-21f8 -- Executing MeetMe("SIP/jon-0d36", "600|scpi") in new stack -- Recording -- Playing 'vm-rec-name' (language 'en') -- Playing 'beep' (language 'en') -- x=0, open writing: /var/spool/asterisk/meetme/meetme-username-600-3 format: sln, 0x81a7ae8 -- User ended message by pressing # -- Playing 'auth-thankyou' (language 'en') -- Playing 'vm-review' (language 'en') -- Playing 'vm-msgsaved' (language 'en') -- Playing 'conf-thereare' (language 'en') -- Playing 'digits/2' (language 'en') -- Playing 'conf-otherinparty' (language 'en')
Tony Mountifield
2006-Mar-09 01:41 UTC
[Asterisk-Users] Re: MeetMe 'i' option not working correctly?
In article <FE69D4BFFC77324F8B0F54E87E8497B6014066DC@EVS-GREEN.coloflorida.com>, Jon Webster <jon.webster@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 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. 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@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org