Version 0.1.12 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-05-11 17:26:19 +00:00
parent 62099ea6b9
commit fc8c05165a
2 changed files with 16 additions and 8 deletions

View File

@@ -71,6 +71,15 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
; none -- No flags
;
tos=lowdelay
;
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.
;
[guest]
type=user
context=default
callerid="Guest IAX User"
;
; Trust Caller*ID Coming from iaxtel.com
;
@@ -89,14 +98,6 @@ context=default
deny=0.0.0.0/0.0.0.0
permit=216.207.245.47/255.255.255.255
;
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.
;
[guest]
type=user
context=default
callerid="Guest IAX User"
;
; Further user sections may be added, specifying a context and a
; secret used for connections with that given authentication name.