Asterisk - The Open Source Telephony Project
21.4.1
|
Outbound publish information. More...
Public Member Functions | |
SORCERY_OBJECT (details) | |
Sorcery object details. | |
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
Stringfields. | |
const ast_string_field | event |
The event type to publish. | |
unsigned int | expiration |
Requested expiration time. | |
const ast_string_field | from_uri |
URI for the From header. | |
unsigned int | max_auth_attempts |
Maximum number of auth attempts before stopping the publish client. | |
unsigned int | multi_user |
The publishing client is used for multiple users when true. | |
struct ast_sip_auth_vector | outbound_auths |
Configured authentication credentials. | |
const ast_string_field | outbound_proxy |
Outbound proxy to use. | |
const ast_string_field | server_uri |
URI for the entity and server. | |
const ast_string_field | to_uri |
URI for the To header. | |
const ast_string_field | transport |
Explicit transport to use for publish. | |
Outbound publish information.
Definition at line 170 of file res_pjsip_outbound_publish.c.