Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
sip_options_contact_callback_data Struct Reference

Structure used to contain information for an OPTIONS callback. More...

Collaboration diagram for sip_options_contact_callback_data:
Collaboration graph
[legend]

Data Fields

struct sip_options_aoraor_options
 The AOR options. More...
 
struct ast_sip_contactcontact
 The contact we qualified. More...
 
struct timeval rtt_start
 The time at which this OPTIONS attempt was started. More...
 
enum ast_sip_contact_status_type status
 The new status of the contact. More...
 

Detailed Description

Structure used to contain information for an OPTIONS callback.

Definition at line 544 of file pjsip_options.c.

Field Documentation

◆ aor_options

struct sip_options_aor* aor_options

◆ contact

struct ast_sip_contact* contact

◆ rtt_start

struct timeval rtt_start

The time at which this OPTIONS attempt was started.

Definition at line 550 of file pjsip_options.c.

Referenced by sip_options_contact_callback_data_alloc(), and sip_options_contact_status_notify_task().

◆ status

The new status of the contact.

Definition at line 552 of file pjsip_options.c.

Referenced by qualify_contact_cb(), and sip_options_contact_status_notify_task().


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