Add grandstream_transfer_mode_via_vpk

This commit is contained in:
FusionPBX 2025-03-03 18:50:44 -07:00 committed by GitHub
parent 6baa6973f3
commit 9fcfc7276a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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