|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|

Data Fields | ||
| struct { | ||
| struct redirect_contact * next | ||
| } | list | |
| float | q_value | |
| char | uri [PJSIP_MAX_URL_SIZE] | |
Definition at line 40 of file redirect.c.
| struct { ... } list |
| struct redirect_contact* next |
Definition at line 43 of file redirect.c.
Referenced by parse_redirect_contacts().
| float q_value |
Definition at line 42 of file redirect.c.
Referenced by insert_contact_sorted(), and parse_redirect_contacts().
| char uri[PJSIP_MAX_URL_SIZE] |
Definition at line 41 of file redirect.c.
Referenced by ast_sip_redirect_check_loop(), ast_sip_redirect_get_next_uri(), ast_sip_redirect_parse_3xx(), and parse_redirect_contacts().