Fri Jul 15 2011 12:03:28

Asterisk developer's documentation


dahdi_ss7 Struct Reference
Collaboration diagram for dahdi_ss7:

Public Types

enum  { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP }

Data Fields

char called_nai
char calling_nai
int fds [NUM_DCHANS]
int flags
char internationalprefix [10]
int linkstate [NUM_DCHANS]
ast_mutex_t lock
pthread_t master
char nationalprefix [10]
int numchans
int numsigchans
struct dahdi_pvtpvts [MAX_CHANNELS]
struct ss7ss7
enum dahdi_ss7:: { ... }  state
char subscriberprefix [20]
int type
char unknownprefix [20]

Detailed Description

Definition at line 447 of file chan_dahdi.c.


Member Enumeration Documentation

anonymous enum
Enumerator:
LINKSET_STATE_DOWN 
LINKSET_STATE_UP 

Definition at line 455 of file chan_dahdi.c.


Field Documentation

char called_nai

Called Nature of Address Indicator

Definition at line 459 of file chan_dahdi.c.

Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_linkset().

Calling Nature of Address Indicator

Definition at line 460 of file chan_dahdi.c.

Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_linkset().

int fds[NUM_DCHANS]

Definition at line 450 of file chan_dahdi.c.

Referenced by dahdi_close_ss7_fd(), and ss7_linkset().

int flags

Linkset flags

Definition at line 467 of file chan_dahdi.c.

Referenced by process_dahdi(), and ss7_start_call().

country access code ('00' for european dialplans)

Definition at line 461 of file chan_dahdi.c.

Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_apply_plan_to_number().

int linkstate[NUM_DCHANS]

Definition at line 452 of file chan_dahdi.c.

Referenced by ss7_linkset().

pthread_t master

Thread of master

Definition at line 448 of file chan_dahdi.c.

Referenced by dahdi_restart(), load_module(), and ss7_grab().

char nationalprefix[10]

area access code ('0' for european dialplans)

Definition at line 462 of file chan_dahdi.c.

Referenced by dahdi_call(), mkintf(), process_dahdi(), and ss7_apply_plan_to_number().

Definition at line 451 of file chan_dahdi.c.

Referenced by ss7_linkset().

enum { ... } state
char subscriberprefix[20]

area access code + area code ('0'+area code for european dialplans)

Definition at line 463 of file chan_dahdi.c.

Referenced by mkintf(), process_dahdi(), and ss7_apply_plan_to_number().

int type

Definition at line 454 of file chan_dahdi.c.

Referenced by ss7_start_call().

char unknownprefix[20]

for unknown dialplans

Definition at line 464 of file chan_dahdi.c.

Referenced by mkintf(), process_dahdi(), and ss7_apply_plan_to_number().


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