mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
res_pjsip.c: Added disable_rport option for pjsip.conf
Currently when the pjsip making an outgoing request, it keep adding the rport parameter in a request message as a default. This causes unexpected rport handle at the other end. Added option for disable this behaviour in the pjsip.conf. This is a system option, but working as a gloabl option. ASTERISK-28959 Change-Id: I9596675e52a742774738b5aad5d1fec32f477abc
This commit is contained in:
@@ -1089,6 +1089,7 @@
|
||||
; This option must also be enabled on endpoints that
|
||||
; require this functionality.
|
||||
; (default: no)
|
||||
;disable_rport=no ; Disable the use of "rport" in outgoing requests.
|
||||
;type= ; Must be of type system (default: "")
|
||||
|
||||
;==========================GLOBAL SECTION OPTIONS=========================
|
||||
|
Reference in New Issue
Block a user