Data Fields | |
struct ast_channel * | chan |
unsigned int | orig_end_dtmf_flag:1 |
unsigned int | use_count |
Definition at line 55 of file autoservice.c.
struct ast_channel* chan [read] |
Definition at line 56 of file autoservice.c.
Referenced by ast_autoservice_start(), ast_autoservice_stop(), autoservice_run(), and defer_frame().
unsigned int orig_end_dtmf_flag |
Definition at line 61 of file autoservice.c.
Referenced by ast_autoservice_start(), and ast_autoservice_stop().
unsigned int use_count |
This gets incremented each time autoservice gets started on the same channel. It will ensure that it doesn't actually get stopped until it gets stopped for the last time.
Definition at line 60 of file autoservice.c.
Referenced by ast_autoservice_start(), and ast_autoservice_stop().