Dialplan - Wakeup Call: Remove deprecated pin_number reference.
This commit is contained in:
parent
e1713bfc0b
commit
9438b6979b
|
|
@ -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="pin_number={v_pin_number}"/>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ function is_numeric(text)
|
|||
end
|
||||
|
||||
--set the default values for the variables
|
||||
pin_number = "";
|
||||
max_tries = 3;
|
||||
digit_timeout = 3000;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue