From 49bbd87aa6dbcf834b7b3c51bcd8cdf116c690ca Mon Sep 17 00:00:00 2001 From: seanbright Date: Sat, 4 Oct 2008 01:57:45 +0000 Subject: Merged revisions 146312 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r146312 | seanbright | 2008-10-03 21:54:44 -0400 (Fri, 03 Oct 2008) | 8 lines 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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@146314 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip_notify.conf.sample | 43 +++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) (limited to 'configs') diff --git a/configs/sip_notify.conf.sample b/configs/sip_notify.conf.sample index bce379c65..74ee9554b 100644 --- a/configs/sip_notify.conf.sample +++ b/configs/sip_notify.conf.sample @@ -1,11 +1,15 @@ -[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 Content-Length=>0 @@ -14,27 +18,36 @@ Content-Length=>0 Event=>restart_now Content-Length=>0 -[sipura-get-report] -Event=>report +; Polycom + +[polycom-check-cfg] +Event=>check-sync Content-Length=>0 -; Untested -[grandstream-check-cfg] -Event=>sys-control +; Sipura -; Untested -[cisco-check-cfg] -Event=>check-sync +[sipura-check-cfg] +Event=>resync Content-Length=>0 +[sipura-get-report] +Event=>report +Content-Length=>0 + +; snom + [snom-check-cfg] Event=>check-sync\;reboot=false Content-Length=>0 -[aastra-check-cfg] -Event=>check-sync +[snom-reboot] +Event=>reboot Content-Length=>0 -[aastra-xml] -Event=>aastra-xml +;; +;; The following NOTIFY messages are not confirmed to work. +;; + +[cisco-check-cfg] +Event=>check-sync Content-Length=>0 -- cgit v1.2.3