summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-01 17:28:57 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-01 17:28:57 +0000
commit37256ea45d7a5c088229af496df366dc42005d15 (patch)
treeabf99698af1acb0debf7dcae64d7ca8015710fd1 /configs
parent628425ba6fdc1ce1aa6f85e33fe83f1e6eeeaa00 (diff)
Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/rtp.conf.sample20
1 files changed, 20 insertions, 0 deletions
diff --git a/configs/rtp.conf.sample b/configs/rtp.conf.sample
index 6b2815cdc..93edd1975 100644
--- a/configs/rtp.conf.sample
+++ b/configs/rtp.conf.sample
@@ -32,3 +32,23 @@ rtpend=20000
; if rtp packets are dropped from one or both ends after a call is
; connected. This option is set to 4 by default.
; probation=8
+;
+; Whether to enable or disable ICE support. This option is enabled by default.
+; icesupport=false
+;
+; Address to use for the STUN server when determining the external IP address and port
+; an RTP session can be reached at. This option is disabled by default.
+; stunaddr=
+;
+; Address to use for the TURN relay server when creating a TURN relay session. This option
+; is disabled by default.
+; turnaddr=
+;
+; Port used to contact the TURN relay server on. This option is set to 34780 by default.
+; turnport=34780
+;
+; Username used to authenticate with TURN relay server.
+; turnusername=
+;
+; Password used to authenticate with TURN relay server.
+; turnpassword=