Asterisk - The Open Source Telephony Project
18.5.0
|
Options for ast_pbx_run() More...
#include <pbx.h>
Data Fields | |
union { | |
struct { | |
unsigned int no_hangup_chan:1 | |
} | |
uint64_t __padding | |
}; | |
Options for ast_pbx_run()
union { ... } |
uint64_t __padding |
unsigned int no_hangup_chan |
Do not hangup the channel when the PBX is complete.
Definition at line 398 of file pbx.h.
Referenced by __ast_pbx_run(), action_dialplan_exec(), handle_gosub(), msg_route(), and stasis_app_exec().