Add grandstream_transfer_mode_via_vpk

This commit is contained in:
FusionPBX
2025-03-03 18:47:28 -07:00
committed by GitHub
parent 150eeccd5e
commit 6baa6973f3

View File

@@ -2138,7 +2138,11 @@
<!-- # Transfer Mode via VPK/MPK. -->
<!-- BlindTransfer, AttendedTransfer, NewCall -->
{if isset($grandstream_transfer_mode_via_vpk)}
<item name="call.transfer.modeViaVpk">{$grandstream_transfer_mode_via_vpk}</item>
{else}
<item name="call.transfer.modeViaVpk">BlindTransfer</item>
{/if}
<!-- # Show On Hold Duration. Yes or No -->
<item name="call.hold.showHoldDuration.enable">Yes</item>