Asterisk - The Open Source Telephony Project
18.5.0
|
Task data for AOR creation or updating. More...
Data Fields | |
int | added |
Whether this AOR is being added. More... | |
struct ast_sip_aor * | aor |
The AOR which contains the new configuraton. More... | |
struct sip_options_aor * | aor_options |
The AOR options for this AOR. More... | |
struct ao2_container * | existing |
Optional container of existing AOR s. More... | |
Task data for AOR creation or updating.
Definition at line 1071 of file pjsip_options.c.
int added |
Whether this AOR is being added.
Definition at line 1079 of file pjsip_options.c.
Referenced by sip_options_synchronize_aor(), sip_options_synchronize_aor_task(), and sip_options_update_aor_task().
struct ast_sip_aor* aor |
The AOR which contains the new configuraton.
Definition at line 1075 of file pjsip_options.c.
Referenced by sip_options_aor_observer_modified_task(), sip_options_synchronize_aor(), sip_options_synchronize_aor_task(), and sip_options_update_aor_task().
struct sip_options_aor* aor_options |
The AOR options for this AOR.
Definition at line 1073 of file pjsip_options.c.
Referenced by sip_options_aor_observer_modified_task(), sip_options_synchronize_aor(), sip_options_synchronize_aor_task(), and sip_options_update_aor_task().
struct ao2_container* existing |
Optional container of existing AOR s.
Definition at line 1077 of file pjsip_options.c.
Referenced by sip_options_synchronize_aor().