Hangup
Definition
Disconnects the call.
Value
None. This is a self-closing tag.
Examples
This plays "Hello, my friend!" and hangs up.
<dialplan name="Root">
    <play type="tts">Hello, my friend!</play>
    <hangup/>
</dialplan>
Disconnects the call.
None. This is a self-closing tag.
This plays "Hello, my friend!" and hangs up.
<dialplan name="Root">
    <play type="tts">Hello, my friend!</play>
    <hangup/>
</dialplan>