summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-16 12:35:04 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-16 12:35:04 +0000
commite9387375700a1b3e78ce44af0495aefe29c6d2a4 (patch)
treeb46a8344ac5fbb5266e879a8e4409e28a737e327 /configs
parentf9c3585d7312e65bda96755fbb8dab21fe54bcd5 (diff)
Add support for SIP over WebSocket.
This allows SIP traffic to be exchanged over a WebSocket connection which is useful for rtcweb. Review: https://reviewboard.asterisk.org/r/2008 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-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