Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains an AOR and contacts for qualifying purposes. More...
Data Fields | |
struct ao2_container * | contacts |
All contacts associated with this AOR. More... | |
struct ao2_container * | dynamic_contacts |
Only dynamic contacts associated with this AOR. More... | |
struct ast_sip_sched_task * | sched_task |
The scheduler task for this AOR. More... | |
struct ast_taskprocessor * | serializer |
The serializer for this AOR. More... | |
Structure which contains an AOR and contacts for qualifying purposes.
Definition at line 164 of file pjsip_options.c.
struct ao2_container* contacts |
All contacts associated with this AOR.
Definition at line 170 of file pjsip_options.c.
Referenced by sip_options_aor_alloc(), sip_options_aor_dtor(), sip_options_apply_aor_configuration(), sip_options_contact_add_task(), sip_options_contact_delete_task(), sip_options_contact_status_notify_task(), and sip_options_qualify_aor().
struct ao2_container* dynamic_contacts |
Only dynamic contacts associated with this AOR.
Definition at line 176 of file pjsip_options.c.
Referenced by sip_options_aor_alloc(), sip_options_aor_dtor(), sip_options_apply_aor_configuration(), sip_options_contact_add_task(), and sip_options_contact_delete_task().
struct ast_sip_sched_task* sched_task |
The scheduler task for this AOR.
Definition at line 166 of file pjsip_options.c.
Referenced by sip_options_aor_remove_task(), sip_options_apply_aor_configuration(), sip_options_cleanup_aor_task(), sip_options_contact_add_task(), and sip_options_contact_delete_task().
struct ast_taskprocessor* serializer |
The serializer for this AOR.
Definition at line 168 of file pjsip_options.c.
Referenced by ami_sip_qualify(), cli_qualify(), contact_observer_updated(), qualify_contact_cb(), sip_options_aor_alloc(), sip_options_aor_dtor(), sip_options_aor_observer_deleted_task(), sip_options_aor_observer_modified_task(), sip_options_apply_aor_configuration(), sip_options_cleanup_task(), sip_options_contact_add_management_task(), sip_options_contact_add_task(), sip_options_contact_delete_management_task(), sip_options_endpoint_unlink_aor_feeders(), sip_options_synchronize_aor(), sip_options_synchronize_endpoint(), and sip_options_unused_aor().