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

A contact's status. More...

#include <res_pjsip.h>

Collaboration diagram for ast_sip_contact_status:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field aor
 
enum ast_sip_contact_status_type last_status
 
char name [0]
 
int64_t rtt
 
enum ast_sip_contact_status_type status
 
const ast_string_field uri
 

Detailed Description

A contact's status.

Maintains a contact's current status and round trip time if available.

Definition at line 341 of file res_pjsip.h.

Field Documentation

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 347 of file res_pjsip.h.

◆ aor

const ast_string_field aor

◆ last_status

enum ast_sip_contact_status_type last_status

◆ name

char name[0]

◆ rtt

int64_t rtt

◆ status

◆ uri

const ast_string_field uri

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