1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-08-13 17:38:59 +00:00
Files
freeswitch/scripts/lua/helloworld.lua

5 lines
110 B
Lua
Raw Normal View History

-- Simple answer and playback lua example
session:answer();
session:streamFile("blah.wav");
session:hangup();