匿名

差分

Asterisk 20

490 バイト追加, 2024年8月1日 (木)
ユーザの追加と設定
addgroup --gid 5060 asterisk
adduser --uid 5060 --gid 5060 asterisk --disabled-password
Asteriskの実行ユーザ/グループは /etc/defaults/asterisk を編集します。以下の部分のコメントを外します。
# Uncomment the following and set them to the user/groups that you
# want to run Asterisk as. NOTE: this requires substantial work to
# be sure that Asterisk's environment has permission to write the
# files required for its operation, including logs, its comm
# socket, the asterisk database, etc.
#AST_USER="asterisk"
#AST_GROUP="asterisk"
 
ディレクトリ/ファイル類の権限も調整しておきましょう。
chown -R asterisk:asterisk /var/log/asterisk
chown -R asterisk:asterisk /etc/asterisk
これでsystemctlで起動すればAsteriskが動くはずです。
 
==サンプル設定ファイル==
Asterisk 20以降用に大幅に書き直しました。<br>
:https://github.com/takao-t/asterisk-conf/tree/main/asterisk_20
:使い方 [[Asterisk_20_サンプル設定ファイル]]