Rename the directory app/dialplan to app/dialplans to make it more consistent.

This commit is contained in:
markjcrane
2017-09-24 15:56:04 +00:00
parent 1ea9cdb696
commit 2206c2f97c
82 changed files with 0 additions and 0 deletions
@@ -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>