rorDebug.lua 159 B

12345678910
  1. function tono(freq)
  2. return function()
  3. app.answer()
  4. for i = 1,20 do
  5. app.playtones(string.format("%d/4000", freq))
  6. app.wait(4)
  7. end
  8. app.hangup()
  9. end
  10. end