Asterisk - The Open Source Telephony Project  18.5.0
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. More...
 
char body_contents [0]
 Extra space for body contents. More...
 
struct {
   struct sip_outbound_publish_message *   next
 
entry
 Linked list information. More...
 

Detailed Description

Queued outbound publish message.

Definition at line 127 of file res_pjsip_outbound_publish.c.

Field Documentation

◆ body

struct ast_sip_body body

Optional body.

Definition at line 129 of file res_pjsip_outbound_publish.c.

Referenced by publisher_client_send(), and sip_publisher_service_queue().

◆ body_contents

char body_contents[0]

Extra space for body contents.

Definition at line 133 of file res_pjsip_outbound_publish.c.

Referenced by publisher_client_send().

◆ entry

struct { ... } entry

Linked list information.

◆ next


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