summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index dcf88aa73..8894a3931 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -745,7 +745,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
;register => tls://username:xxxxxx@sip-tls-proxy.example.org
;
-; The 'transport' part defaults to 'udp' but may also be 'tcp' or 'tls'.
+; The 'transport' part defaults to 'udp' but may also be 'tcp', 'tls', 'ws', or 'wss'.
; Using 'udp://' explicitly is also useful in case the username part
; contains a '/' ('user/name').
@@ -977,7 +977,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; on outgoing calls to a peer. Calls will fail with HANGUPCAUSE=58 if
; the peer does not support SRTP. Defaults to no.
;encryption_taglen=80 ; Set the auth tag length offered in the INVITE either 32/80 default 80
-
+;
+;avpf=yes ; Enable inter-operability with media streams using the AVPF RTP profile.
+ ; This will cause all offers and answers to use AVPF (or SAVPF). This
+ ; option may be specified at the global or peer scope.
;----------------------------------------- REALTIME SUPPORT ------------------------
; For additional information on ARA, the Asterisk Realtime Architecture,
; please read https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration