Data Fields | |
ast_channel * | chan |
char | connected |
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 | retries |
long | retrytimer |
long | retxtimer |
Definition at line 265 of file app_rpt.c.
struct ast_channel* chan |
Definition at line 285 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), rpt(), rpt_exec(), and send_link_dtmf().
char connected |
char disced |
Definition at line 278 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 269 of file app_rpt.c.
Referenced by function_ilink(), rpt(), and rpt_tele_thread().
char name[MAXNODESTR] |
Definition at line 272 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_link_data(), rpt(), rpt_exec(), rpt_tele_thread(), and send_link_dtmf().
Definition at line 267 of file app_rpt.c.
Referenced by attempt_reconnect(), function_ilink(), handle_link_data(), rpt(), rpt_exec(), rpt_tele_thread(), and send_link_dtmf().
struct ast_channel* pchan |
char phonemode |
int retries |
Definition at line 284 of file app_rpt.c.
Referenced by function_ilink(), handle_link_data(), rpt(), and rpt_exec().
long retrytimer |