From ec91cbb962979a17b52f4dd51155c597062f2acc Mon Sep 17 00:00:00 2001 From: hershyheilpern Date: Sat, 3 Dec 2022 16:48:23 -0500 Subject: [PATCH] Update {$mac}.xml (#6495) Add variable options for Line Echo Canceller & Network Echo Suppressor --- .../provision/grandstream/ht802/{$mac}.xml | 36 ++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/resources/templates/provision/grandstream/ht802/{$mac}.xml b/resources/templates/provision/grandstream/ht802/{$mac}.xml index c22e294580..131599932e 100644 --- a/resources/templates/provision/grandstream/ht802/{$mac}.xml +++ b/resources/templates/provision/grandstream/ht802/{$mac}.xml @@ -1368,12 +1368,26 @@ - 0 + {if isset($line_echo_canceller)} + {$line_echo_canceller} + {elseif isset($line_1_echo_canceller)} + {$line_1_echo_canceller} + {else} + 0 + {/if} + + - 0 + {if isset($line_echo_suppressor)} + {$line_echo_suppressor} + {elseif isset($line_1_echo_suppressor)} + {$line_1_echo_suppressor} + {else} + 0 + {/if} @@ -2241,12 +2255,26 @@ - 0 + {if isset($line_echo_canceller)} + {$line_echo_canceller} + {elseif isset($line_2_echo_canceller)} + {$line_2_echo_canceller} + {else} + 0 + {/if} + + - 0 + {if isset($line_echo_suppressor)} + {$line_echo_suppressor} + {elseif isset($line_2_echo_suppressor)} + {$line_2_echo_suppressor} + {else} + 0 + {/if}