Version 0.1.3 from FTP
[asterisk/asterisk.git] / configs / extensions.conf.sample
1 ;
2 ; Static extension configuration files, used by
3 ; the pbx_config module.
4 ;
5 ; The "General" category is for certain variables.  All other categories
6 ; are interpreted as extension contexts
7 ;
8 [general]
9 ;
10 ; If static is set to no, or omitted, then the pbx_config will rewrite
11 ; this file when extensions are modified.  Remember that all comments
12 ; made in the file will be lost when that happens. 
13 ;
14 ; XXX Not yet implemented XXX
15 ;
16 static=yes
17
18 ; Remote things always ring all phones first.
19 ;[remote]
20 ;exten=s,1,Dial,AdtranVoFR/4200&AdtranVoFR/4151&AdtranVoFR/4300|15
21 ;exten=s,2,Goto,default|s|2
22
23 ; Local stuff
24 ;[local]
25 ;exten=s,1,Goto,defaults|s|2
26 ; Special extension for local phone numbers, long distance, etc, going
27 ; out via the Frame Relay interface.  Patterns are prefixed with "_", which
28 ; is ignored.
29 ;exten=_9NXXXXXX,1,Dial,AdtranVoFR/BYEXTENSION
30 ;exten=_91NXXNXXXXXX,1,Dial,AdtranVoFR/BYEXTENSION
31 ;exten=_9911,1,Dial,AdtranVoFR/BYEXTENSION
32
33 [default]
34 ;
35 ; We start with what to do when a call first comes in.
36 ;
37 exten=s,1,Wait,1                        ; Wait a second, just for fun
38 exten=s,2,Answer                        ; Answer the line
39 exten=s,3,DigitTimeout,5                ; Set Digit Timeout to 5 seconds
40 exten=s,4,ResponseTimeout,10            ; Set Response Timeout to 10 seconds
41 exten=s,5,BackGround,demo-congrats      ; Play a congratulatory message
42 exten=s,6,BackGround,demo-instruct      ; Play some instructions
43
44 exten=2,1,BackGround,demo-moreinfo      ; Give some more information.
45 exten=2,2,Goto,s|6
46
47 ;
48 ; We also create an example user, 1234, who is on the console and has
49 ; voicemail, etc.
50 ;
51 exten=1234,1,Playback,transfer          ; "Please hold while..."
52 exten=1234,2,Dial,Console/dsp|10        ; Ring the console, 10 secs max
53 exten=1234,3,Playback,vm/1234/unavail   ; "I'm not here right now"
54 exten=1234,4,Voicemail,1234             ; Send to voicemail...
55 exten=1234,5,Goto,s|6                   ; Start over
56 exten=1234,103,Playback,vm/4200/busy    ; (2 + 101) "I'm on the phone"
57 exten=1234,104,Goto,4                   ; Go to voicemail, etc.
58
59 exten=1235,1,Goto,1234|3                ; Right to voicemail
60
61 exten=1236,1,Dial,Console/dsp           ; Ring forever
62 exten=1236,2,Goto,1234|103              ; Unless busy
63
64 ;
65 ; # for when they're done with the demo
66 ;
67 exten=#,1,Playback,demo-thanks          ; "Thanks for trying the demo"
68 exten=#,2,Hangup                        ; Hang them up.
69
70 ;
71 ; A timeout and "invalid extension rule"
72 ;
73 exten=t,1,Playback,Goto,#|1             ; If they take too long, give up
74 exten=i,1,Playback,invalid              ; "That's not valid, try again"
75
76 ;
77 ; Create an extension, 500, for dialing the
78 ; Asterisk demo.
79 ;
80 exten=500,1,Playback,demo-abouttotry    ; Let them know what's going on
81 exten=500,2,Dial,IAX/asterisk@demo      ; Call the Asterisk demo
82 exten=500,3,Playback,demo-nogo          ; Couldn't connect to the demo site
83 exten=500,4,Goto,s|6                    ; Return to the start over message.
84
85 ;
86 ; Create an extension, 600, for evaulating echo latency.
87 ;
88 exten=600,1,Playback,demo-echotest      ; Let them know what's going on
89 exten=600,2,Echo                        ; Do the echo test
90 exten=600,3,Playback,demo-echodone      ; Let them know it's over
91 exten=600,4,Goto,s|6                    ; Start over
92
93 ;
94 ; Give voicemail at extension 8500
95 ;
96 exten=8500,1,VoicemailMain
97 exten=8500,2,Goto,s|6
98 ;
99 ; Here's what a phone entry would look like (IXJ for example)
100 ;
101 ;exten=1265,1,Dial,Phone/phone0|15
102 ;exten=1265,2,Goto,s|5
103
104 ; This is a more complicated sample extension configuration, similar to
105 ; what we use at LSS.
106
107 ;[default]
108 ;exten=s,1,Wait,0
109 ;exten=s,2,Answer
110 ;exten=s,3,DigitTimeout,5
111 ;exten=s,4,ResponseTimeout,10
112 ;exten=s,5,BackGround,welcome
113 ;exten=*,1,Directory,default
114 ;exten=*,2,Goto,s|4
115 ;exten=#,1,Playback,goodbye
116 ;exten=#,2,Hangup
117 ;exten=100,1,Goto,other|s|1
118 ;exten=200,1,Intercom
119 ;exten=400,1,MP3Player,song8.mp3
120 ;exten=401,1,MP3Player,sample.mp3
121 ;exten=402,1,MP3Player,sunscreen.mp3
122 ;exten=403,1,MP3Player,http://trode.vergenet.net:8000
123 ;exten=404,1,MP3Player,http://216.32.166.94:14900
124 ;exten=405,1,Playback,sample
125 ;
126 ; Here's the template for a typical extension, carefully broken apart
127 ; for analysis.  The others are pretty much the same, but not as well
128 ; documented.
129 ;
130 ; Step 1:  Play back a "Please hold while I try that extension" message
131 ;exten=4300,1,Playback,transfer
132 ; Step 2:  Dial the numbers where Ben is likely to be.  Try for no more
133 ;          than 15 seconds.
134 ;exten=4300,2,Dial,AdtranVoFR/4300|15
135 ; Step 3:  If there is no answer, play back a message stating that Ben is
136 ;          unavailable.  Alternatively, we could have rung an operator first.
137 ;exten=4300,3,Playback,vm/4300/unavail
138 ; Step 4:  Send them to voicemail.
139 ;exten=4300,4,Voicemail,4300
140 ; Step 5:  If they return from voicemail, go back to the top
141 ;exten=4300,5,Goto,s|4
142 ; Step 103: If the Dialing is busy, it will try here first.  We'll play a
143 ;           special "I'm busy" message...
144 ;exten=4300,103,Playback,vm/4300/busy
145 ; Step 104: And then continue as if it had been busy in the first place.
146 ;exten=4300,104,Goto,4
147 ; Exten. 4301: Provide a short-circuit so we can transfer striaght to 
148 ;              voicemail.
149 ;exten=4301,1,Goto,4300|3
150 ; Exten. 4302: Provide a way to ring a given phone indefinitely
151 ;exten=4302,1,Dial,AdtranVoFR/4300
152
153 ;exten=4200,1,Playback,transfer
154 ;exten=4200,2,Dial,AdtranVoFR/4200|15
155 ;exten=4200,3,Playback,vm/4200/unavail
156 ;exten=4200,4,Voicemail,4200
157 ;exten=4200,5,Goto,s|4
158 ;exten=4200,103,Playback,vm/4200/busy
159 ;exten=4200,104,Goto,4
160 ;exten=4201,1,Goto,4200|3
161 ;exten=4202,1,Dial,AdtranVoFR/4200
162
163 ;exten=4110,1,Playback,transfer
164 ;exten=4110,2,Dial,AdtranVoFR/4110|15
165 ;exten=4110,2,Wait,5
166 ;exten=4110,3,Playback,vm/4110/unavail
167 ;exten=4110,4,Voicemail,4110
168 ;exten=4110,5,Goto,s|4
169 ;exten=4110,103,Playback,vm/4110/busy
170 ;exten=4110,104,Goto,4
171 ;exten=4111,1,Goto,4110|3
172 ;exten=4112,1,Dial,AdtranVoFR/4110
173 ;exten=4113,1,Voicemail,s4110
174
175 ;exten=8500,1,VoicemailMain
176 ;exten=8500,2,Goto,s|4
177 ;exten=762,1,Playback,somepeople
178 ;exten=762,2,Wait,4
179 ;exten=762,3,Goto,s|4
180
181 ; Timeout stuff...  We could send to an operator, or just ditch them.
182 ;exten=t,1,Goto,#|1
183 ;exten=i,1,BackGround,invalid
184
185 ;[other]
186 ;exten=s,1,Playback,digits/9
187 ;exten=s,2,Playback,digits/8
188 ;exten=s,3,Playback,digits/7
189 ;exten=s,4,Goto,100|1
190 ;exten=100,1,Playback,digits/6
191 ;exten=100,2,Playback,digits/5
192 ;exten=100,3,Goto,default|s|4