[asterisk-commits] pabelanger: trunk r322190 - in /trunk: ./ configs/sip_notify.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jun 7 13:01:32 CDT 2011


Author: pabelanger
Date: Tue Jun  7 13:01:28 2011
New Revision: 322190

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=322190
Log:
Merged revisions 322189 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r322189 | pabelanger | 2011-06-07 13:59:13 -0400 (Tue, 07 Jun 2011) | 4 lines
  
  Use correct syntax for 'sip notify snom-reboot'
  
  (closes issue ASTERISK-17915)
........

Modified:
    trunk/   (props changed)
    trunk/configs/sip_notify.conf.sample

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/configs/sip_notify.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip_notify.conf.sample?view=diff&rev=322190&r1=322189&r2=322190
==============================================================================
--- trunk/configs/sip_notify.conf.sample (original)
+++ trunk/configs/sip_notify.conf.sample Tue Jun  7 13:01:28 2011
@@ -44,7 +44,7 @@
 Event=>check-sync\;reboot=false
 
 [snom-reboot]
-Event=>reboot
+Event=>check-sync\;reboot=true
 
 ; Cisco
 




More information about the asterisk-commits mailing list