Hi Peoples I am having problems with meetme, in that it responds with "conf-invalid" when I dial a conference number. I notice that there is a note with regards to ztdummy, and the need for that to be loaded. Is this still the case? Is meetme dependent on this module? I do NOT use zaptel cards in my system, and there for zaptel is not loading. Can anyone shed some light please?? Kind regards Scott K -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050616/34850a85/attachment.htm
Yes, Meetme needs timing. You can install ztdummy. http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy You also need to recompile asterisk after you compile and install zaptel. Kevin
Yes, meetme requires a clock source. You could try ztdummy. I tried using an FXO card as a clock source and observed that SIP calls connected to the conference seemed to get out of sync. Basically, after perhaps 20 minutes or so in conference there was a 2 - 3 second delay between the time that one party spoke and the other party heard what was said. I have not tried ztdummy myself. Has anybody else seen this? -----Original Message----- From: scott Sent: Thu, June 16, 2005 7:40 pm Hi Peoples I am having problems with meetme, in that it responds with "conf-invalid" when I dial a conference number. I notice that there is a note with regards to ztdummy, and the need for> thatto be loaded. Is this still the case? Is meetme dependent on this module? I do NOT use zaptel cards in my> system,and there for zaptel is not loading. Can anyone shed some light please?? Kind regards Scott K _______________________________________________ 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
> Yes, meetme requires a clock source. You could try ztdummy. I tried > using an FXO card as a clock source and observed that SIP calls connected > to the conference seemed to get out of sync. Basically, after perhaps 20 > minutes or so in conference there was a 2 - 3 second delay between the > time that one party spoke and the other party heard what was said. I have > not tried ztdummy myself. Has anybody else seen this?According to http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy , ztrtc is supposted to fix the MeetMe delay. It compiles by default on Linux 2.6 with newer versions of -HEAD. To get it on 2.4, I'm not sure. I know there are some discussions about this on the bug tracker too. Kevin
In article <20050617002440.29511.qmail@webmail13.mesa1.secureserver.net>, Kevin Bockman <ml@neoninternet.com> wrote:> > Yes, meetme requires a clock source. You could try ztdummy. I tried > > using an FXO card as a clock source and observed that SIP calls connected > > to the conference seemed to get out of sync. Basically, after perhaps 20 > > minutes or so in conference there was a 2 - 3 second delay between the > > time that one party spoke and the other party heard what was said. I have > > not tried ztdummy myself. Has anybody else seen this? > > According to > http://www.voip-info.org/tiki-index.php?page=Asterisk%20timer%20ztdummy > , ztrtc is supposted to fix the MeetMe delay. It compiles by default on > Linux 2.6 with newer versions of -HEAD.Only if you remove the #if 0 from around #define USE_RTC Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
In article <1354.172.22.195.3.1118966854.squirrel@www.keitz.org>, qrss <qrss@keitz.org> wrote:> Yes, meetme requires a clock source. You could try ztdummy. I tried > using an FXO card as a clock source and observed that SIP calls connected > to the conference seemed to get out of sync. Basically, after perhaps 20 > minutes or so in conference there was a 2 - 3 second delay between the > time that one party spoke and the other party heard what was said. I have > not tried ztdummy myself. Has anybody else seen this?Yes. Try the patch at http://bugs.digium.com/view.php?id=4252 to see whether it helps. Please post your results to that bug - thanks! Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org