Merge pull request #5929 from greenbea/patch-38

[Valet Park] fix caller id for outbound call parks
This commit is contained in:
FusionPBX
2021-05-05 21:17:35 -06:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
</condition>
<condition field="${park_in_use}" expression="true" break="never">
<action application="transfer" data="${referred_by_user} XML ${context}"/>
<anti-action application="set" data="effective_caller_id_name=park#${caller_id_name}" inline="true"/>
<anti-action application="set" data="effective_caller_id_name=${cond ${regex ${direction} | inbound} == true ? 'park#${caller_id_name}' : 'park#${callee_id_name}'}" inline="true"/>
<anti-action application="set" data="valet_parking_timeout=180"/>
<anti-action application="set" data="valet_hold_music=${hold_music}"/>
<anti-action application="set" data="valet_parking_orbit_exten=${referred_by_user}"/>