From fa3a2f8ecaeb5ba65ff2ff99097aa4381fbc1379 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Wed, 26 Mar 2014 16:15:12 +0000 Subject: chan_sip: Send real CallerID information with P-Assserted-Identity (RFC-3325) Prior too this patch, the P-Asserted-Identity header would include anonymous caller id information which seems to go against the point of the P-Asserted-Identity header. Now the real caller ID information will be included in this header. Also, no privacy header would be included. This patch adds 'Privacy: id' to outgoing SIP messages that include the P-Asserted-Identity header. (closes issue AST-1301) ........ Merged revisions 411189 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 411190 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 411193 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411194 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 46af79043..2b26589d9 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -1431,7 +1431,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;allow=g723.1 ; Asterisk only supports g723.1 pass-thru! ;allow=g729 ; Pass-thru only unless g729 license obtained ;callingpres=allowed_passed_screen ; Set caller ID presentation - ; See README.callingpres for more information + ; See function CALLERPRES documentation for possible + ; values. ;[xlite1] ; Turn off silence suppression in X-Lite ("Transmit Silence"=YES)! -- cgit v1.2.3