Asterisk agi-command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == Asterisk AGI(Asterisk Gateway Interface) Command 내용 정리 category:Asterisk") |
|||
Line 2: | Line 2: | ||
Asterisk AGI(Asterisk Gateway Interface) Command 내용 정리 | Asterisk AGI(Asterisk Gateway Interface) Command 내용 정리 | ||
== ANSWER == | |||
Answer channel. | |||
Answers channel if not already in answer state. Returns -1 on channel failure, or 0 if successful. | |||
<pre> | |||
ANSWER | |||
</pre> | |||
=== See also === | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_answer | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_hangup | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Application_AGI | |||
== ASYNCAGI BREAK == | |||
Interrupts Async AGI. | |||
Interrupts expected flow of Async AGI commands and returns control to previous source(typically, the PBX dialplan). | |||
<pre> | |||
ASYNCAGI BREAK | |||
</pre> | |||
=== See also === | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_asyncagi+break | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_hangup | |||
* https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Application_AGI | |||
[[category:Asterisk]] | [[category:Asterisk]] |
Revision as of 09:57, 23 January 2018
Overview
Asterisk AGI(Asterisk Gateway Interface) Command 내용 정리
ANSWER
Answer channel.
Answers channel if not already in answer state. Returns -1 on channel failure, or 0 if successful.
ANSWER
See also
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_answer
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+AGICommand_hangup
- https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Application_AGI
ASYNCAGI BREAK
Interrupts Async AGI.
Interrupts expected flow of Async AGI commands and returns control to previous source(typically, the PBX dialplan).
ASYNCAGI BREAK