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