[asterisk-commits] seanbright: trunk r146312 - /trunk/configs/sip_notify.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 3 20:54:45 CDT 2008
Author: seanbright
Date: Fri Oct 3 20:54:44 2008
New Revision: 146312
URL: http://svn.digium.com/view/asterisk?view=rev&rev=146312
Log:
Add ability to remotely reboot snom phones. Also cleaned up and
reorganized sip_notify.conf.sample a bit as well. Tested snom
reboot on snom 360 and verified snom-check-cfg worked as well.
(closes issue #13601)
Reported by: mjc
Tested by: seanbright
Modified:
trunk/configs/sip_notify.conf.sample
Modified: trunk/configs/sip_notify.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip_notify.conf.sample?view=diff&rev=146312&r1=146311&r2=146312
==============================================================================
--- trunk/configs/sip_notify.conf.sample (original)
+++ trunk/configs/sip_notify.conf.sample Fri Oct 3 20:54:44 2008
@@ -1,10 +1,14 @@
-[polycom-check-cfg]
+; Aastra
+
+[aastra-check-cfg]
Event=>check-sync
Content-Length=>0
-[sipura-check-cfg]
-Event=>resync
+[aastra-xml]
+Event=>aastra-xml
Content-Length=>0
+
+; Linksys
[linksys-cold-restart]
Event=>reboot_now
@@ -14,27 +18,36 @@
Event=>restart_now
Content-Length=>0
+; Polycom
+
+[polycom-check-cfg]
+Event=>check-sync
+Content-Length=>0
+
+; Sipura
+
+[sipura-check-cfg]
+Event=>resync
+Content-Length=>0
+
[sipura-get-report]
Event=>report
Content-Length=>0
-; Untested
-[grandstream-check-cfg]
-Event=>sys-control
-
-; Untested
-[cisco-check-cfg]
-Event=>check-sync
-Content-Length=>0
+; snom
[snom-check-cfg]
Event=>check-sync\;reboot=false
Content-Length=>0
-[aastra-check-cfg]
+[snom-reboot]
+Event=>reboot
+Content-Length=>0
+
+;;
+;; The following NOTIFY messages are not confirmed to work.
+;;
+
+[cisco-check-cfg]
Event=>check-sync
Content-Length=>0
-
-[aastra-xml]
-Event=>aastra-xml
-Content-Length=>0
More information about the asterisk-commits
mailing list