From ac4030854380ba24058cf9ea1fd6544652a16dfe Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Mon, 15 Mar 2021 13:48:18 -0600
Subject: [PATCH] fixed pcode mistype for call waiting
---
resources/templates/provision/grandstream/grp2612/{$mac}.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/templates/provision/grandstream/grp2612/{$mac}.xml b/resources/templates/provision/grandstream/grp2612/{$mac}.xml
index 228d1f35b6..b32a67d986 100644
--- a/resources/templates/provision/grandstream/grp2612/{$mac}.xml
+++ b/resources/templates/provision/grandstream/grp2612/{$mac}.xml
@@ -3486,7 +3486,7 @@
{if $grandstream_call_waiting_ring == "0"} 0{/if}
{if $grandstream_call_waiting_ring == "1"} 1{/if}
{else}
-1
+1
{/if}