mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Create 520_talking_clock_time.
Add talking clock time dialplan.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<context name="{v_context}">
|
||||
<extension name="talking clock time" number="*9170" app_uuid="ce1786ff-1965-4c18-998a-27a381623534" global="true">
|
||||
<condition field="destination_number" expression="^\*9170$">
|
||||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
<action application="say" data="${default_language} CURRENT_TIME pronounced ${strepoch()}"/>
|
||||
<action application="hangup"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</context>
|
||||
Reference in New Issue
Block a user