summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2014-10-03 13:59:09 +0000
committerKinsey Moore <kmoore@digium.com>2014-10-03 13:59:09 +0000
commitb1f8eba178e9e7baf8eaee80db9c2e6c176a22f8 (patch)
tree57a4766255d4c9459552d1cf93d7f4b6ebaea336 /configs
parent4246652603d8ad45eb69d02738834d84e82bbca6 (diff)
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
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index 8acd01a63..f5fd75e0d 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -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")