mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
PJSIP: Restore functional default for callerid_privacy
The pjsip config option default fixups from r424263 altered the functional default from "allowed_not_screened" to "allowed". This change restores the functional default value when none is provided. ........ Merged revisions 424426 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 424427 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@424428 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
;aors= ; AoR s to be used with the endpoint (default: "")
|
||||
;auth= ; Authentication Object s associated with the endpoint (default: "")
|
||||
;callerid= ; CallerID information for the endpoint (default: "")
|
||||
;callerid_privacy=allowed ; Default privacy level (default: "allowed")
|
||||
;callerid_privacy=allowed_not_screened ; Default privacy level (default: "allowed_not_screened")
|
||||
;callerid_tag= ; Internal id_tag for the endpoint (default: "")
|
||||
;context=default ; Dialplan context for inbound sessions (default:
|
||||
; "default")
|
||||
|
||||
Reference in New Issue
Block a user