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

Structure which contains an AOR and contacts for qualifying purposes. More...

Collaboration diagram for sip_options_aor:
Collaboration graph
[legend]

Data Fields

struct ao2_containercontacts
 All contacts associated with this AOR. More...
 
struct ao2_containerdynamic_contacts
 Only dynamic contacts associated with this AOR. More...
 
struct ast_sip_sched_tasksched_task
 The scheduler task for this AOR. More...
 
struct ast_taskprocessorserializer
 The serializer for this AOR. More...
 

Detailed Description

Structure which contains an AOR and contacts for qualifying purposes.

Definition at line 164 of file pjsip_options.c.

Field Documentation

◆ contacts

struct ao2_container* contacts

◆ dynamic_contacts

struct ao2_container* dynamic_contacts

Only dynamic contacts associated with this AOR.

Note
Used to speed up applying AOR configuration by minimizing wild card sorcery access.

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().

◆ sched_task

struct ast_sip_sched_task* sched_task

◆ serializer


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