mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Make vmain_user a global dialplan
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- voicemail provide user extension -->
|
||||
<extension name="vmain_user" number="*97" context="${domain_name}" continue="false" app_uuid="5d47ab13-f25d-4f62-a68e-2a7d945d05b7" order="330">
|
||||
<extension name="vmain_user" number="*97" context="global" continue="false" app_uuid="5d47ab13-f25d-4f62-a68e-2a7d945d05b7" global="true" order="330">
|
||||
<condition field="destination_number" expression="^\*97$">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
|
||||
Reference in New Issue
Block a user