Thu Apr 28 2011 17:14:05

Asterisk developer's documentation


frame_queue Struct Reference

a list of frames that may need to be retransmitted More...

Collaboration diagram for frame_queue:

Data Fields

struct iax_framefirst
struct iax_framelast
ast_mutex_t lock

Detailed Description

a list of frames that may need to be retransmitted

Note:
The contents of this list do not need to be explicitly destroyed on module unload. This is because all active calls are destroyed, and all frames in this queue will get destroyed as a part of that process.

Definition at line 810 of file chan_iax2.c.


Field Documentation

struct iax_frame* first

Definition at line 810 of file chan_iax2.c.

struct iax_frame* last

Definition at line 810 of file chan_iax2.c.

Definition at line 810 of file chan_iax2.c.


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