Data Fields | |
struct ast_channel * | chan |
struct 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 |
struct ast_frame * | lastf1 |
struct ast_frame * | lastf2 |
char | lastrx |
char | lastrx1 |
char | lasttx |
char | linklist [MAXLINKLIST] |
time_t | linklistreceived |
long | linklisttimer |
int | linkunkeytocttimer |
int | max_retries |
char | mode |
char | name [MAXNODESTR] |
struct rpt_link * | next |
char | outbound |
struct ast_channel * | pchan |
char | perma |
char | phonemode |
struct rpt_link * | prev |
int | reconnects |
long | rerxtimer |
int | retries |
long | retrytimer |
long | retxtimer |
char | thisconnected |
Definition at line 414 of file app_rpt.c.
struct ast_channel* chan [read] |
Definition at line 441 of file app_rpt.c.
Referenced by connect_link(), do_dtmf_phone(), function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), and send_link_dtmf().
struct rpt_chan_stat chan_stat[NRPTSTAT] [read] |
Definition at line 449 of file app_rpt.c.
Referenced by rpt_do_lstats().
long long connecttime |
Definition at line 440 of file app_rpt.c.
Referenced by rpt(), and rpt_do_lstats().
char disced |
Definition at line 430 of file app_rpt.c.
Referenced by connect_link(), function_ilink(), handle_link_data(), rpt(), and rpt_exec().
char hasconnected |
Definition at line 426 of file app_rpt.c.
Referenced by rpt(), and rpt_tele_thread().
char isremote |
Definition at line 419 of file app_rpt.c.
Referenced by rpt(), and rpt_tele_thread().
char killme |
Definition at line 431 of file app_rpt.c.
Referenced by rpt(), and rpt_exec().
char lastrx |
Definition at line 423 of file app_rpt.c.
Referenced by handle_link_phone_dtmf(), and rpt().
char linklist[MAXLINKLIST] |
Definition at line 443 of file app_rpt.c.
Referenced by __mklinklist(), and handle_link_data().
time_t linklistreceived |
Definition at line 444 of file app_rpt.c.
Referenced by handle_link_data().
long linklisttimer |
Definition at line 445 of file app_rpt.c.
Referenced by __kickshort(), and rpt().
Definition at line 447 of file app_rpt.c.
Referenced by rpt_tele_thread().
int max_retries |
Definition at line 438 of file app_rpt.c.
Referenced by connect_link(), function_ilink(), handle_link_data(), rpt(), and rpt_exec().
char mode |
Definition at line 418 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 421 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_tele_thread(), and send_link_dtmf().
Definition at line 416 of file app_rpt.c.
Referenced by __kickshort(), __mklinklist(), attempt_reconnect(), connect_link(), do_dtmf_phone(), function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), rpt_do_stats(), rpt_exec(), rpt_tele_thread(), and send_link_dtmf().
char outbound |
Definition at line 429 of file app_rpt.c.
Referenced by rpt(), and rpt_do_lstats().
struct ast_channel* pchan [read] |
char perma |
Definition at line 427 of file app_rpt.c.
Referenced by function_ilink().
char phonemode |
Definition at line 420 of file app_rpt.c.
Referenced by do_dtmf_phone(), handle_link_phone_dtmf(), and rpt().
Definition at line 417 of file app_rpt.c.
Referenced by rpt(), and rpt_tele_thread().
int reconnects |
Definition at line 439 of file app_rpt.c.
Referenced by connect_link(), rpt(), rpt_do_lstats(), and rpt_exec().
int retries |
Definition at line 437 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 428 of file app_rpt.c.
Referenced by __mklinklist(), rpt(), rpt_do_lstats(), and rpt_tele_thread().