[Valet Park] fix caller id for outbound call parks
This commit is contained in:
parent
8d95421fc6
commit
bb683c101d
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue