Create 895_call-forward-no-answer.xml

Add new way to handle call forward no answer
This commit is contained in:
FusionPBX 2024-10-25 13:09:17 -06:00 committed by GitHub
parent 6e1ef36821
commit 575db5c918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<extension name="call-forward-no-answer" number="" context="global" continue="false" app_uuid="4922d8a5-d636-4354-b14d-bd6fdc79dc61" global="true" order="895">
<condition field="${forward_no_answer_enabled}" expression="^true$">
<action application="transfer" data="${forward_no_answer_destination} XML ${context}"/>
</condition>
</extension>