Asterisk - The Open Source Telephony Project
18.5.0
|
Domain data structure. More...
#include <sip.h>
Data Fields | |
char | context [AST_MAX_EXTENSION] |
char | domain [MAXHOSTNAMELEN] |
struct { | |
struct domain * next | |
} | list |
enum domain_mode | mode |
Domain data structure.
char context[AST_MAX_EXTENSION] |
Incoming context for this domain
Definition at line 890 of file sip.h.
Referenced by add_sip_domain(), check_sip_domain(), and sip_show_domains().
char domain[MAXHOSTNAMELEN] |
SIP domain we are responsible for
Definition at line 889 of file sip.h.
Referenced by add_sip_domain(), check_sip_domain(), sip_show_domains(), and Registration::write().
struct { ... } list |
List mechanics
enum domain_mode mode |
How did we find this domain?
Definition at line 891 of file sip.h.
Referenced by add_sip_domain(), and sip_show_domains().