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 311 of file app_rpt.c.
struct ast_channel* chan |
Definition at line 333 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), rpt_exec(), and send_link_dtmf().
char connected |
long long connecttime |
char disced |
Definition at line 324 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), rpt(), and rpt_exec().
char hasconnected |
char isremote |
char killme |
char lastrx |
char mode |
Definition at line 315 of file app_rpt.c.
Referenced by function_ilink(), rpt(), rpt_do_lstats(), and rpt_tele_thread().
char name[MAXNODESTR] |
Definition at line 318 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), rpt_do_stats(), rpt_exec(), rpt_tele_thread(), and send_link_dtmf().
Definition at line 313 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_link_data(), rpt(), rpt_do_lstats(), rpt_do_stats(), rpt_exec(), rpt_tele_thread(), and send_link_dtmf().
char outbound |
struct ast_channel* pchan |
char phonemode |
int reconnects |
Definition at line 331 of file app_rpt.c.
Referenced by function_ilink(), rpt(), rpt_do_lstats(), and rpt_exec().
int retries |
Definition at line 330 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), rpt(), and rpt_exec().
long retrytimer |