diff -r 73d852a30c9a -r 263143ec0fb2 asterisk/asterisk.txt
--- a/asterisk/asterisk.txt Sun Mar 20 20:00:02 2011 +0100
+++ b/asterisk/asterisk.txt Sun Mar 20 20:03:11 2011 +0100
@@ -105,7 +105,7 @@
bindaddr = 127.0.0.1
bindport = 8088
sslenable = no
-slbindport = 8089
+sslbindport = 8089
sslbindaddr = 127.0.0.1
sslcert = @l_prefix@/etc/asterisk/asterisk.pem
enablestatic = yes
@@ -232,6 +232,58 @@
rtpend = 7089
+
+;;
+;; sip_notify.conf -- Asterisk NOTIFY automation from command line
+;;
+
+; rfc3842
+; put empty "Content=>" at the end to have CRLF after last body line
+[clear-mwi]
+Event=>message-summary
+Content-type=>application/simple-message-summary
+Content=>Messages-Waiting: no
+Content=>Message-Account: sip:asterisk@127.0.0.1
+Content=>Voice-Message: 0/0 (0/0)
+Content=>
+
+; Aastra
+[aastra-check-cfg]
+Event=>check-sync
+
+[aastra-xml]
+Event=>aastra-xml
+
+; Linksys
+[linksys-cold-restart]
+Event=>reboot_now
+
+[linksys-warm-restart]
+Event=>restart_now
+
+; Polycom
+[polycom-check-cfg]
+Event=>check-sync
+
+; Sipura
+[sipura-check-cfg]
+Event=>resync
+
+[sipura-get-report]
+Event=>report
+
+; Snom
+[snom-check-cfg]
+Event=>check-sync\;reboot=false
+
+[snom-reboot]
+Event=>reboot
+
+; Cisco
+[cisco-check-cfg]
+Event=>check-sync
+
+
;;
;; extensions.conf -- Asterisk inbound & outbound call configuration