Andrzej Radke
2003-Jul-17 00:00 UTC
[Asterisk-Users] conference problem without zapata interface
Hello ! In file app_meetme.c we can read A ZAPTEL INTERFACE MUST BE\n" "INSTALLED FOR CONFERENCING FUNCTIONALITY.\n" I receive message, when I try conference WARNING[28686]: File app_meetme.c, Line 151 (build_conf): Unable to open pseudo channel -- Playing 'conf-invalid' Does it means that I cannot establish conference without any hardware zaptel interface ??? What can I do if I want make conference only between my sip phones using asterisk ?? Buy it ??? Greeting Andrzej Radke
Armand A. Verstappen
2003-Jul-17 00:19 UTC
[Asterisk-Users] conference problem without zapata interface
Hello, On Thu, 2003-07-17 at 09:00, Andrzej Radke wrote:> In file app_meetme.c we can read > A ZAPTEL INTERFACE MUST BE\n" > "INSTALLED FOR CONFERENCING FUNCTIONALITY.\n" > > I receive message, when I try conference > WARNING[28686]: File app_meetme.c, Line 151 (build_conf): Unable to open > pseudo channel > -- Playing 'conf-invalid' > > > Does it means that I cannot establish conference without > any hardware zaptel interface ???No.> What can I do if I want make conference only between my sip phones > using asterisk ?? Buy it ???Yes. Alternatively, you get the zaptel drivers, edit the Makefile to build 'ztdummy' (remove the '#' before ztdummy on the line just after the line starting with MODULES), compile, install, and do modprobe ztdummy. Why this would help can be found in the archives (just as this answer) and is left as excercise for the reader. wkr, -- Envida http://www.envida.net/ Armand A. Verstappen Graadt van Roggenweg 328 armand@nl.envida.net 3531 AH Utrecht tel: +31 (0)30 298 2255 Postbus 19127 fax: +31 (0)30 298 2111 3501 DC Utrecht -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030717/74b98032/attachment.pgp
Robert Hajime Lanning
2003-Jul-17 10:18 UTC
[Asterisk-Users] conference problem without zapata interface
You need to load the ztdummy kernel driver. It will provide the pseudo timing needed to sync the conference channel. It is a driver that creates a dummy Zaptel hardware interface. <quote who="Andrzej Radke">> Hello ! > > In file app_meetme.c we can read > A ZAPTEL INTERFACE MUST BE\n" > "INSTALLED FOR CONFERENCING FUNCTIONALITY.\n" > > I receive message, when I try conference > WARNING[28686]: File app_meetme.c, Line 151 (build_conf): Unable to open > pseudo channel > -- Playing 'conf-invalid' > > > Does it means that I cannot establish conference without > any hardware zaptel interface ??? > > What can I do if I want make conference only between my sip phones > using asterisk ?? Buy it ??? > > Greeting > Andrzej Radke > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >-- END OF LINE