Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
sip_options_synchronize_aor_task_data Struct Reference

Task data for AOR creation or updating. More...

Collaboration diagram for sip_options_synchronize_aor_task_data:
Collaboration graph
[legend]

Data Fields

int added
 Whether this AOR is being added. More...
 
struct ast_sip_aoraor
 The AOR which contains the new configuraton. More...
 
struct sip_options_aoraor_options
 The AOR options for this AOR. More...
 
struct ao2_containerexisting
 Optional container of existing AOR s. More...
 

Detailed Description

Task data for AOR creation or updating.

Definition at line 1073 of file pjsip_options.c.

Field Documentation

◆ added

int added

Whether this AOR is being added.

Definition at line 1081 of file pjsip_options.c.

◆ aor

struct ast_sip_aor* aor

The AOR which contains the new configuraton.

Definition at line 1077 of file pjsip_options.c.

Referenced by sip_options_aor_observer_modified_task().

◆ aor_options

struct sip_options_aor* aor_options

The AOR options for this AOR.

Definition at line 1075 of file pjsip_options.c.

Referenced by sip_options_aor_observer_modified_task().

◆ existing

struct ao2_container* existing

Optional container of existing AOR s.

Definition at line 1079 of file pjsip_options.c.


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