Forum notes

App_rpt-users Digest, Vol 63, Issue 1

I've been working on a project that uses the current version of Debian. I have a few scripts to configure a base install of Debian 7 for AllStar.

cd /usr/src
svn export 
http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk svntrunk
wget 
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz
wget 
http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz

This works for me on Debian 7. I have a couple of other patches to get it working under Debian but this will let you compile.

Response from Doug Crompton

I have a PC Debian box running the current svn without problems. I did that just to make sure it would work under Debian when I was doing RPi testing. The only change I ever had to make was compiling for the RPi. That was in the assembler compilation of code for the armv6 in codecs/gsm. It did not like the machine type there. That has nothing to do with the PC compile though and it was not a problem with the V7 BeagleBone. 73 Doug WA3DSP

Response from Steve Zingman

/asterisk/contrib/init.d/rc.debian.asterisk to work properly on D7.