Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/
Difference between revisions of "VoIP:Software"
Line 17: | Line 17: | ||
apt-get install mime-construct libtiff-tools # um aus faxen, iMails zu machen | apt-get install mime-construct libtiff-tools # um aus faxen, iMails zu machen | ||
/usr/local/bin/mailfax # shellscript from hell | /usr/local/bin/mailfax # shellscript from hell | ||
+ | |||
+ | apt-get install subversion | ||
+ | |||
# asterisk-doku auf www.voip-info.org | # asterisk-doku auf www.voip-info.org |
Revision as of 21:51, 25 October 2005
apt-get install build-essential kernel-package apt-get build-dep kernel-tree-2.6.8 # etwas overkill, wir brauchen ja garkeinen neuen kernel compilieren apt-get install less vim screen cvs wget joe apt-get install kernel-headers-2.6.8-2-686 libncurses5-dev libssl-dev openssl
# bristuff (das stable release) von junghanns.net runtergeladen tar xzvf bristuff-0.2.0-RC8o.tar.gz cd bristuff-0.2.0-RC8o ./install.sh # downgeloadete tar-archive behalten.... make samples
ntpdate installiert, pbttime2.ptb.de als server genommen /etc/init.d/asterisk geschrieben (rmmod diverses) und verlinkt apt-get install asterisk-app-fax libspandsp0 # zum faxen apt-get install mime-construct libtiff-tools # um aus faxen, iMails zu machen /usr/local/bin/mailfax # shellscript from hell
apt-get install subversion
- asterisk-doku auf www.voip-info.org