asterisk/asterisk.txt

changeset 311
263143ec0fb2
parent 310
73d852a30c9a
child 347
10bd406e1c51
equal deleted inserted replaced
0:5d1dcc52acad 1:fc67c7e06828
103 [general] 103 [general]
104 enabled = no 104 enabled = no
105 bindaddr = 127.0.0.1 105 bindaddr = 127.0.0.1
106 bindport = 8088 106 bindport = 8088
107 sslenable = no 107 sslenable = no
108 slbindport = 8089 108 sslbindport = 8089
109 sslbindaddr = 127.0.0.1 109 sslbindaddr = 127.0.0.1
110 sslcert = @l_prefix@/etc/asterisk/asterisk.pem 110 sslcert = @l_prefix@/etc/asterisk/asterisk.pem
111 enablestatic = yes 111 enablestatic = yes
112 prefix = asterisk 112 prefix = asterisk
113 redirect = / /asterisk/static/docs/index.html 113 redirect = / /asterisk/static/docs/index.html
228 ;; 228 ;;
229 229
230 [general] 230 [general]
231 rtpstart = 7070 231 rtpstart = 7070
232 rtpend = 7089 232 rtpend = 7089
233
234 </file>
235 <file name="sip_notify.conf">
236 ;;
237 ;; sip_notify.conf -- Asterisk NOTIFY automation from command line
238 ;;
239
240 ; rfc3842
241 ; put empty "Content=>" at the end to have CRLF after last body line
242 [clear-mwi]
243 Event=>message-summary
244 Content-type=>application/simple-message-summary
245 Content=>Messages-Waiting: no
246 Content=>Message-Account: sip:asterisk@127.0.0.1
247 Content=>Voice-Message: 0/0 (0/0)
248 Content=>
249
250 ; Aastra
251 [aastra-check-cfg]
252 Event=>check-sync
253
254 [aastra-xml]
255 Event=>aastra-xml
256
257 ; Linksys
258 [linksys-cold-restart]
259 Event=>reboot_now
260
261 [linksys-warm-restart]
262 Event=>restart_now
263
264 ; Polycom
265 [polycom-check-cfg]
266 Event=>check-sync
267
268 ; Sipura
269 [sipura-check-cfg]
270 Event=>resync
271
272 [sipura-get-report]
273 Event=>report
274
275 ; Snom
276 [snom-check-cfg]
277 Event=>check-sync\;reboot=false
278
279 [snom-reboot]
280 Event=>reboot
281
282 ; Cisco
283 [cisco-check-cfg]
284 Event=>check-sync
233 285
234 </file> 286 </file>
235 <file name="extensions.conf"> 287 <file name="extensions.conf">
236 ;; 288 ;;
237 ;; extensions.conf -- Asterisk inbound & outbound call configuration 289 ;; extensions.conf -- Asterisk inbound & outbound call configuration

mercurial