[Asterisk-code-review] SAC documentation: don't specify transports for endpoints an... (asterisk[master])

Rusty Newton asteriskteam at digium.com
Fri Oct 28 09:53:07 CDT 2016


Rusty Newton has uploaded a new change for review. ( https://gerrit.asterisk.org/4215 )

Change subject: SAC documentation: don't specify transports for endpoints and registrations
......................................................................

SAC documentation: don't specify transports for endpoints and registrations

Removing explicit transport definition for endpoints and registrations. It
isn't necessary and isn't generally advised.

ASTERISK-26514 #close

Change-Id: Ifdec5e631962438a4683600968dfa4bfd15909fb
---
M configs/basic-pbx/pjsip.conf
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/4215/1

diff --git a/configs/basic-pbx/pjsip.conf b/configs/basic-pbx/pjsip.conf
index 00e386a..b20e0c6 100644
--- a/configs/basic-pbx/pjsip.conf
+++ b/configs/basic-pbx/pjsip.conf
@@ -15,7 +15,6 @@
 
 [dcs-trunk]
 type = registration
-transport = transport-udp-nat
 outbound_auth = dcs-trunk-auth
 server_uri = sip:sip.digiumcloud.net
 ;client_uri = sip:myaccountID at sip.digiumcloud.net
@@ -31,7 +30,6 @@
 
 [dcs-endpoint]
 type=endpoint
-transport = transport-udp-nat
 context = DCS-Incoming
 allow = !all,g722,ulaw
 outbound_auth = dcs-auth
@@ -59,7 +57,6 @@
 ; Our primary endpoint template for internal desk phones.
 [endpoint-internal-d70](!)
 type = endpoint
-transport = transport-udp-nat
 context = Long-Distance
 allow = !all,g722,ulaw
 direct_media = no

-- 
To view, visit https://gerrit.asterisk.org/4215
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdec5e631962438a4683600968dfa4bfd15909fb
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Rusty Newton <rnewton at digium.com>



More information about the asterisk-code-review mailing list