mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
10 lines
495 B
XML
10 lines
495 B
XML
<context name="{v_context}">
|
|
<extension name="caller-details" continue="true" app_uuid="5c491a3e-f587-44df-970a-cd4352aa6f64">
|
|
<condition field="${caller_destination}" expression="^$" break="never">
|
|
<action application="set" data="caller_destination=${destination_number}" inline="true"/>
|
|
<action application="set" data="caller_id_name=${caller_id_name}" inline="true"/>
|
|
<action application="set" data="caller_id_number=${caller_id_number}"/>
|
|
</condition>
|
|
</extension>
|
|
</context>
|