Hello I don't have zaptel installed, but want to run Meetme. I got errors as Apr 13 17:32:53 WARNING[12906]: chan_zap.c:763 zt_open: Unable to open '/dev/zap/pseudo': No such device Apr 13 17:32:53 ERROR[12906]: chan_zap.c:6700 chandup: Unable to dup channel: No such device Apr 13 17:32:53 WARNING[12906]: app_meetme.c:227 build_conf: Unable to open pseudo channel - trying device Apr 13 17:32:54 WARNING[12906]: app_meetme.c:230 build_conf: Unable to open pseudo device Apr 13 17:32:54 DEBUG[12906]: rtp.c:1188 ast_rtp_write: Ooh, format changed from unknown to ulaw -- Playing 'conf-invalid' (language 'en') how to solve it? thank you! steven
Yes, app_meetme needs ztdummy if you don't already have a hardware based zaptel device installed. On 4/13/05, Xu Wang <xwang@cascotec.com> wrote:> Hello > I don't have zaptel installed, but want to run Meetme. I got errors as > Apr 13 17:32:53 WARNING[12906]: chan_zap.c:763 zt_open: Unable to open > '/dev/zap/pseudo': No such device > Apr 13 17:32:53 ERROR[12906]: chan_zap.c:6700 chandup: Unable to dup > channel: No such device > Apr 13 17:32:53 WARNING[12906]: app_meetme.c:227 build_conf: Unable to open > pseudo channel - trying device > Apr 13 17:32:54 WARNING[12906]: app_meetme.c:230 build_conf: Unable to open > pseudo device > Apr 13 17:32:54 DEBUG[12906]: rtp.c:1188 ast_rtp_write: Ooh, format changed > from unknown to ulaw > -- Playing 'conf-invalid' (language 'en') > > how to solve it? > > thank you! > steven > > _______________________________________________ > 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. It needs a timing source (ztdummy). ----- Original Message ----- From: "Xu Wang" <xwang@cascotec.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Thursday, April 14, 2005 10:34 AM Subject: [Asterisk-Users] does meetme need ztdummy> Hello > I don't have zaptel installed, but want to run Meetme. I got errors as > Apr 13 17:32:53 WARNING[12906]: chan_zap.c:763 zt_open: Unable to open > '/dev/zap/pseudo': No such device > Apr 13 17:32:53 ERROR[12906]: chan_zap.c:6700 chandup: Unable to dup > channel: No such device > Apr 13 17:32:53 WARNING[12906]: app_meetme.c:227 build_conf: Unable to > open > pseudo channel - trying device > Apr 13 17:32:54 WARNING[12906]: app_meetme.c:230 build_conf: Unable to > open > pseudo device > Apr 13 17:32:54 DEBUG[12906]: rtp.c:1188 ast_rtp_write: Ooh, format > changed > from unknown to ulaw > -- Playing 'conf-invalid' (language 'en') > > how to solve it? > > thank you! > steven > > _______________________________________________ > 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 >
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 13 April 2005 05:34 pm, Xu Wang wrote:> Hello > I don't have zaptel installed, but want to run Meetme. I got errors as > Apr 13 17:32:53 WARNING[12906]: chan_zap.c:763 zt_open: Unable to open > '/dev/zap/pseudo': No such deviceYou can also install zaprtc instead of ztdummy. But, in most cases, it requires a recompile of your kernel (rtc is used by default in most kernels, as most kernels are precompiled to use SMP). Try the following URL for more info: http://www.voip-info.org/wiki-Asterisk+Timer Also note that ztdummy requires that you have a UHCI root hub for your USB. OHCI and EHCI will not suffice. There is also realzap, but that requires setting up the finicky Realtime Application Interface (RTAI). So, realistically, there's four timing sources: - - zaptel - - ztdummy - - zaprtc - - realzap They are required for conferencing (meetme), and IAX trunking. So, I would assume if you don't have a need for either one of those applications, you wouldn't need the timer, and you can safely ignore the warning on startup. A good percentage of offices will require conferencing, however. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCXrjRgYKvkeyp3F4RAgqVAJ45C9NSewclcMz+EcJq8D/51BzLhACfYx/S w7vkG8jWWu2Y6C+OLfx8cOo=fBDo -----END PGP SIGNATURE-----