Update 310_send_to_voicemail.xml
This commit is contained in:
parent
8b69bd35dd
commit
fffa9cbd8f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue