Update 280_call_return.xml

This commit is contained in:
FusionPBX 2019-10-18 12:20:47 -06:00 committed by GitHub
parent 25e9c3ccf1
commit db5fb988a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<context name="{v_context}"> <context name="{v_context}">
<extension name="call_return" number="*69" continue="false" app_uuid="fa516204-920f-4802-8bb1-04c6a010bfe1"> <extension name="call_return" number="*69" continue="false" app_uuid="fa516204-920f-4802-8bb1-04c6a010bfe1" order="280">
<condition field="destination_number" expression="^\*69$"> <condition field="destination_number" expression="^\*69$">
<action application="transfer" data="${hash(select/${domain_name}-call_return/${caller_id_number})}"/> <action application="transfer" data="${hash(select/${domain_name}-call_return/${caller_id_number})}"/>
</condition> </condition>
</extension> </extension>
</context> </context>