How to compile the Zaptel drivers, in Asterisk? jackson 30-July-2008 07:15:08 PMComments www.voip-info.org/wiki/view/Asterisk+Zaptel+Installation and # cd /usr/src/asterisk-1.2.9.1 # make clean # makes mpg123 # Make # makes install # makes samples Posted by crouse Compile First check /usr/src/zaptel/zconfig.h for any specific configuration changes that might be appropriate. Then: ./configure # cheks build syste. Not needed before 1.4 make make install If you get problems with 'depmod -a' announcing unresolved symbols, then * Try running 'depmod -ae' to see the names of the symbols it can't resolve. Maybe the names can give a hint where to look next. * Make sure you're using the latest versions of the various development tools (gcc etc) * Make sure you've got the kernel source / kernel headers, and kernel image all at a matching version. Posted by sagitraz # cd /usr/src/asterisk-1.2.9.1 # make clean # makes mpg123 # Make # makes install # makes samples Posted by carlos33 |
Posted: 31-July-2008 11:57:29 AM By: carlos33 # cd /usr/src/asterisk-1.2.9.1 # make clean # makes mpg123 # Make # makes install # makes samples | |
Posted: 24-August-2008 10:52:06 AM By: sagitraz Compile First check /usr/src/zaptel/zconfig.h for any specific configuration changes that might be appropriate. Then: ./configure # cheks build syste. Not needed before 1.4 make make install If you get problems with 'depmod -a' announcing unresolved symbols, then * Try running 'depmod -ae' to see the names of the symbols it can't resolve. Maybe the names can give a hint where to look next. * Make sure you're using the latest versions of the various development tools (gcc etc) * Make sure you've got the kernel source / kernel headers, and kernel image all at a matching version. | |
Posted: 09-March-2009 07:33:02 AM By: crouse www.voip-info.org/wiki/view/Asterisk+Zaptel+Installation and # cd /usr/src/asterisk-1.2.9.1 # make clean # makes mpg123 # Make # makes install # makes samples |