Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 334 of file res_pjsip_pubsub.c.
SORCERY_OBJECT | ( | details | ) |
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().
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().
struct resources items |
Strings representing resources in the list.
Definition at line 339 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 343 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 345 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration(), and build_node_children().