Asterisk - The Open Source Telephony Project
21.4.1
|
Public Member Functions | |
SORCERY_OBJECT (details) | |
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
unsigned int | all_codecs_on_empty_reinvite |
unsigned int | allow_sending_180_after_183 |
unsigned int | contact_expiration_check_interval |
const ast_string_field | debug |
const ast_string_field | default_from_user |
const ast_string_field | default_outbound_endpoint |
const ast_string_field | default_realm |
const ast_string_field | default_voicemail_extension |
unsigned int | disable_multi_domain |
const ast_string_field | endpoint_identifier_order |
unsigned int | ignore_uri_user_options |
unsigned int | keep_alive_interval |
unsigned int | max_forwards |
unsigned int | max_initial_qualify_time |
struct { | |
unsigned int disable_initial_unsolicited | |
unsigned int tps_queue_high | |
int tps_queue_low | |
} | mwi |
unsigned int | norefersub |
enum ast_sip_taskprocessor_overload_trigger | overload_trigger |
const ast_string_field | regcontext |
unsigned int | send_contact_status_on_update_registration |
unsigned int | unidentified_request_count |
unsigned int | unidentified_request_period |
unsigned int | unidentified_request_prune_interval |
unsigned int | use_callerid_contact |
const ast_string_field | useragent |
Definition at line 70 of file config_global.c.
unsigned int all_codecs_on_empty_reinvite |
Nonzero if we should return all codecs on empty re-INVITE
Definition at line 124 of file config_global.c.
unsigned int allow_sending_180_after_183 |
Nonzero to disable changing 180/SDP to 183/SDP
Definition at line 98 of file config_global.c.
unsigned int contact_expiration_check_interval |
The interval at which to check for expired contacts
Definition at line 94 of file config_global.c.
const ast_string_field debug |
Debug logging yes|no|host
Definition at line 86 of file config_global.c.
const ast_string_field default_from_user |
User name to place in From header if there is no better option
Definition at line 86 of file config_global.c.
const ast_string_field default_realm |
Realm to use in challenges before an endpoint is identified
Definition at line 86 of file config_global.c.
const ast_string_field default_voicemail_extension |
Default voicemail extension
Definition at line 86 of file config_global.c.
unsigned int disable_initial_unsolicited |
Nonzero to disable sending unsolicited mwi to all endpoints on startup
Definition at line 111 of file config_global.c.
unsigned int disable_multi_domain |
Nonzero to disable multi domain support
Definition at line 96 of file config_global.c.
const ast_string_field endpoint_identifier_order |
Order by which endpoint identifiers are checked (comma separated list)
Definition at line 86 of file config_global.c.
unsigned int ignore_uri_user_options |
Nonzero if URI user field options are ignored.
Definition at line 114 of file config_global.c.
unsigned int keep_alive_interval |
The interval at which to send keep alive messages to active connection-oriented transports
Definition at line 90 of file config_global.c.
unsigned int max_forwards |
Value to put in Max-Forwards header
Definition at line 88 of file config_global.c.
unsigned int max_initial_qualify_time |
The maximum time for all contacts to be qualified at startup
Definition at line 92 of file config_global.c.
unsigned int norefersub |
Nonzero if norefersub is to be sent in Supported header
Definition at line 122 of file config_global.c.
enum ast_sip_taskprocessor_overload_trigger overload_trigger |
Trigger the distributor should use to pause accepting new dialogs
Definition at line 120 of file config_global.c.
unsigned int send_contact_status_on_update_registration |
Nonzero if need to send AMI ContactStatus event when a contact is updated
Definition at line 118 of file config_global.c.
unsigned int tps_queue_high |
Taskprocessor high water alert trigger level
Definition at line 107 of file config_global.c.
int tps_queue_low |
Taskprocessor low water clear alert level.
Definition at line 109 of file config_global.c.
unsigned int unidentified_request_count |
The maximum number of unidentified requests per source IP address before a security event is logged
Definition at line 100 of file config_global.c.
unsigned int unidentified_request_period |
The period during which unidentified requests are accumulated
Definition at line 102 of file config_global.c.
unsigned int unidentified_request_prune_interval |
Interval at which expired unidentified requests will be pruned
Definition at line 104 of file config_global.c.
unsigned int use_callerid_contact |
Nonzero if CALLERID(num) is to be used as the default contact username instead of default_from_user
Definition at line 116 of file config_global.c.