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 |