Mon Mar 19 11:30:59 2012

Asterisk developer's documentation


sig_ss7_linkset Struct Reference

#include <sig_ss7.h>


Public Types

enum  { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP }
 LINKSET_STATE_DOWN = 0
 LINKSET_STATE_UP

Data Fields

char called_nai
char calling_nai
sig_ss7_callbackcalls
int debug
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
sig_ss7_chanpvts [SIG_SS7_MAX_CHANNELS]
int span
ss7ss7
enum sig_ss7_linkset:: { ... }  state
char subscriberprefix [20]
int type
char unknownprefix [20]


Detailed Description

Definition at line 246 of file sig_ss7.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
LINKSET_STATE_DOWN 
LINKSET_STATE_UP 

Definition at line 258 of file sig_ss7.h.

00258         {
00259       LINKSET_STATE_DOWN = 0,
00260       LINKSET_STATE_UP
00261    } state;


Field Documentation

char called_nai

Called Nature of Address Indicator

Definition at line 266 of file sig_ss7.h.

char calling_nai

Calling Nature of Address Indicator

Definition at line 267 of file sig_ss7.h.

struct sig_ss7_callback* calls

Definition at line 249 of file sig_ss7.h.

int debug

set to true if to dump SS7 event info

Definition at line 257 of file sig_ss7.h.

int fds[SIG_SS7_NUM_DCHANS]

Definition at line 252 of file sig_ss7.h.

int flags

Linkset flags (LINKSET_FLAG_EXPLICITACM)

Definition at line 264 of file sig_ss7.h.

char internationalprefix[10]

country access code ('00' for european dialplans)

Definition at line 268 of file sig_ss7.h.

int linkstate[SIG_SS7_NUM_DCHANS]

Definition at line 254 of file sig_ss7.h.

ast_mutex_t lock

libss7 access lock

Definition at line 248 of file sig_ss7.h.

Referenced by unload_module().

pthread_t master

Thread of master

Definition at line 247 of file sig_ss7.h.

Referenced by __unload_module().

char nationalprefix[10]

area access code ('0' for european dialplans)

Definition at line 269 of file sig_ss7.h.

int numchans

Definition at line 255 of file sig_ss7.h.

int numsigchans

Definition at line 253 of file sig_ss7.h.

struct sig_ss7_chan* pvts[SIG_SS7_MAX_CHANNELS]

Member channel pvt structs

Definition at line 251 of file sig_ss7.h.

int span

span number put into user output messages

Definition at line 256 of file sig_ss7.h.

struct ss7* ss7

Definition at line 250 of file sig_ss7.h.

enum { ... } state

char subscriberprefix[20]

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

Definition at line 270 of file sig_ss7.h.

int type

SS7 type ITU/ANSI. Used for companding selection.

Definition at line 265 of file sig_ss7.h.

char unknownprefix[20]

for unknown dialplans

Definition at line 271 of file sig_ss7.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 19 11:30:59 2012 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7