mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the handling for * with stream file.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
if (type == "dtmf") then
|
||||
freeswitch.console_log("info", "[streamfile] dtmf digit: " .. obj['digit'] .. ", duration: " .. obj['duration'] .. "\n");
|
||||
if (obj['digit'] == "*") then
|
||||
return false; --end playback
|
||||
return("false"); --return to previous
|
||||
elseif (obj['digit'] == "0") then
|
||||
return("restart"); --start over
|
||||
elseif (obj['digit'] == "1") then
|
||||
|
||||
Reference in New Issue
Block a user