Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:01 2007

Asterisk developer's documentation :: Codename Pineapple


domain Struct Reference

#include <sip3.h>

Collaboration diagram for domain:

Collaboration graph
[legend]

Detailed Description

Domain data structure.

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

Definition at line 675 of file chan_sip.c.

Public Member Functions

 AST_LIST_ENTRY (domain) list

Data Fields

char context [AST_MAX_EXTENSION]
char domain [MAXHOSTNAMELEN]
sip_globals globals
enum domain_mode mode


Member Function Documentation

AST_LIST_ENTRY domain   ) 
 

List mechanics


Field Documentation

char context
 

Incoming context for this domain

Definition at line 677 of file chan_sip.c.

Referenced by check_sip_domain(), and sip_show_domains().

char domain
 

SIP domain we are responsible for

Definition at line 676 of file chan_sip.c.

Referenced by check_sip_domain(), and sip_show_domains().

struct sip_globals globals
 

Globals for this domain

Definition at line 779 of file sip3.h.

enum domain_mode mode
 

How did we find this domain?

Definition at line 678 of file chan_sip.c.

Referenced by sip_show_domains().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen