Tue Aug 24 2010 19:42:03

Asterisk developer's documentation


Public Types | Data Fields

dahdi_ss7 Struct Reference

Collaboration diagram for dahdi_ss7:
Collaboration graph
[legend]

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 427 of file chan_dahdi.c.


Member Enumeration Documentation

anonymous enum
Enumerator:
LINKSET_STATE_DOWN 
LINKSET_STATE_UP 

Definition at line 435 of file chan_dahdi.c.


Field Documentation

char called_nai

Called Nature of Address Indicator

Definition at line 439 of file chan_dahdi.c.

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

Calling Nature of Address Indicator

Definition at line 440 of file chan_dahdi.c.

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

int fds[NUM_DCHANS]

Definition at line 430 of file chan_dahdi.c.

Referenced by dahdi_close_ss7_fd(), and ss7_linkset().

int flags

Linkset flags

Definition at line 447 of file chan_dahdi.c.

Referenced by process_dahdi(), and ss7_start_call().

country access code ('00' for european dialplans)

Definition at line 441 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 432 of file chan_dahdi.c.

Referenced by ss7_linkset().

Definition at line 429 of file chan_dahdi.c.

Referenced by dahdi_queue_frame(), ss7_grab(), ss7_linkset(), ss7_rel(), and ss7_start_call().

pthread_t master

Thread of master

Definition at line 428 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 442 of file chan_dahdi.c.

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

int numchans

Definition at line 431 of file chan_dahdi.c.

Referenced by ss7_linkset().

struct dahdi_pvt* pvts[MAX_CHANNELS]
struct ss7* ss7
enum { ... } state
char subscriberprefix[20]

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

Definition at line 443 of file chan_dahdi.c.

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

int type

Definition at line 434 of file chan_dahdi.c.

Referenced by ss7_start_call().

char unknownprefix[20]

for unknown dialplans

Definition at line 444 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: