Hi I am in the process of installing a new box and using dahdi. I have a tdm410 + hardware echo canceller. I have just read in the read me for dadhi that VPMADT032 support has been removed and unlike with the zaptel stuff i could just download and install the firmware I can't with dahdi what is the best way forward to recompile with hardware echo canceller support. Thanks Alex -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090612/c050253e/attachment.pgp
On Fri, 2009-06-12 at 23:58 +1000, Alex Samad wrote:> > what is the best way forward to recompile with hardware echo canceller > support. >No need to do anything special during compilation. For hardware echo cancellation just put the option "echocancel=yes" in chan_dahdi.conf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090612/e18ca4d8/attachment.htm
On Fri, Jun 12, 2009 at 11:58:51PM +1000, Alex Samad wrote:> Hi > > I am in the process of installing a new box and using dahdi. I have a > tdm410 + hardware echo canceller. > > I have just read in the read me for dadhi that VPMADT032 support has > been removed and unlike with the zaptel stuff i could just download and > install the firmware I can't with dahdiWhat do you mean? I suspect that the following patch: http://patch-tracking.debian.net/patch/series/view/dahdi-linux/1:2.2.0~dfsg~rc5-1/no_firmware_download BTW: legal purity aside, downloading an external source at build time is generally a big no-no for a build server on Debian. Thus this downloading breaks my intention to get the modules distributed in the distribution as part of linux-modules-2.6 package (which includes all sorts of external modules). If you're not using those packages (and build at a place with internet connectivity) you should have no problem. Which is the case for you? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
On Sat, Jun 13, 2009 at 01:40:48AM +0300, Tzafrir Cohen wrote:> On Sat, Jun 13, 2009 at 06:57:11AM +1000, Alex Samad wrote: > > > any chance of getting digium to host a digium debian repo (sort of how > > virtulbox doit), that way they could have a fully build package ? > > Or resolve the issues that made this patch necessary in the first place.To get this to work can i simply apt-get source dahdi-linux modify debian/patches/series to comment out no_firmware_download then dpkg-buildpackage -rfakeroot -us -uc -b should that work ?>-- "I was not prepared to shoot my eardrum out with a shotgun in order to get a deferment. Nor was I willing to go to Canada. So I chose to better myself by learning how to fly airplanes." - George W. Bush 02/25/1990 Dallas Morning News -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090613/f8a8ed89/attachment.pgp
On Sat, Jun 13, 2009 at 09:51:24AM +1000, Alex Samad wrote:> To get this to work can i simply > > apt-get source dahdi-linux > > modify debian/patches/series > to comment out no_firmware_download > then > dpkg-buildpackage -rfakeroot -us -uc -b > > should that work ?Yes -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Erik de Wild: Tripple-o
2009-Jun-13 21:04 UTC
[asterisk-users] Help building dahdi for debian
perhap this is not an answer to your question but following this procedure will result in a working Asterisk system. I use this list when setting up an Asterisk system after installing a basic Debian etch network install : apt-get install mc # just my bad habbit apt-get install ssh apt-get install build-essential apt-get install module-assistant m-a prepare # based on info from asterisk-guru apt-get install bison apt-get install ncurses-dev apt-get install libssl-dev apt-get install libnewt-dev apt-get install zlib1g-dev apt-get install initrd-tools apt-get install procps # change the release number for the version needed cd /usr/src mkdir asterisk # another perhaps bad habbit cd asterisk wget http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.25.1.tar.gz wget http://downloads.digium.com/pub/telephony/dahdi-linux/releases/dahdi-linux-2.1.0.4.tar.gz wget http://downloads.digium.com/pub/telephony/dahdi-tools/releases/dahdi-tools-2.1.0.2.tar.gz wget http://downloads.digium.com/pub/asterisk/releases/asterisk-addons-1.4.8.tar.gz tar -zvxf asterisk-1.4.24.tar.gz tar ?zxvf asterisk-addons-1.4.7.tar tar -zvxf dahdi-linux-2.1.0.4.tar.gz tar -zvxf dahdi-tools.2.1.0.2.tar.gz cd dahdi-linux-2.1.0.4 make make install cd .. cd dahdi-tools-2.1.0.2 ./configure make make install make config cd .. cd asterisk-1.4.24 ./configure make make install make samples modprobe dahdi_dummy #Usually I just modprobe dahdi_dummy so MeetMe() works fine. lsmod | grep dahdi #The output should look something like #debianl:~# lsmod|grep dahdi #dahdi_dummy 5224 0 #dahdi_transcode 7848 1 wctc4xxp #dahdi 186472 19 dahdi_dummy ,xpp ,dahdi_transcode ,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp #crc_ccitt 2240 1 dahdi #rtc 12372 1 dahdi_dummy cd asterisk-addons-1.4.7 ./configure make menuselect make make install make samples Usually I just modprobe dahdi_dummy so MeetMe() works fine. Why making a problem of not having the debian packages available if building a working system from source is so simple? Hope this is useful for someone \erik Date: Sat, 13 Jun 2009 09:51:24 +1000 From: Alex Samad <alex at samad.com.au> Subject: Re: [asterisk-users] Help building dahdi for debian To: asterisk-users at lists.digium.com Message-ID: <20090612235124.GB17489 at samad.com.au> Content-Type: text/plain; charset="us-ascii -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090613/91e94241/attachment.htm