Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
Resource list configuration item.
Definition at line 325 of file res_pjsip_pubsub.c.
SORCERY_OBJECT | ( | details | ) |
char event[32] |
SIP event package the list uses.
Definition at line 328 of file res_pjsip_pubsub.c.
Referenced by ast_sip_create_subscription(), ast_sip_register_subscription_handler(), build_node_children(), populate_list(), 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 332 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration(), build_node_children(), and tree_node_alloc().
struct resources items |
Strings representing resources in the list.
Definition at line 330 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(), populate_list(), 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 334 of file res_pjsip_pubsub.c.
Referenced by apply_list_configuration().