Locked History Actions

Diff for "asterisk/install"

Differences between revisions 9 and 10
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= インストール =

ここでは、asteriskをソースからビルドする。やり方は以下の通り、

 * [[http://yama30501.blog137.fc2.com/category27-1.html]]
 * [[http://yama30501.blog137.fc2.com/blog-entry-152.html]]
 * [[http://yama30501.blog137.fc2.com/blog-entry-153.html]]

このあたりにも詳しい説明がある
 * [[http://blogs.digium.com/2012/11/05/how-to-install-asterisk-11-on-centos-6/]]
 * [[http://highsecurity.blogspot.jp/2012/12/quick-and-dirty-asterisk-11-and-freepbx.html]]

asterisk自体のコンパイル・インストール手順としては以下。

 * tarballを展開
 * 日本語パッチを当てる
 * contrib/scripts/get_mp3_source.sh等を起動して追加のソースを取得。<<BR>>これが無いと保留音としてmp3ファイルが使用できない。
 * ./configure
 * make menuselectして、モジュール等を選択<<BR>>このとき、Add-onsの中からformat_mp3やcdr_mysqlを選択することができる。
 * make
 * make install