I try to use meetme app after reading manual i compile and install zaptel with ztdummy when i make lsmod i have ztdummy 2532 0 (unused) wcusb 20064 0 (unused) zaptel 179168 4 [ztdummy wcusb] usb-uhci 26348 0 [ztdummy] usbcore 51616 0 [wcusb usb-uhci] after it i recompile asterisk and after it i have app_meetme in meetme.conf i put ; Configuration file for MeetMe simple conference rooms ; for Asterisk of course. [rooms] ; Usage is conf => confno[,pin] conf => 4000 in extentions.conf [outgoing] exten => _4000,1,Answer exten => _4000,2,Wait(1) exten => _4000,3,MeetMe(4000,Mp) exten => _4000,4,Hungup when i try call from one ATA186 (using oh323) i hear message that i am alone in this conference and start play music on holdOn when i call from another ATA186 i hear in first telephone signal that somebody conect to conference and after it i don't hear anything i try to change codec G711u,G711a,G29 the situation is the same there is the logs from console -- Executing Answer("OH323/R14186", "") in new stack -- Executing Wait("OH323/R14186", "1") in new stack -- Executing MeetMe("OH323/R14186", "4000|Mp") in new stack == Parsing '/usr/local/asterisk_2/etc/asterisk/meetme.conf': Found -- Created MeetMe conference 1023 for conference '4000' -- Playing 'conf-onlyperson' (language 'en') -- Started music on hold, class 'default', on OH323/R14186 -- Executing Answer("OH323/R19096", "") in new stack -- Executing Wait("OH323/R19096", "1") in new stack -- Executing MeetMe("OH323/R19096", "4000|Mp") in new stack -- Stopped music on hold on OH323/R14186 Can anybody help me? thanks a lot
I'm trying to configure some meet me rooms in asterisk 1.0.2 and I'm getting the following problem: -- Executing MeetMe("SIP/3210-38a9", "0224|qM") in new stack == Parsing '/etc/asterisk/meetme.conf': Found May 11 14:05:46 WARNING[20050]: chan_zap.c:757 zt_open: Unable to open '/dev/zap/pseudo': No such device or address May 11 14:05:46 ERROR[20050]: chan_zap.c:6687 chandup: Unable to dup channel: No such device or address May 11 14:05:46 WARNING[20050]: app_meetme.c:227 build_conf: Unable to open pseudo channel - trying device May 11 14:05:46 WARNING[20050]: app_meetme.c:230 build_conf: Unable to open pseudo device -- Playing 'conf-invalid' (language 'en') I have the following in meetme.conf [rooms] conf => 0224 What could be happening? I don't have any digium cards on the machine. lsmod shows: Module Size Used by Not tainted zaptel 182080 0 The other modules are not related to zaptel or asterisk. ls -l /dev/zap/ps* shows: crw-r--r-- 1 root root 196, 255 May 11 10:07 /dev/zap/pseudo Any ideas? Thanks, Daniel
Go read the wiki. Look for MeetMe. Ztdummy will serve as a timing device for machines without Digium hardware. Cheers, W -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Daniel Salama Sent: Wednesday, May 11, 2005 1:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Problem with MeetMe I have a feeling it has something to do with that as well. I would really hate to having to install a digium card just for the timer source. As I just posted on a earlier email, I even tried building zaprtc but could not succeed. I think it may have something to do with the fact that my stock kernel has RTC support built in. At the same time, I'd rather stay away from building custom kernels. Any other suggestions? Thanks, Daniel On May 11, 2005, at 3:30 PM, John Dunham wrote:> I believe it has to do with the fact that you may not have a Digum > card in your * server. It uses it for timing. We have several * > boxes and only one of them has the Digum card and therefore is where > the conference rooms all go to. We use IAX between the boxes and works> across that connection, but the destination has to be on the unit with> the Digium card. > > John Dunham > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Daniel > Salama > Sent: Wednesday, May 11, 2005 1:09 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] Problem with MeetMe > > > I'm trying to configure some meet me rooms in asterisk 1.0.2 and I'm > getting the following problem: > > -- Executing MeetMe("SIP/3210-38a9", "0224|qM") in new stack > == Parsing '/etc/asterisk/meetme.conf': Found May 11 14:05:46 > WARNING[20050]: chan_zap.c:757 zt_open: Unable to open > '/dev/zap/pseudo': No such device or address May 11 14:05:46 > ERROR[20050]: chan_zap.c:6687 chandup: Unable to dup > channel: No such device or address > May 11 14:05:46 WARNING[20050]: app_meetme.c:227 build_conf: Unable to> open pseudo channel - trying device May 11 14:05:46 WARNING[20050]: > app_meetme.c:230 build_conf: Unable to open pseudo device > -- Playing 'conf-invalid' (language 'en') > > I have the following in meetme.conf > [rooms] > conf => 0224 > > What could be happening? I don't have any digium cards on the machine.> lsmod shows: > Module Size Used by Not tainted > zaptel 182080 0 > > The other modules are not related to zaptel or asterisk. > > ls -l /dev/zap/ps* shows: > crw-r--r-- 1 root root 196, 255 May 11 10:07 /dev/zap/ > pseudo > > Any ideas? > > Thanks, > Daniel > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users