mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
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:
@@ -26,6 +26,12 @@ writeprotect=no
|
|||||||
;exten => s,1,Dial,AdtranVoFR/4200&AdtranVoFR/4151&AdtranVoFR/4300|15
|
;exten => s,1,Dial,AdtranVoFR/4200&AdtranVoFR/4151&AdtranVoFR/4300|15
|
||||||
;exten => s,2,Goto,default|s|2
|
;exten => s,2,Goto,default|s|2
|
||||||
;include => default
|
;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
|
; 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 => _9NXXXXXX,1,Dial,IAX/user:[key]@myserver/BYEXTENSION
|
||||||
;exten => _91NXXNXXXXXX,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
|
;exten => _9911,1,Dial,IAX/user:[key]@myserver/BYEXTENSION
|
||||||
|
include => parkedcalls
|
||||||
include => default
|
include => default
|
||||||
include => provider
|
include => provider
|
||||||
include => iaxtel
|
include => iaxtel
|
||||||
|
@@ -71,6 +71,15 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
|
|||||||
; none -- No flags
|
; none -- No flags
|
||||||
;
|
;
|
||||||
tos=lowdelay
|
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
|
; Trust Caller*ID Coming from iaxtel.com
|
||||||
;
|
;
|
||||||
@@ -89,14 +98,6 @@ context=default
|
|||||||
deny=0.0.0.0/0.0.0.0
|
deny=0.0.0.0/0.0.0.0
|
||||||
permit=216.207.245.47/255.255.255.255
|
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
|
; Further user sections may be added, specifying a context and a
|
||||||
; secret used for connections with that given authentication name.
|
; secret used for connections with that given authentication name.
|
||||||
|
Reference in New Issue
Block a user