Sun Oct 16 2011 08:43:15

Asterisk developer's documentation


sig_ss7_linkset Struct Reference

#include <sig_ss7.h>

Collaboration diagram for sig_ss7_linkset:

Public Types

enum  { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP }

Data Fields

char called_nai
char calling_nai
struct sig_ss7_callbackcalls
int fds [SIG_SS7_NUM_DCHANS]
int flags
char internationalprefix [10]
int linkstate [SIG_SS7_NUM_DCHANS]
ast_mutex_t lock
pthread_t master
char nationalprefix [10]
int numchans
int numsigchans
struct sig_ss7_chanpvts [SIG_SS7_MAX_CHANNELS]
int span
struct ss7ss7
enum sig_ss7_linkset:: { ... }  state
char subscriberprefix [20]
int type
char unknownprefix [20]

Member Enumeration Documentation

anonymous enum
Enumerator:
LINKSET_STATE_DOWN 
LINKSET_STATE_UP 

Definition at line 233 of file sig_ss7.h.


Field Documentation

char called_nai

Called Nature of Address Indicator

Definition at line 241 of file sig_ss7.h.

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

Calling Nature of Address Indicator

Definition at line 242 of file sig_ss7.h.

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

Definition at line 225 of file sig_ss7.h.

Referenced by setup_dahdi_int(), and sig_ss7_handle_link_exception().

int flags

Linkset flags (LINKSET_FLAG_EXPLICITACM)

Definition at line 239 of file sig_ss7.h.

Referenced by process_dahdi(), and ss7_start_call().

country access code ('00' for european dialplans)

Definition at line 243 of file sig_ss7.h.

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

int linkstate[SIG_SS7_NUM_DCHANS]

Definition at line 230 of file sig_ss7.h.

Referenced by sig_ss7_link_alarm(), sig_ss7_link_noalarm(), and sig_ss7_add_sigchan().

pthread_t master

Thread of master

Definition at line 223 of file sig_ss7.h.

Referenced by dahdi_restart(), __unload_module(), ss7_grab(), and sig_ss7_init_linkset().

char nationalprefix[10]

area access code ('0' for european dialplans)

Definition at line 244 of file sig_ss7.h.

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

Definition at line 229 of file sig_ss7.h.

Referenced by linkset_addsigchan(), and ss7_linkset().

int span

span number put into user output messages

Definition at line 232 of file sig_ss7.h.

Referenced by my_handle_link_exception(), mkintf(), and sig_ss7_answer().

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

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

Definition at line 245 of file sig_ss7.h.

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

int type

SS7 type ITU/ANSI. Used for companding selection.

Definition at line 240 of file sig_ss7.h.

Referenced by ss7_start_call(), and sig_ss7_add_sigchan().

char unknownprefix[20]

for unknown dialplans

Definition at line 246 of file sig_ss7.h.

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


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