Iscriviti   Guestbook   Immagini   Forum   Download   Mappa   1004 utenti on line 
Italiano
MENU
CONFIGURAZIONI
RISORSE
INFO
Login

DOWNLOAD
Device
Suggerimenti

 
Extensions

;
; Static extension configuration files, used by
; the pbx_config module.
;
; The "General" category is for certain variables.  All other categories
; are interpreted as extension contexts
;
[general]
;
; If static is set to no, or omitted, then the pbx_config will rewrite
; this file when extensions are modified.  Remember that all comments
; made in the file will be lost when that happens. 
;
; XXX Not yet implemented XXX
;
static=yes

;
; if stati=yes and writeprotect=no, you can save dialplan by
; CLI command 'save dialplan' too
;
writeprotect=no

;
; Here are the entries you need to participate in the IAXTEL
; call routing system.  Most IAXTEL numbers begin with 1-700, but
; there are exceptions.  For more information, and to sign
; up, please go to www.gnophone.com or www.iaxtel.com
;
;[iaxtel]
;exten => _91NXXNXXXXXX,1,StripMSD,1
;exten => _1NXXNXXXXXX,2,Dial,IAX/iaxtel.com/BYEXTENSION@iaxtel

; Local stuff
[local]
; Special extension for local phone numbers, long distance, etc, going
; out via the Frame Relay interface.  Patterns are prefixed with "_", which
; is ignored.
;
; ignorepat can be used to instruct drivers to not cancel dialtone upon
; receipt of a particular pattern.  The most commonly used example is
; of course '9' like this:
;
; ignorepat => 9
;
; so that dialtone remains even after dialing a 9.
;
;ignorepat => 9
;exten => _9NXXXXXX,1,Dial,AdtranVoFR/BYEXTENSION
;exten => _91NXXNXXXXXX,1,Dial,AdtranVoFR/BYEXTENSION
;exten => _9911,1,Dial,AdtranVoFR/BYEXTENSION
include => default
;include => iaxtel
;
; You can use an alternative switch type as well, to resolve
; extensions that are not known here, for example with remote 
; IAX switching you transparently get access to the remote
; 
; switch => IAX/user:password@bigserver/local

;
; Jeff and Tilghman Config
;

[default]
; Wait 15 seconds for an answer (pick up the local phone)
exten => s,1,Wait,10

; Answer the phone
exten => s,2,Answer

; Playback generic voice mail message
exten => s,3,Background,vm/generic/greet

; They must respond within 10 seconds
; else jump to priority t (terminate call)
exten => s,4,DigitTimeout,3
exten => s,5,ResponseTimeout,10

; 1 - Jeff's voicemail
exten => 1,1,Playback,vm/1/unavail
exten => 1,2,Voicemail,1
exten => 1,3,Goto,t|1

; 2 - Tilghman's voicemail
exten => 2,1,Playback,vm/2/unavail
exten => 2,2,Voicemail,2
exten => 2,3,Goto,t|1

; 8 - Voice mail administration
exten => 8,1,VoicemailMain
exten => *,1,Directory,default
exten => *,2,Goto,s|4
exten => #,1,Playback,vm/generic/goodbye
exten => #,2,Hangup
;exten => 100,1,Goto,other|s|1
;exten => 200,1,Intercom
;exten => 400,1,MP3Player,song8.mp3
;exten => 401,1,MP3Player,sample.mp3
;exten => 402,1,MP3Player,sunscreen.mp3
;exten => 403,1,MP3Player,http://trode.vergenet.net:8000
;exten => 404,1,MP3Player,http://216.32.166.94:14900
;exten => 405,1,Playback,sample

; t - terminate call
exten => t,1,Playback,vm/generic/goodbye
exten => t,2,Hangup



 

Valid CSS!