mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
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
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
; This is an in-flux configuration file for the res_sip module, it will change as things progress
|
; This is an in-flux configuration file for the res_sip module, it will change as things progress
|
||||||
|
|
||||||
;;; Transports
|
;;; Transports
|
||||||
[local]
|
;[local]
|
||||||
type=transport
|
;type=transport
|
||||||
protocol=udp ; Supported protocols are udp, tcp, and tls
|
;protocol=udp ; Supported protocols are udp, tcp, and tls
|
||||||
bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional
|
;bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional
|
||||||
|
|
||||||
;;; Endpoints
|
;;; Endpoints
|
||||||
[endpoint]
|
[endpoint]
|
||||||
|
|||||||
Reference in New Issue
Block a user