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 14: | Line 14: | ||
asterisk startskript bauen | asterisk startskript bauen | ||
+ | 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 | ||
# asterisk-doku auf www.voip-info.org | # asterisk-doku auf www.voip-info.org |
Revision as of 21:19, 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 asterisk startskript bauen 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
- asterisk-doku auf www.voip-info.org