| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <channel.h>

| Data Fields | ||
| char | args [0] | |
| struct { | ||
| struct ast_hangup_handler * next | ||
| } | node | |
| char args[0] | 
Hangup handler arg string passed to the Gosub application
Definition at line 911 of file channel.h.
Referenced by ast_pbx_hangup_handler_pop(), ast_pbx_hangup_handler_push(), ast_pbx_hangup_handler_run(), and ast_pbx_hangup_handler_show().
| struct ast_hangup_handler* next | 
| struct { ... } node | 
Next hangup handler node.