Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
ast_pbx_args Struct Reference

Options for ast_pbx_run() More...

#include <pbx.h>

Data Fields

union { 
 
   struct { 
 
      unsigned int   no_hangup_chan:1 
 
   }  
 
   uint64_t   __padding 
 
};  
 

Detailed Description

Options for ast_pbx_run()

Definition at line 408 of file pbx.h.

Field Documentation

◆ [union]

union { ... }

◆ __padding

uint64_t __padding

Pad this out so that we have plenty of room to add options but still maintain ABI compatibility over time.

Definition at line 412 of file pbx.h.

◆ no_hangup_chan

unsigned int no_hangup_chan

Do not hangup the channel when the PBX is complete.

Definition at line 415 of file pbx.h.

Referenced by msg_route(), and stasis_app_exec().


The documentation for this struct was generated from the following file: