Asterisk-channel: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == Asterisk channel 명령어 정리 == help == channel 명령어 help <pre> myworld*CLI> help channel channel originate Originate a call channel redirect...")
 
No edit summary
Line 17: Line 17:
</pre>
</pre>
중요한 것은 입력되는 파라미터가 call-id 가 아닌, channel-id 라는 것이다.
중요한 것은 입력되는 파라미터가 call-id 가 아닌, channel-id 라는 것이다.
[[category:asterisk]]

Revision as of 13:52, 8 October 2015

Overview

Asterisk channel 명령어 정리

help

channel 명령어 help

myworld*CLI> help channel
    channel originate Originate a call
    channel redirect Redirect a call
    channel request hangup Request a hangup on a given channel

hangup

입력한 channel_id 콜을 종료한다.

channel request hangup <channel_id>

중요한 것은 입력되는 파라미터가 call-id 가 아닌, channel-id 라는 것이다.