Asterisk - The Open Source Telephony Project
21.4.1
|
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.
char event[32] |
SIP event package the list uses.
Definition at line 337 of file res_pjsip_pubsub.c.
unsigned int full_state |
Indicates if Asterisk sends full or partial state on notifications.
Definition at line 341 of file res_pjsip_pubsub.c.
struct resources items |
Strings representing resources in the list.
Definition at line 339 of file res_pjsip_pubsub.c.
Referenced by OrderedDict::__eq__(), and OrderedDict::pop().
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.
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.