Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


asent Struct Reference

Collaboration diagram for asent:

Data Fields

struct ast_channelchan
struct {
   struct ast_frame *   first
   struct ast_frame *   last
deferred_frames
unsigned int ignore_frame_types
struct {
   struct asent *   next
list
unsigned int orig_end_dtmf_flag:1
unsigned int use_count

Detailed Description

Definition at line 52 of file autoservice.c.


Field Documentation

struct { ... } deferred_frames

Referenced by ast_autoservice_stop().

struct ast_frame* first

Definition at line 63 of file autoservice.c.

unsigned int ignore_frame_types

Definition at line 59 of file autoservice.c.

Referenced by ast_autoservice_ignore(), and ast_autoservice_stop().

struct ast_frame* last

Definition at line 63 of file autoservice.c.

struct asent* next

Definition at line 64 of file autoservice.c.

unsigned int orig_end_dtmf_flag

Definition at line 58 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 57 of file autoservice.c.

Referenced by ast_autoservice_start(), and ast_autoservice_stop().


The documentation for this struct was generated from the following file: