Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_party_func_args Struct Reference

Data Fields

union {
   struct {
      char *   member
 
      char *   opts
 
      char *   other
 
   } 
 
   char *   argv [sizeof(struct
      __subtype_ast_party_func_args)/sizeof(char *)]
 
}; 
 
unsigned int argc
 

Detailed Description

Definition at line 445 of file func_callerid.c.

Field Documentation

◆ @198

union { ... }

◆ argc

unsigned int argc

Definition at line 445 of file func_callerid.c.

Referenced by callerid_write(), connectedline_write(), and redirecting_write().

◆ argv

char* argv[sizeof(struct __subtype_ast_party_func_args)/sizeof(char *)]

Definition at line 445 of file func_callerid.c.

◆ member

char* member

Member name

Definition at line 445 of file func_callerid.c.

Referenced by callerid_write(), connectedline_write(), and redirecting_write().

◆ opts

char* opts

Options token

Definition at line 445 of file func_callerid.c.

Referenced by connectedline_write(), and redirecting_write().

◆ other

char* other

Any remining unused arguments

Definition at line 445 of file func_callerid.c.


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