Remove these dialplan entries that were added by another developer. Note to that default feature codes must be prefixed with a *.
This commit is contained in:
parent
f5462e32e7
commit
bc4ba373f9
|
|
@ -1,9 +0,0 @@
|
||||||
<context name="{v_context}">
|
|
||||||
<extension name="recording" app_uuid="54b02bb3-1b34-4caa-b2ad-aac8745fa6b5">
|
|
||||||
<condition field="destination_number" expression="^(2020)$">
|
|
||||||
<action application="answer"/>
|
|
||||||
<action application="set" data="playback_terminators=#"/>
|
|
||||||
<action application="record" data="/tmp/recorded.wav 20 200"/>
|
|
||||||
</condition>
|
|
||||||
</extension>
|
|
||||||
</context>
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
<context name="{v_context}">
|
|
||||||
<extension name="playback" app_uuid="3d1bcf68-6baa-4b5d-8e70-151c16f245b6">
|
|
||||||
<condition field="destination_number" expression="^(2021)$">
|
|
||||||
<action application="answer"/>
|
|
||||||
<action application="set" data="playback_terminators=#"/>
|
|
||||||
<action application="playback" data="/tmp/recorded.wav"/>
|
|
||||||
</condition>
|
|
||||||
</extension>
|
|
||||||
</context>
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
<context name="{v_context}">
|
|
||||||
<extension name="SpeakTime" app_uuid="f8b52879-6f9c-4c40-afb1-2b686ca606aa">
|
|
||||||
<condition field="destination_number" expression="^2910$">
|
|
||||||
<action application="set" data="actime=${strftime(%H:%M)}"/>
|
|
||||||
<action application="set" data="tts_engine=flite"/>
|
|
||||||
<action application="set" data="tts_voice=slt"/>
|
|
||||||
<action application="speak" data="It is +${actime}"/>
|
|
||||||
</condition>
|
|
||||||
</extension>
|
|
||||||
</context>
|
|
||||||
Loading…
Reference in New Issue