Hangup()

Legt den aktuellen Channel auf.

Hangup()

Legt den aktuellen Channel bedingungslos auf.

Liefert stets -1 zurück.

exten => 123,1,Answer()
exten => 123,n,Playback(vm-goodbye)
exten => 123,n,Hangup()
[Anmerkung]

Interner Hilfetext zu dieser Applikation in Asterisk 1.4: 

  -= 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 gi
ven
value.

Differenz zum internen Hilfetext in Asterisk 1.2: 

8,10c8
<   Hangup([causecode]): This application will hang up the calling chann
el.
< If a causecode is given the channel's hangup cause will be set to the 
given
< value.
---
>   Hangup(): This application will hang up the calling channel.

Siehe auch.  Answer()