summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2013-04-25 21:32:48 +0000
committerJoshua Colp <jcolp@digium.com>2013-04-25 21:32:48 +0000
commit8c1f423cf744f5bb709a49069f0ac4649819f6ff (patch)
tree27825e76d5cdf70f7a76c9919f5d3f044f76716a /configs
parent8985bca752e905487b407264b440dc48f2ed3b00 (diff)
Don't bind to anything in the sample configuration so we don't clash with chan_sip on a "make samples" right now.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386577 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/res_sip.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/res_sip.conf.sample b/configs/res_sip.conf.sample
index 7fd93a72c..dd8da8dff 100644
--- a/configs/res_sip.conf.sample
+++ b/configs/res_sip.conf.sample
@@ -1,10 +1,10 @@
; This is an in-flux configuration file for the res_sip module, it will change as things progress
;;; Transports
-[local]
-type=transport
-protocol=udp ; Supported protocols are udp, tcp, and tls
-bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional
+;[local]
+;type=transport
+;protocol=udp ; Supported protocols are udp, tcp, and tls
+;bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional
;;; Endpoints
[endpoint]