Data Fields | |
struct ast_channel * | chan |
int | mode |
struct rpt_link | mylink |
struct rpt_tele * | next |
char | param [TELEPARAMSIZE] |
struct rpt_tele * | prev |
struct rpt * | rpt |
intptr_t | submode |
pthread_t | threadid |
Definition at line 466 of file app_rpt.c.
struct ast_channel* chan [read] |
Definition at line 471 of file app_rpt.c.
Referenced by rpt(), and rpt_tele_thread().
int mode |
Definition at line 472 of file app_rpt.c.
Referenced by rpt(), rpt_exec(), and rpt_tele_thread().
Definition at line 473 of file app_rpt.c.
Referenced by rpt_tele_thread().
Definition at line 468 of file app_rpt.c.
Referenced by load_rpt_vars(), rpt(), rpt_exec(), rpt_master(), rpt_tele_thread(), and rpt_telemetry().
char param[TELEPARAMSIZE] |
Definition at line 474 of file app_rpt.c.
Referenced by rpt_tele_thread().
Definition at line 469 of file app_rpt.c.
Referenced by load_rpt_vars(), rpt_exec(), and rpt_master().
Definition at line 470 of file app_rpt.c.
Referenced by rpt_tele_thread().
intptr_t submode |
Definition at line 475 of file app_rpt.c.
Referenced by rpt_tele_thread().