Data Fields | |
ast_channel * | chan |
rpt_chan_stat | chan_stat [NRPTSTAT] |
char | connected |
long long | connecttime |
char | disced |
long | disctime |
int | dtmfed |
long | elaptime |
char | hasconnected |
char | isremote |
char | killme |
ast_frame * | lastf1 |
ast_frame * | lastf2 |
timeval | lastlinktv |
char | lastrealrx |
char | lastrx |
char | lastrx1 |
char | lasttx |
char | lasttx1 |
char | linklist [MAXLINKLIST] |
time_t | linklistreceived |
long | linklisttimer |
int | linkunkeytocttimer |
int | max_retries |
char | mode |
char | name [MAXNODESTR] |
char | newkey |
rpt_link * | next |
char | outbound |
ast_channel * | pchan |
char | perma |
char | phonemode |
char | phonevox |
rpt_link * | prev |
int | reconnects |
long | rerxtimer |
int | retries |
long | retrytimer |
long | retxtimer |
struct { | |
ast_frame * first | |
ast_frame * last | |
} | rxq |
char | thisconnected |
vox | vox |
char | voxtostate |
int | voxtotimer |
char | wasvox |
Definition at line 528 of file app_rpt.c.
struct ast_channel* chan |
Definition at line 558 of file app_rpt.c.
Referenced by connect_link(), do_dtmf_phone(), function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), send_link_dtmf(), and send_link_keyquery().
struct rpt_chan_stat chan_stat[NRPTSTAT] |
long long connecttime |
char disced |
Definition at line 547 of file app_rpt.c.
Referenced by connect_link(), function_ilink(), handle_link_data(), rpt(), and rpt_exec().
char hasconnected |
char isremote |
char killme |
struct timeval lastlinktv |
char lastrealrx |
char lastrx |
char linklist[MAXLINKLIST] |
time_t linklistreceived |
long linklisttimer |
int max_retries |
Definition at line 555 of file app_rpt.c.
Referenced by connect_link(), function_ilink(), handle_link_data(), rpt(), and rpt_exec().
char mode |
Definition at line 532 of file app_rpt.c.
Referenced by __mklinklist(), connect_link(), function_ilink(), rpt(), rpt_do_lstats(), and rpt_tele_thread().
char name[MAXNODESTR] |
Definition at line 536 of file app_rpt.c.
Referenced by __kickshort(), __mklinklist(), attempt_reconnect(), connect_link(), function_ilink(), handle_link_data(), handle_link_phone_dtmf(), rpt(), rpt_do_lstats(), rpt_do_stats(), rpt_exec(), rpt_manager_do_stats(), rpt_tele_thread(), and send_link_dtmf().
char newkey |
Definition at line 530 of file app_rpt.c.
Referenced by __kickshort(), __mklinklist(), attempt_reconnect(), connect_link(), do_dtmf_phone(), function_ilink(), handle_link_data(), linkcount(), rpt(), rpt_do_lstats(), rpt_do_stats(), rpt_exec(), rpt_manager_do_stats(), rpt_tele_thread(), send_link_dtmf(), and send_link_keyquery().
char outbound |
struct ast_channel* pchan |
char perma |
char phonemode |
Definition at line 534 of file app_rpt.c.
Referenced by do_dtmf_phone(), handle_link_phone_dtmf(), and rpt().
int reconnects |
Definition at line 556 of file app_rpt.c.
Referenced by connect_link(), rpt(), rpt_do_lstats(), and rpt_exec().
int retries |
Definition at line 554 of file app_rpt.c.
Referenced by connect_link(), function_ilink(), handle_link_data(), rpt(), and rpt_exec().
long retrytimer |
char thisconnected |
Definition at line 545 of file app_rpt.c.
Referenced by __mklinklist(), rpt(), rpt_do_lstats(), and rpt_tele_thread().
char voxtostate |
int voxtotimer |
char wasvox |