Create 530_talking_clock_date_and_time.xml
This commit is contained in:
parent
b5d50ed812
commit
5d9558adfd
|
|
@ -0,0 +1,10 @@
|
|||
<context name="{v_context}">
|
||||
<extension name="talking clock date and time" number="*9171" app_uuid="3ce3d9a1-c7bd-45f6-a81f-37f526b4fe73" global="true">
|
||||
<condition field="destination_number" expression="^\*9172$">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
<action application="say" data="${default_language} CURRENT_DATE_TIME pronounced ${strepoch()}"/>
|
||||
<action application="hangup"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Loading…
Reference in New Issue