mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
res_pjsip_session: Enable RFC3578 overlap dialing support.
Support for RFC3578 overlap dialling (i.e. 484 Response to partially matched destinations) as currently provided by chan_sip is missing from res_pjsip. This patch adds a new endpoint attribute (allow_overlap) [defaults to yes] which when set to yes enables 484 responses to partial destination matches rather than the current 404. ASTERISK-26864 Change-Id: Iea444da3ee7c7d4f1fde1d01d138a3d7b0fe40f6
This commit is contained in:
committed by
Joshua Colp
parent
fdea369852
commit
398e5ec16c
4
CHANGES
4
CHANGES
@@ -57,6 +57,10 @@ res_pjsip
|
||||
added to both transport and subscription_persistence, an alembic upgrade
|
||||
should be run to bring the database tables up to date.
|
||||
|
||||
* A new option, allow_overlap, has been added to endpoints which allows
|
||||
overlap dialing functionality to be enabled or disabled. The option defaults
|
||||
to enabled.
|
||||
|
||||
res_pjsip_transport_websocket
|
||||
------------------
|
||||
* Removed non-secure websocket support. Firefox and Chrome have not allowed
|
||||
|
Reference in New Issue
Block a user