mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
res_pjsip: Add 'ip' as a valid option to 'identify_by' on endpoint.
When the identify_by option on an endpoint is set to ip it will only be identified using the res_pjsip_endpoint_identifier_ip module. This ensures that it is not mistakenly matched using the username of the From header. To ensure behavior has not changed the default has been changed to "username,ip" for the identify_by option. ASTERISK-27206 Change-Id: I2170b86a7f7e221b4f00bf14aa1ef1ac5b050bbd
This commit is contained in:
10
CHANGES
10
CHANGES
@@ -26,6 +26,16 @@ chan_sip
|
||||
headers be retrieved from the REFER message and made accessible to the
|
||||
dialplan in the hash TRANSFER_DATA.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 15.1.0 to Asterisk 15.2.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
res_pjsip
|
||||
------------------
|
||||
* The "identify_by" on endpoints can now be set to "ip" to restrict an endpoint
|
||||
being matched based only on IP address. To ensure no behavior change the
|
||||
default has been changed to "username,ip".
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
--- Functionality changes from Asterisk 15.0.0 to Asterisk 15.1.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user