Update {$mac}.xml (#6495)

Add variable options for Line Echo Canceller & Network Echo Suppressor
This commit is contained in:
hershyheilpern 2022-12-03 16:48:23 -05:00 committed by GitHub
parent e8d01efc58
commit ec91cbb962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 4 deletions

View File

@ -1368,12 +1368,26 @@
<!-- # Disable Line Echo Canceller (LEC). 0 - No, 1 - Yes -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P824>0</P824>
{if isset($line_echo_canceller)}
<P824>{$line_echo_canceller}</P824>
{elseif isset($line_1_echo_canceller)}
<P824>{$line_1_echo_canceller}</P824>
{else}
<P824>0</P824>
{/if}
<!-- # Disable Network Echo Suppressor. 0 - No, 1 - Yes -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P4441>0</P4441>
{if isset($line_echo_suppressor)}
<P4441>{$line_echo_suppressor}</P4441>
{elseif isset($line_1_echo_suppressor)}
<P4441>{$line_1_echo_suppressor}</P4441>
{else}
<P4441>0</P4441>
{/if}
<!-- # Outgoing Call Duration Limit. (0-180 minutes, default is 0 (No Limit)) -->
<!-- # Number: 0~180 -->
@ -2241,12 +2255,26 @@
<!-- # Disable Line Echo Canceller (LEC). 0 - No, 1 - Yes -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P825>0</P825>
{if isset($line_echo_canceller)}
<P825>{$line_echo_canceller}</P825>
{elseif isset($line_2_echo_canceller)}
<P825>{$line_2_echo_canceller}</P825>
{else}
<P825>0</P825>
{/if}
<!-- # Disable Network Echo Suppressor. 0 - No, 1 - Yes -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P4442>0</P4442>
{if isset($line_echo_suppressor)}
<P4442>{$line_echo_suppressor}</P4442>
{elseif isset($line_2_echo_suppressor)}
<P4442>{$line_2_echo_suppressor}</P4442>
{else}
<P4442>0</P4442>
{/if}
<!-- # Outgoing Call Duration Limit. (0-180 minutes, default is 0 (No Limit)) -->
<!-- # Number: 0~180 -->