Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:02 2007

Asterisk developer's documentation :: Codename Pineapple


mgcp_message Struct Reference

Collaboration diagram for mgcp_message:

Collaboration graph
[legend]

Detailed Description

mgcp_message: MGCP message for queuing up

Definition at line 251 of file chan_mgcp.c.

Data Fields

char buf [0]
unsigned long expire
int len
mgcp_messagenext
mgcp_endpointowner_ep
mgcp_subchannelowner_sub
int retrans
unsigned int seqno


Field Documentation

char buf[0]
 

Definition at line 259 of file chan_mgcp.c.

Referenced by mgcp_postrequest().

unsigned long expire
 

Definition at line 255 of file chan_mgcp.c.

Referenced by mgcp_postrequest().

int len
 

Definition at line 257 of file chan_mgcp.c.

Referenced by mgcp_postrequest().

struct mgcp_message* next
 

Definition at line 258 of file chan_mgcp.c.

Referenced by dump_queue(), mgcp_postrequest(), mgcpsock_read(), and retrans_pkt().

struct mgcp_endpoint* owner_ep
 

Definition at line 252 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and mgcpsock_read().

struct mgcp_subchannel* owner_sub
 

Definition at line 253 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and mgcpsock_read().

int retrans
 

Definition at line 254 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and retrans_pkt().

unsigned int seqno
 

Definition at line 256 of file chan_mgcp.c.

Referenced by mgcp_postrequest(), and mgcpsock_read().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen