Hi, Just need to check somthing.. Am I correct in saying that conferencing does not work on a system that does not have a Digium board installed?? Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
> Am I correct in saying that conferencing does not work on a systemthat> does not have a Digium board installed??No, it does. You must download the source for zaptel and around line 90 in Makefile find this string MODULES=...... ....#ztdummy Uncomment ztdummy, compile and then compile asterisk.
WipeOut . wrote:> Am I correct in saying that conferencing does not work on a system > that does not have a Digium board installed??It doesn't work on a system that doesn't have a zaptel driver installed. If you don't have any zaptel hardware, you can compile a dummy zaptel driver which will let you do conferencing. Download the zaptel module from ftp.asterisk.org (or cvs.digium.org). Edit the Makefile - uncomment the ztdummy.o part in the MODULES line by removing the hash in front of it. make clean && make install the zaptel driver. You might need to make sure you have the appropriate stuff in your kernel, such as the USB UHCI support (not the alternative JE version). depmod -a should give no unresolved symbols. Install the ztdummy module with modprobe ztdummy. You can check it all worked by going lsmod. HTH, -- Alastair Maw <al.maw@mxtelecom.com> MX Telecom - Systems Analyst http://www.mxtelecom.com
> > > > Am I correct in saying that conferencing does not work on a system > that > > does not have a Digium board installed?? > > No, it does. You must download the source for zaptel and around line 90 > in Makefile find this string > > MODULES=...... > ....#ztdummy > > > Uncomment ztdummy, compile and then compile asterisk. >I have been unsucessfull with using ztdummy in the past, for some reason when I enabled ztdummy in the past it broke my IAX2 trunks, Although I was told it was a configuration error I could not find any way to fix it so I abandoned ztdummy in favour of having the trunks working.. So I guess I will have to abandon conferencing too then till we are big enough to use an E100P instead of chan_capi.. Thanks anyway.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze