내밥줄/VoIP

asterisk arm 포팅.

jjoell 2009. 4. 20. 14:36

우분투 8.10, asterisk-1.6.0.9


sudo apt-get install linux-source


Try:

apt-get source asterisk-classic

This will download the source files.

sudo apt-get build-dep asterisk-classic

This will install the packages needed to build asterisk (if you need to
compile one of these packages yourself do so using this process before-hand)

cd asterisk-1.2.7.1.dfsg

sudo dpkg-buildpackage -rfakeroot -uc -b

Unfortunately, this seems to build both asterisk-classic and
asterisk-bristuff (a slightly patched version), and all the docs. It
will take a while (maybe a half hour). I don't know how to easily build
just asterisk-classic using this method.

일단 여기까지 해서 configure와 make까지는 성공.


'내밥줄 > VoIP' 카테고리의 다른 글

모뎀과 asterisk  (0) 2009.01.30
[펌][Installation] Asterisk 서버 구성  (0) 2009.01.23
[스크랩] 4. IP-PBX 기능과 역할  (0) 2009.01.13
[펌] SIP, SDP  (0) 2009.01.12
[펌] asterisk를 통한 외부통화   (0) 2009.01.12