| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct ast_sip_endpoint_identifier * | identifier | |
| struct { | ||
| struct endpoint_identifier_list * next | ||
| } | list | |
| const char * | name | |
| unsigned int | priority | |
Definition at line 224 of file res_pjsip.c.
| struct ast_sip_endpoint_identifier* identifier | 
Definition at line 227 of file res_pjsip.c.
Referenced by ast_sip_identify_endpoint(), ast_sip_register_endpoint_identifier(), ast_sip_register_endpoint_identifier_with_name(), and ast_sip_unregister_endpoint_identifier().
| struct { ... } list | 
| const char* name | 
Definition at line 225 of file res_pjsip.c.
Referenced by ast_sip_register_endpoint_identifier_with_name(), cli_show_endpoint_identifiers(), PathSegment::get_child(), and SwaggerType::load().
| struct endpoint_identifier_list* next | 
Definition at line 228 of file res_pjsip.c.
| unsigned int priority | 
Definition at line 226 of file res_pjsip.c.
Referenced by ast_sip_register_endpoint_identifier_with_name().