|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Task data for AOR creation or updating. More...

Data Fields | |
| int | added |
| Whether this AOR is being added. | |
| struct ast_sip_aor * | aor |
| The AOR which contains the new configuraton. | |
| struct sip_options_aor * | aor_options |
| The AOR options for this AOR. | |
| struct ao2_container * | existing |
| Optional container of existing AOR s. | |
Task data for AOR creation or updating.
Definition at line 1080 of file pjsip_options.c.
| int added |
Whether this AOR is being added.
Definition at line 1088 of file pjsip_options.c.
| struct ast_sip_aor* aor |
The AOR which contains the new configuraton.
Definition at line 1084 of file pjsip_options.c.
Referenced by sip_options_aor_observer_modified_task().
| struct sip_options_aor* aor_options |
The AOR options for this AOR.
Definition at line 1082 of file pjsip_options.c.
Referenced by sip_options_aor_observer_modified_task().
| struct ao2_container* existing |
Optional container of existing AOR s.
Definition at line 1086 of file pjsip_options.c.