Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
Data Fields
sip_outbound_publish_message Struct Reference

Queued outbound publish message. More...

Collaboration diagram for sip_outbound_publish_message:
Collaboration graph
[legend]

Data Fields

struct ast_sip_body body
 Optional body.
 
char body_contents [0]
 Extra space for body contents.
 
struct { 
 
   struct sip_outbound_publish_message *   next 
 
entry 
 Linked list information.
 

Detailed Description

Queued outbound publish message.

Definition at line 163 of file res_pjsip_outbound_publish.c.

Field Documentation

◆ body

struct ast_sip_body body

Optional body.

Definition at line 165 of file res_pjsip_outbound_publish.c.

Referenced by ast_sip_publish_client_send(), and publisher_client_send().

◆ body_contents

char body_contents[0]

Extra space for body contents.

Definition at line 169 of file res_pjsip_outbound_publish.c.

◆ [struct]

struct { ... } entry

◆ next

Definition at line 167 of file res_pjsip_outbound_publish.c.


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