Rename the directory app/dialplan to app/dialplans to make it more consistent.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="delay_echo" number="*9195" continue="false" app_uuid="fe638409-b347-46d7-9aca-489561df8b35">
|
||||
<condition field="destination_number" expression="^\*9195$">
|
||||
<action application="answer"/>
|
||||
<action application="delay_echo" data="5000"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Reference in New Issue
Block a user