[asterisk-commits] irroot: branch irroot/distrotech-customers-1.8 r337960 - /team/irroot/distrot...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 24 06:20:47 CDT 2011
Author: irroot
Date: Sat Sep 24 06:20:43 2011
New Revision: 337960
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=337960
Log:
Add SRTP taglen changes to sip sample config
Modified:
team/irroot/distrotech-customers-1.8/configs/sip.conf.sample
Modified: team/irroot/distrotech-customers-1.8/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-1.8/configs/sip.conf.sample?view=diff&rev=337960&r1=337959&r2=337960
==============================================================================
--- team/irroot/distrotech-customers-1.8/configs/sip.conf.sample (original)
+++ team/irroot/distrotech-customers-1.8/configs/sip.conf.sample Sat Sep 24 06:20:43 2011
@@ -890,6 +890,9 @@
;encryption=no ; Whether to offer SRTP encrypted media (and only SRTP encrypted media)
; on outgoing calls to a peer. Calls will fail with HANGUPCAUSE=58 if
; the peer does not support SRTP. Defaults to no.
+ ; this option can be set to try to offer encryption and not fail if peer
+ ; ignores the request. the peer may reject this based on local settings.
+;encryption_taglen=80 ; Set the auth tag length offered in the INVITE either 32/80 default 80
;----------------------------------------- REALTIME SUPPORT ------------------------
; For additional information on ARA, the Asterisk Realtime Architecture,
More information about the asterisk-commits
mailing list