aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-27 17:04:17 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-27 17:04:17 +0000
commit11154ee47668ece0625ebfafcf23bcda89d7fb17 (patch)
treebc3d77d2335543657d7e80427f8c42ae3bfa4372 /configs
parente9fb35ccfbe3b494c77eaa368d62a5e6aef74497 (diff)
allow fine-grained 'insecure' settings (bug #4024)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5521 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/sip.conf.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index c1926c179..5a988d954 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -331,8 +331,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;username=pingtel
;secret=blah
;host=dynamic
-;insecure=yes ; To match a peer based by IP address only and not peer name
-;insecure=very ; To allow registered hosts to call without re-authenticating
+;insecure=port ; Allow matching of peer by IP address without matching port number
+;insecure=invite ; Do not require authentication of incoming INVITEs
+;insecure=port,invite ; (both)
;qualify=1000 ; Consider it down if it's 1 second to reply
; Helps with NAT session
; qualify=yes uses default value