summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-05-11 17:26:19 +0000
committerMark Spencer <markster@digium.com>2002-05-11 17:26:19 +0000
commitfc8c05165adeee10825a7dc1fa92efddf4b6fc82 (patch)
tree5945ae8663057f6f62fee8dfbb5f48333c7ff985 /configs/iax.conf.sample
parent62099ea6b96f12dde33ea590970d4ffb86c3f603 (diff)
Version 0.1.12 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample17
1 files changed, 9 insertions, 8 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 9d9d9e80e..f435dafd7 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -72,6 +72,15 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
;
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
;
[iaxtel]
@@ -90,14 +99,6 @@ 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.
; Limited IP based access control is allowed by use of "allow" and