Update {$mac}.xml (#4790)

This commit is contained in:
Len
2019-10-16 22:34:18 -04:00
committed by FusionPBX
parent 311024d394
commit 925d330be1

View File

@@ -764,9 +764,11 @@
<!-- FAX Mode. 0 - T.38 (Auto Detect), 1 - Pass Through -->
<!-- Number: 0, 1 -->
<!-- Mandatory -->
{if $grandstream_disable_fax_t38 == '1'}<P228>1</P228>
{else}<P228>0</P228>
{/if}
{if isset($grandstream_fax_mode)}
<P228>1</P228>
{else}
<P228>0</P228>
{/if}
<!-- Re-INVITE After Fax Tone Detected. 0 - Disabled, 1 - Enabled. -->