Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used to contain information for an OPTIONS callback. More...
Data Fields | |
struct sip_options_aor * | aor_options |
The AOR options. More... | |
struct ast_sip_contact * | contact |
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... | |
Structure used to contain information for an OPTIONS callback.
Definition at line 542 of file pjsip_options.c.
struct sip_options_aor* aor_options |
The AOR options.
Definition at line 546 of file pjsip_options.c.
Referenced by qualify_contact_cb(), sip_options_contact_callback_data_alloc(), sip_options_contact_callback_data_dtor(), and sip_options_contact_status_notify_task().
struct ast_sip_contact* contact |
The contact we qualified.
Definition at line 544 of file pjsip_options.c.
Referenced by qualify_contact_cb(), sip_options_contact_callback_data_alloc(), sip_options_contact_callback_data_dtor(), and sip_options_contact_status_notify_task().
struct timeval rtt_start |
The time at which this OPTIONS attempt was started.
Definition at line 548 of file pjsip_options.c.
Referenced by sip_options_contact_callback_data_alloc(), and sip_options_contact_status_notify_task().
enum ast_sip_contact_status_type status |
The new status of the contact.
Definition at line 550 of file pjsip_options.c.
Referenced by qualify_contact_cb(), and sip_options_contact_status_notify_task().