Domain data structure. More...

Data Fields | |
| char | context [AST_MAX_EXTENSION] |
| char | domain [MAXHOSTNAMELEN] |
| struct { | |
| struct domain * next | |
| } | list |
| enum domain_mode | mode |
Domain data structure.
Definition at line 1284 of file chan_sip.c.
| char context[AST_MAX_EXTENSION] |
Incoming context for this domain
Definition at line 1286 of file chan_sip.c.
Referenced by add_sip_domain(), check_sip_domain(), and sip_show_domains().
| char domain[MAXHOSTNAMELEN] |
SIP domain we are responsible for
Definition at line 1285 of file chan_sip.c.
Referenced by add_sip_domain(), check_sip_domain(), and sip_show_domains().
| struct { ... } list |
List mechanics
| enum domain_mode mode |
How did we find this domain?
Definition at line 1287 of file chan_sip.c.
Referenced by add_sip_domain(), and sip_show_domains().
Definition at line 1288 of file chan_sip.c.