Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
domain Struct Reference

Domain data structure. More...

#include <sip.h>

Collaboration diagram for domain:
Collaboration graph
[legend]

Data Fields

char context [AST_MAX_EXTENSION]
 
char domain [MAXHOSTNAMELEN]
 
struct {
   struct domain *   next
 
list
 
enum domain_mode mode
 

Detailed Description

Domain data structure.

Note
In the future, we will connect this to a configuration tree specific for this domain

Definition at line 888 of file sip.h.

Field Documentation

◆ context

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().

◆ domain

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().

◆ list

struct { ... } list

List mechanics

◆ mode

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().

◆ next

struct domain* next

Definition at line 892 of file sip.h.


The documentation for this struct was generated from the following file: