asterisk/asterisk.txt

changeset 311
263143ec0fb2
parent 310
73d852a30c9a
child 347
10bd406e1c51
     1.1 --- a/asterisk/asterisk.txt	Sun Mar 20 20:00:02 2011 +0100
     1.2 +++ b/asterisk/asterisk.txt	Sun Mar 20 20:03:11 2011 +0100
     1.3 @@ -105,7 +105,7 @@
     1.4  bindaddr           = 127.0.0.1
     1.5  bindport           = 8088
     1.6  sslenable          = no
     1.7 -slbindport         = 8089
     1.8 +sslbindport        = 8089
     1.9  sslbindaddr        = 127.0.0.1
    1.10  sslcert            = @l_prefix@/etc/asterisk/asterisk.pem
    1.11  enablestatic       = yes
    1.12 @@ -232,6 +232,58 @@
    1.13  rtpend             = 7089
    1.14  
    1.15  </file>
    1.16 +<file name="sip_notify.conf">
    1.17 +;;
    1.18 +;;  sip_notify.conf -- Asterisk NOTIFY automation from command line
    1.19 +;;
    1.20 +
    1.21 +; rfc3842
    1.22 +; put empty "Content=>" at the end to have CRLF after last body line
    1.23 +[clear-mwi]
    1.24 +Event=>message-summary
    1.25 +Content-type=>application/simple-message-summary
    1.26 +Content=>Messages-Waiting: no
    1.27 +Content=>Message-Account: sip:asterisk@127.0.0.1
    1.28 +Content=>Voice-Message: 0/0 (0/0)
    1.29 +Content=>
    1.30 +
    1.31 +; Aastra
    1.32 +[aastra-check-cfg]
    1.33 +Event=>check-sync
    1.34 +
    1.35 +[aastra-xml]
    1.36 +Event=>aastra-xml
    1.37 +
    1.38 +; Linksys
    1.39 +[linksys-cold-restart]
    1.40 +Event=>reboot_now
    1.41 +
    1.42 +[linksys-warm-restart]
    1.43 +Event=>restart_now
    1.44 +
    1.45 +; Polycom
    1.46 +[polycom-check-cfg]
    1.47 +Event=>check-sync
    1.48 +
    1.49 +; Sipura
    1.50 +[sipura-check-cfg]
    1.51 +Event=>resync
    1.52 +
    1.53 +[sipura-get-report]
    1.54 +Event=>report
    1.55 +
    1.56 +; Snom
    1.57 +[snom-check-cfg]
    1.58 +Event=>check-sync\;reboot=false
    1.59 +
    1.60 +[snom-reboot]
    1.61 +Event=>reboot
    1.62 +
    1.63 +; Cisco
    1.64 +[cisco-check-cfg]
    1.65 +Event=>check-sync
    1.66 +
    1.67 +</file>
    1.68  <file name="extensions.conf">
    1.69  ;;
    1.70  ;;  extensions.conf -- Asterisk inbound & outbound call configuration

mercurial