|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sig_ss7.h>

Public Types | |
| enum | { LINKSET_STATE_DOWN = 0, LINKSET_STATE_UP } |
Data Fields | |
| char | called_nai |
| char | calling_nai |
| 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] |
| char | networkroutedprefix [20] |
| int | numchans |
| int | numsigchans |
| struct sig_ss7_chan * | pvts [SIG_SS7_MAX_CHANNELS] |
| int | span |
| struct ss7 * | ss7 |
| enum sig_ss7_linkset:: { ... } | state |
| char | subscriberprefix [20] |
| int | type |
| char | unknownprefix [20] |
| anonymous enum |
| Enumerator | |
|---|---|
| LINKSET_STATE_DOWN | |
| LINKSET_STATE_UP | |
| char called_nai |
Called Nature of Address Indicator
Definition at line 337 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| char calling_nai |
Calling Nature of Address Indicator
Definition at line 338 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| int fds[SIG_SS7_NUM_DCHANS] |
Definition at line 323 of file sig_ss7.h.
Referenced by my_on_hook().
| int flags |
Linkset flags (LINKSET_FLAG_EXPLICITACM)
Definition at line 335 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| char internationalprefix[10] |
country access code ('00' for european dialplans)
Definition at line 339 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| int linkstate[SIG_SS7_NUM_DCHANS] |
| ast_mutex_t lock |
| char nationalprefix[10] |
area access code ('0' for european dialplans)
Definition at line 340 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| char networkroutedprefix[20] |
Definition at line 343 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| int numchans |
Definition at line 326 of file sig_ss7.h.
Referenced by action_dahdishowchannels(), and dahdi_iflist_extract().
| struct sig_ss7_chan* pvts[SIG_SS7_MAX_CHANNELS] |
Member channel pvt structs
Definition at line 322 of file sig_ss7.h.
Referenced by action_dahdishowchannels(), and dahdi_iflist_extract().
| int span |
span number put into user output messages
Definition at line 327 of file sig_ss7.h.
Referenced by my_on_hook().
| struct ss7* ss7 |
Definition at line 321 of file sig_ss7.h.
Referenced by action_dahdishowchannels(), and dahdi_iflist_extract().
| enum { ... } state |
Referenced by action_dahdishowchannels().
| char subscriberprefix[20] |
area access code + area code ('0'+area code for european dialplans)
Definition at line 341 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
| int type |
SS7 type ITU/ANSI. Used for companding selection.
Definition at line 336 of file sig_ss7.h.
Referenced by Property::load().
| char unknownprefix[20] |
for unknown dialplans
Definition at line 342 of file sig_ss7.h.
Referenced by action_dahdishowchannels().
1.8.13