From e215309879872140e8797767f807b8384110c3c7 Mon Sep 17 00:00:00 2001
From: AutomationSingularity
<74023398+AutomationSingularity@users.noreply.github.com>
Date: Mon, 15 Mar 2021 13:45:21 -0500
Subject: [PATCH] fixed pcode misstype for call waiting
---
resources/templates/provision/grandstream/grp2615/{$mac}.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/templates/provision/grandstream/grp2615/{$mac}.xml b/resources/templates/provision/grandstream/grp2615/{$mac}.xml
index c93b38aa22..424007eb08 100644
--- a/resources/templates/provision/grandstream/grp2615/{$mac}.xml
+++ b/resources/templates/provision/grandstream/grp2615/{$mac}.xml
@@ -6510,7 +6510,7 @@
{if $grandstream_call_waiting_ring == "0"} 0{/if}
{if $grandstream_call_waiting_ring == "1"} 1{/if}
{else}
-1
+1
{/if}