Asterisk - The Open Source Telephony Project
18.5.0
|
Structure to save a route hop. More...
Data Fields | |
struct { | |
struct sip_route_hop * next | |
} | list |
char | uri [0] |
struct { ... } list |
Referenced by sip_route_add(), and sip_route_clear().
struct sip_route_hop* next |
Definition at line 43 of file route.c.
Referenced by sip_route_add().
char uri[0] |
Definition at line 44 of file route.c.
Referenced by sip_route_add(), sip_route_copy(), sip_route_dump(), sip_route_first_uri(), sip_route_is_strict(), sip_route_list(), and sip_route_process_header().