====== Asterisk ====== ===== CLI ===== ==== core ==== * core stop now\\ 停止 * core show applications * core show channels * core show functions * core show profile * core show settings\\ 設定一覧を表示 * core reload\\ 設定を再読み込み ==== sip ==== * sip reload\\ sip.conf を再読み込み * sip show peers\\ REGISTER元一覧表示 * sip show peer \\ REGISTER元詳細表示 * sip show registry\\ REGSTER先一覧表示 * sip show settings\\ 設定表示 * sip unregister \\ REGIST中の UAC を解除 * sip show tcp\\ TCP接続一覧表示 * sip show users\\ ユーザ一覧表示 * sip show user \\ ユーザ詳細情報表示 * sip show domains\\ ドメイン一覧表示 ==== その他 ==== * シェルから CLI コマンドを実行\\ asterisk -rx "コマンド" * ヘルプを表示\\ * コアコマンドのヘルプ\\ help core * コア情報表示コマンドのヘルプ\\ help core show * SIP 関連コマンドのヘルプ\\ help sip * SIP情報表示コマンドのヘルプ\\ help sip show