Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 462 of file func_callerid.c.
union { ... } @161 |
unsigned int argc |
Definition at line 462 of file func_callerid.c.
char* argv[sizeof(struct __subtype_ast_party_func_args)/sizeof(char *)] |
Definition at line 462 of file func_callerid.c.
char* member |
Definition at line 462 of file func_callerid.c.
char* opts |
Definition at line 462 of file func_callerid.c.
char* other |
Definition at line 462 of file func_callerid.c.