From 7aa853d1a984d91fda01f434da3769553d48b341 Mon Sep 17 00:00:00 2001 From: demonspork Date: Mon, 25 Nov 2019 16:21:18 -0600 Subject: [PATCH] =?UTF-8?q?Add=20grandstream=5Fcall=5Fwaiting=20and=20sip?= =?UTF-8?q?=5Fport=20variables=20to=20Grandstream=20AT=E2=80=A6=20(#4887)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add grandstream_call_waiting and sip_port variables to Grandstream ATA Templates * Disable Local Feature Codes --- .../provision/grandstream/ht802/{$mac}.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/templates/provision/grandstream/ht802/{$mac}.xml b/resources/templates/provision/grandstream/ht802/{$mac}.xml index 19f03c6f56..523606e3bc 100644 --- a/resources/templates/provision/grandstream/ht802/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht802/{$mac}.xml @@ -536,7 +536,7 @@ -{$account.1.server_address} +{$account.1.server_address}:{$account.1.sip_port} @@ -873,7 +873,7 @@ - 1 + 0 @@ -933,7 +933,11 @@ + {if isset($grandstream_call_waiting)} + {$grandstream_call_waiting} + {else} 0 + {/if} @@ -1429,7 +1433,7 @@ -{$account.2.server_address} +{$account.2.server_address}:{$account.2.sip_port} @@ -1810,7 +1814,11 @@ + {if isset($grandstream_call_waiting)} + {$grandstream_call_waiting} + {else} 0 + {/if}