1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-22 01:24:02 +00:00

5 lines
110 B
Lua
Raw Normal View History

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