From 5ea386da9e5ae8250d1cce42e3735fba6d15cb1b Mon Sep 17 00:00:00 2001 From: Caleb Date: Wed, 7 Mar 2018 12:51:22 -0800 Subject: [PATCH] Changed NOTIFY Event header for Grandstream phones (#3014) Changed SIP NOTIFY Event header for Grandstream phones to allow provisioning with out requiring a reboot of the device. Based on communication with a Grandstream support rep. Tested on Grandstream GXP2130 and GXP2160 models. --- resources/install/scripts/app/event_notify/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install/scripts/app/event_notify/index.lua b/resources/install/scripts/app/event_notify/index.lua index 42aa5c11f8..215d975dc8 100644 --- a/resources/install/scripts/app/event_notify/index.lua +++ b/resources/install/scripts/app/event_notify/index.lua @@ -91,7 +91,7 @@ event:addHeader('event-string', 'check-sync;reboot=true'); end if (command == "check_sync") then - event:addHeader('event-string', 'check-sync;reboot=false'); + event:addHeader('event-string', 'resync'); end end