Data Fields | |
char | context [AST_MAX_EXTENSION] |
char | domain [MAXHOSTNAMELEN] |
struct { | |
domain * next | |
} | list |
enum domain_mode | mode |
Definition at line 714 of file chan_sip.c.
char context[AST_MAX_EXTENSION] |
Incoming context for this domain
Definition at line 716 of file chan_sip.c.
Referenced by check_sip_domain(), and sip_show_domains().
char domain[MAXHOSTNAMELEN] |
SIP domain we are responsible for
Definition at line 715 of file chan_sip.c.
Referenced by check_sip_domain(), and sip_show_domains().
struct { ... } list |
List mechanics
Referenced by add_sip_domain(), check_sip_domain(), clear_sip_domains(), and sip_show_domains().
enum domain_mode mode |
How did we find this domain?
Definition at line 717 of file chan_sip.c.
Referenced by sip_show_domains().
Definition at line 718 of file chan_sip.c.