Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Resource list configuration item. More...
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 |
Resource list configuration item.
Definition at line 541 of file res_pjsip_pubsub.c.
SORCERY_OBJECT | ( | details | ) |
char event[32] |
SIP event package the list uses.
Definition at line 544 of file res_pjsip_pubsub.c.
Referenced by build_node_children(), resource_list_apply_handler(), and retrieve_resource_list().
unsigned int full_state |
Indicates if Asterisk sends full or partial state on notifications.
Definition at line 548 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration(), and build_node_children().
struct resources items |
Strings representing resources in the list.
Definition at line 546 of file res_pjsip_pubsub.c.
Referenced by OrderedDict::__eq__(), OrderedDict::__repr__(), build_node_children(), item_in_vector(), list_item_handler(), list_item_to_str(), resource_list_alloc(), resource_list_apply_handler(), and resource_list_destructor().
unsigned int notification_batch_interval |
Time, in milliseconds Asterisk waits before sending a batched notification.
Definition at line 550 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration().
unsigned int resource_display_name |
Indicates whether display name of resource or the resource name being reported.
Definition at line 552 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration(), and build_node_children().