mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
pjsip: new endpoint's options to control Connected Line updates
This patch adds new options 'trust_connected_line' and 'send_connected_line' to the endpoint. The option 'trust_connected_line' is to control if connected line updates are accepted from this endpoint. The option 'send_connected_line' is to control if connected line updates can be sent to this endpoint. The default value is 'yes' for both options. Change-Id: I16af967815efd904597ec2f033337e4333d097cd
This commit is contained in:
committed by
Richard Mudgett
parent
584e08b81b
commit
eee935983b
@@ -620,6 +620,10 @@
|
||||
;direct_media_glare_mitigation=none ; Mitigation of direct media re INVITE
|
||||
; glare (default: "none")
|
||||
;direct_media_method=invite ; Direct Media method type (default: "invite")
|
||||
;trust_connected_line=yes ; Accept Connected Line updates from this endpoint
|
||||
; (default: "yes")
|
||||
;send_connected_line=yes ; Send Connected Line updates to this endpoint
|
||||
; (default: "yes")
|
||||
;connected_line_method=invite ; Connected line method type.
|
||||
; When set to "invite", check the remote's
|
||||
; Allow header and if UPDATE is allowed, send
|
||||
|
Reference in New Issue
Block a user