Update on_dtmf.lua
This commit is contained in:
parent
8074cff3d5
commit
9ea2adba59
|
|
@ -37,7 +37,7 @@
|
|||
if (stream_seek == true) then
|
||||
if (dtmf_digits == "4") then
|
||||
dtmf_digits = "";
|
||||
return("seek:-10000");
|
||||
return("seek:-5000");
|
||||
end
|
||||
if (dtmf_digits == "5") then
|
||||
dtmf_digits = "";
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
end
|
||||
if (dtmf_digits == "6") then
|
||||
dtmf_digits = "";
|
||||
return("seek:+10000");
|
||||
return("seek:+5000");
|
||||
end
|
||||
end
|
||||
if (string.len(dtmf_digits) >= max_digits) then
|
||||
|
|
|
|||
Loading…
Reference in New Issue