| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | ||
| union { | ||
| struct { | ||
| char * member | ||
| char * opts | ||
| char * other | ||
| } | ||
| char *   argv [sizeof(struct __subtype_ast_party_func_args)/sizeof(char *)] | ||
| }; | ||
| unsigned int | argc | |
Option member subnames
Definition at line 474 of file func_callerid.c.
| union { ... } | 
| unsigned int argc | 
Definition at line 474 of file func_callerid.c.
| char* argv[sizeof(struct __subtype_ast_party_func_args)/sizeof(char *)] | 
Definition at line 474 of file func_callerid.c.
| char* member | 
Definition at line 474 of file func_callerid.c.
| char* opts | 
Definition at line 474 of file func_callerid.c.
| char* other | 
Definition at line 474 of file func_callerid.c.