Update 310_send_to_voicemail.xml

This commit is contained in:
FusionPBX 2019-10-18 12:24:03 -06:00 committed by GitHub
parent 8b69bd35dd
commit fffa9cbd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<context name="{v_context}">
<extension name="send_to_voicemail" number="*99[ext]" continue="false" app_uuid="001d5dab-e0c6-4352-8f06-e9986ee7b0d8">
<extension name="send_to_voicemail" number="*99[ext]" continue="false" app_uuid="001d5dab-e0c6-4352-8f06-e9986ee7b0d8" order="310">
<condition field="destination_number" expression="^\*99(\d{2,10})$">
<action application="answer"/>
<action application="sleep" data="1000"/>
@ -11,4 +11,4 @@
<!--<action application="voicemail" data="default ${domain_name} ${dialed_extension}"/>-->
</condition>
</extension>
</context>
</context>