Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Public Member Functions | Data Fields
resource_list Struct Reference

Resource list configuration item. More...

Collaboration diagram for resource_list:
Collaboration graph
[legend]

Public Member Functions

 SORCERY_OBJECT (details)
 

Data Fields

char event [32]
 
unsigned int full_state
 
struct resources items
 
unsigned int notification_batch_interval
 
unsigned int resource_display_name
 

Detailed Description

Resource list configuration item.

Definition at line 334 of file res_pjsip_pubsub.c.

Member Function Documentation

◆ SORCERY_OBJECT()

SORCERY_OBJECT ( details  )

Field Documentation

◆ event

char event[32]

SIP event package the list uses.

Definition at line 337 of file res_pjsip_pubsub.c.

Referenced by build_node_children(), resource_list_apply_handler(), and retrieve_resource_list().

◆ full_state

unsigned int full_state

Indicates if Asterisk sends full or partial state on notifications.

Definition at line 341 of file res_pjsip_pubsub.c.

Referenced by apply_list_configuration(), and build_node_children().

◆ items

struct resources items

◆ notification_batch_interval

unsigned int notification_batch_interval

Time, in milliseconds Asterisk waits before sending a batched notification.

Definition at line 343 of file res_pjsip_pubsub.c.

Referenced by apply_list_configuration().

◆ resource_display_name

unsigned int resource_display_name

Indicates whether display name of resource or the resource name being reported.

Definition at line 345 of file res_pjsip_pubsub.c.

Referenced by apply_list_configuration(), and build_node_children().


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