DTMF debug

asterisk 開啟 DTMF debug 模式

vim /etc/asterisk/logger.conf

增加 dtmf

[logfiles]
console => notice,warning,error,dtmf
messages => warning,error,dtmf

存檔後,在asterisk CLI模式底下執行
[cmd]指令:
logger reload
logger show channels
logger set level DTMF off
[/cmd]

PS:BUG#0017922,Asterisk 1.6.x 預設是無法在 console 下顯示 DTMF log,必須執行 logger set level DTMF off 。

[note]參考資料:Asterisk CLI 進階用法[/note]

分類: voip。這篇內容的永久連結

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *