aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-05-11 17:26:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-05-11 17:26:19 +0000
commit03473607029bf96e619400228e86ffa5810e6e60 (patch)
tree5945ae8663057f6f62fee8dfbb5f48333c7ff985
parentdcde476819d08fc4bc28b4d842eec2108b1f9037 (diff)
Version 0.1.12 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@441 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xconfigs/extensions.conf.sample7
-rwxr-xr-xconfigs/iax.conf.sample17
2 files changed, 16 insertions, 8 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index c664521f2..7156f7556 100755
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -26,6 +26,12 @@ writeprotect=no
;exten => s,1,Dial,AdtranVoFR/4200&AdtranVoFR/4151&AdtranVoFR/4300|15
;exten => s,2,Goto,default|s|2
;include => default
+;
+; Timing list for includes is
+;
+; <time range>|<days of week>|<days of month>|<months>
+;
+;include => daytime|9:00-17:00|mon-fri|*|*
;
; Here are the entries you need to participate in the IAXTEL
@@ -58,6 +64,7 @@ ignorepat => 9
;exten => _9NXXXXXX,1,Dial,IAX/user:[key]@myserver/BYEXTENSION
;exten => _91NXXNXXXXXX,1,Dial,IAX/user:[key]@myserver/BYEXTENSION
;exten => _9911,1,Dial,IAX/user:[key]@myserver/BYEXTENSION
+include => parkedcalls
include => default
include => provider
include => iaxtel
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