[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 27 10:38:18 CDT 2011
branch "master" has been updated
via 4a34134e7ea1733c0d76de33af0e7b7fdbecd4aa (commit)
from 90925e5939f603e874103fd7731f5957febf7b90 (commit)
Summary of changes:
config/Sip.config | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 4a34134e7ea1733c0d76de33af0e7b7fdbecd4aa
Author: Brent Eagles <beagles at digium.com>
Date: Tue Sep 27 13:07:18 2011 -0230
Add configuration option documentation for NAT traversal enabled endpoints.
diff --git a/config/Sip.config b/config/Sip.config
index 6843989..5646d97 100644
--- a/config/Sip.config
+++ b/config/Sip.config
@@ -100,4 +100,46 @@ number=123
# Or, a reference to a list of individual identity items
ids=bob-bar-office,bob-bar-cell
+#
+# Enable STUN support for this endpoint. Disabled by default.
+#
+# enablestun=false
+
+#
+# Configure endpoint to create ICE enabled media streams. Disabled by default.
+#
+# enablertpoverice=false
+
+#
+# Configure endpoint to enable TURN support for ICE enabled media streams. ICE must be enabled
+# for this to have an effect. Disable by default.
+#
+# enableturn=false
+
+#
+# Example of configuring a STUN server for NAT handling.
+#
+# [transport_stun]
+
+#
+# Configure the STUN server hostname. Note that some public STUN servers may
+# not reply in a timely manner so you may need to experiment here.
+#
+# stunhost=[your stun host here]
+
+#
+# Configure the STUN server port. Left unset it will use the default value,
+# 3478, which is usually fine.
+#
+# stunport=3478
+
+#
+# Configure the local (base) address/interface to bind the STUN transport to.
+#
+# baseaddress=[your address here]
+
+#
+# Configure the base port to bind the STUN transport to.
+#
+# baseport=[pick a number]
-----------------------------------------------------------------------
--
asterisk-scf/release/sip.git
More information about the asterisk-scf-commits
mailing list