mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge topic 'ASTERISK-24863'
* changes: res_pjsip: Add global option to limit the maximum time for initial qualifies pjsip_options: Add qualify_timeout processing and eventing res_pjsip: Refactor endpt_send_request to include transaction timeout
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -156,6 +156,18 @@ res_pjsip
|
||||
* A new CLI command has been added: "pjsip show settings", which shows
|
||||
both the global and system configuration settings.
|
||||
|
||||
* A new aor option has been added: "qualify_timeout", which sets the timeout
|
||||
in seconds for a qualify. The default is 3 seconds. This overrides the
|
||||
hard coded 32 seconds in pjproject.
|
||||
|
||||
* Endpoint status will now change to "Unreachable" when all contacts are
|
||||
unavailable. When any contact becomes available, the endpoint will status
|
||||
will change back to "Reachable".
|
||||
|
||||
* A new global option has been added: "max_initial_qualify_time", which
|
||||
sets the maximum amount of time from startup that qualifies should be
|
||||
attempted on all contacts.
|
||||
|
||||
res_ari_channels
|
||||
------------------
|
||||
* Two new events, 'ChannelHold' and 'ChannelUnhold', have been added to the
|
||||
|
Reference in New Issue
Block a user