Data Fields | |
ast_channel * | chan |
char | connected |
long long | connecttime |
char | disced |
long | disctime |
long | elaptime |
char | hasconnected |
char | isremote |
char | killme |
char | lastrx |
char | lasttx |
char | mode |
char | name [MAXNODESTR] |
rpt_link * | next |
char | outbound |
ast_channel * | pchan |
char | phonemode |
rpt_link * | prev |
int | reconnects |
int | retries |
long | retrytimer |
long | retxtimer |
Definition at line 303 of file app_rpt.c.
struct ast_channel* chan |
Definition at line 325 of file app_rpt.c.
Referenced by function_ilink(), handle_cli_rpt_lstats(), handle_link_data(), rpt(), and send_link_dtmf().
char connected |
long long connecttime |
char disced |
Definition at line 316 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), and rpt().
char hasconnected |
char isremote |
char lastrx |
char mode |
Definition at line 307 of file app_rpt.c.
Referenced by function_ilink(), handle_cli_rpt_lstats(), rpt(), and rpt_tele_thread().
char name[MAXNODESTR] |
Definition at line 310 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_cli_rpt_lstats(), handle_cli_rpt_stats(), handle_link_data(), rpt(), rpt_tele_thread(), and send_link_dtmf().
Definition at line 305 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_cli_rpt_lstats(), handle_cli_rpt_stats(), handle_link_data(), rpt(), rpt_tele_thread(), and send_link_dtmf().
char outbound |
struct ast_channel* pchan |
char phonemode |
int reconnects |
Definition at line 323 of file app_rpt.c.
Referenced by function_ilink(), handle_cli_rpt_lstats(), and rpt().
int retries |
Definition at line 322 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), and rpt().
long retrytimer |