|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sip.h>

Data Fields | |
| const char * | name |
| struct { | |
| struct sip_msg_hdr * next | |
| } | next |
| char | stuff [0] |
| const char * | value |
| 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().
| struct { ... } next |
| struct sip_msg_hdr* next |
| 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().
| 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().
1.8.13