stasis.conf

設定


stasis.conf
; stasis.conf
;  $Id: stasis.conf,v 1.1.1.1 2026/07/27 21:03:28 dev Exp $
;
; Asteriskの内部メッセージバス(Stasis)やタスクプロセッサの動作、
; ARI(Asterisk REST Interface)やAMIに影響するイベント生成を制御するための設定ファイルです。
;
; 通常は編集不要
; CDR(通話詳細記録)の書き込み遅延やARIの応答詰まりなどの明確なパフォーマンス問題がない限り、変更を推奨されません。

[taskpool]
minimum_size = 5        ; Minimum number of taskprocessors in taskpool.
initial_size = 0        ; Initial size of the taskpool.
;                        ; 0 means the taskpool has no taskprocessors initially
;                        ; until a task needs a taskprocessor.
idle_timeout_sec = 20    ; Number of seconds a taskprocessor should be idle before
;                        ; dying. 0 means taskprocessors never time out.
max_size = 5             ; Maximum number of taskprocessors in the Stasis taskpool.
;                        ; 0 means no limit to the number of taskprocessors in the
;                        ; taskpool.