Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
contact Struct Reference

#include <reqresp_parser.h>

Collaboration diagram for contact:
Collaboration graph
[legend]

Public Member Functions

 AST_LIST_ENTRY (contact) list
 

Data Fields

char * expires
 
char * headers
 
char * hostport
 
char * name
 
struct uriparams params
 
char * pass
 
char * q
 
char * user
 

Detailed Description

Definition at line 35 of file reqresp_parser.h.

Member Function Documentation

◆ AST_LIST_ENTRY()

AST_LIST_ENTRY ( contact  )

Field Documentation

◆ expires

char* expires

Definition at line 43 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ headers

char* headers

Definition at line 42 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ hostport

char* hostport

Definition at line 40 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ name

char* name

◆ params

struct uriparams params

Definition at line 41 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ pass

char* pass

Definition at line 39 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ q

char* q

Definition at line 44 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), and parse_contact_header().

◆ user

char* user

Definition at line 38 of file reqresp_parser.h.

Referenced by AST_TEST_DEFINE(), parse_contact_header(), and Registration::write().


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