Hangup()
Hangup()
exten => 123,1,Answer() exten => 123,n,Playback(vm-goodbye) exten => 123,n,Hangup()
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'Hangup' =-
[Synopsis]
Hang up the calling channel
[Description]
Hangup([causecode]): This application will hang up the calling channel.
If a causecode is given the channel's hangup cause will be set to the given
value.
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -4,4 +4,6 @@
Hang up the calling channel
[Description]
- Hangup(): This application will hang up the calling channel.
+ Hangup([causecode]): This application will hang up the calling channel.
+ If a causecode is given the channel's hangup cause will be set to the given
+ value.
Answer()
“