Dialplan - Wakeup Call: Correct sounds_dir variable used in previous commit.

This commit is contained in:
fusionate 2023-02-14 00:51:37 +00:00
parent 9438b6979b
commit fe616a6ce8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<extension name="wake-up" number="*925" continue="false" app_uuid="e27abe68-41c0-4188-bb0f-67d93de0c610" order="440">
<condition field="destination_number" expression="^\*(925)$">
<action application="answer"/>
<action application="set" data="wakeup_call_sound={sounds_dir}/en/us/callie/ivr/48000/ivr-wakey_wakey_sunshine.wav" enabled="false"/>
<action application="set" data="wakeup_call_sound=$${sounds_dir}/en/us/callie/ivr/48000/ivr-wakey_wakey_sunshine.wav" enabled="false"/>
<action application="set" data="time_zone_offset=-7"/>
<action application="lua" data="wakeup.lua"/>
</condition>