From 11154ee47668ece0625ebfafcf23bcda89d7fb17 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 27 Apr 2005 17:04:17 +0000 Subject: allow fine-grained 'insecure' settings (bug #4024) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5521 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs/sip.conf.sample') 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 -- cgit v1.2.3