プログラミングで飯を食え。腕をあげたきゃ備忘録!

PHP、JavaScript、HTML5、CSS3などWEB系言語を中心に基本テク、備忘録をまとめます。Android、Iphoneアプリ開発についても!

AsteriskのDIALSTATUS。

--------------------------------------------------------------------------------

ANSWER
通話成功
Call is answered. A successful dial. The caller reached the callee.

--------------------------------------------------------------------------------

■BUSY
通話中
Busy signal. The dial command reached its number but the number is busy.

--------------------------------------------------------------------------------

■NOANSWER
長時間ならしたが、繋がらなかった
No answer. The dial command reached its number, the number rang for too long, then the dial timed out.

--------------------------------------------------------------------------------

■CANCEL
呼び出し先が出る前に発信者が電話を切った
Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.

--------------------------------------------------------------------------------

■CONGESTION
番号が認識できなかった場合(混雑時等)
Congestion. This status is usually a sign that the dialled number is not recognised.

--------------------------------------------------------------------------------

■CHANUNAVAIL
使用できないチャンネル。SIPにはピアが登録されていない
Channel unavailable. On SIP, peer may not be registered.

--------------------------------------------------------------------------------

■DONTCALL
呼び出し先が呼び出しを拒否(着信拒否?)
Privacy mode, callee rejected the call

--------------------------------------------------------------------------------

■TORTURE 
Privacy mode, callee chose to send caller to torture menu

--------------------------------------------------------------------------------

■INVALIDARGS
エラー解析ダイヤルコマンドの引数
Error parsing Dial command arguments (added for Asterisk 1.4.1, SVN r53135-53136)

--------------------------------------------------------------------------------