Update index.lua
This commit is contained in:
parent
ac20b8208c
commit
a31452eb48
|
|
@ -162,7 +162,7 @@ if (session:ready() and pressed_digit) then
|
||||||
--block calling
|
--block calling
|
||||||
if (pressed_digit == '2') then
|
if (pressed_digit == '2') then
|
||||||
call_control = 'disabled';
|
call_control = 'disabled';
|
||||||
user_context = context_disabled .. '@'.. domain_name;
|
user_context = context_disabled;
|
||||||
call_display = 'Call Disabled';
|
call_display = 'Call Disabled';
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -211,3 +211,4 @@ if (session:ready()) then
|
||||||
session:sleep(2000);
|
session:sleep(2000);
|
||||||
audio_file = "tone_stream://%(200,0,500,600,700)"
|
audio_file = "tone_stream://%(200,0,500,600,700)"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue