Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_msg_hdr Struct Reference

#include <sip.h>

Collaboration diagram for sip_msg_hdr:
Collaboration graph
[legend]

Data Fields

const char * name
 
struct {
   struct sip_msg_hdr *   next
 
next
 
char stuff [0]
 
const char * value
 

Detailed Description

Additional headers to send with MESSAGE method packet.

Definition at line 991 of file sip.h.

Field Documentation

◆ name

const char* name

Name of header to stick in MESSAGE

Definition at line 994 of file sip.h.

Referenced by add_msg_header(), add_text(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().

◆ next [1/2]

struct { ... } next

◆ next [2/2]

struct sip_msg_hdr* next

Definition at line 992 of file sip.h.

◆ stuff

char stuff[0]

The name and value strings are stuffed here in that order.

Definition at line 998 of file sip.h.

Referenced by add_msg_header().

◆ value

const char* value

Value of header to stick in MESSAGE

Definition at line 996 of file sip.h.

Referenced by add_msg_header(), and add_text().


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