1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-08-14 09:58:17 +00:00
Files
build
clients
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
fscomm
htdocs
libs
patches
scripts
applescript
c
ci
javascript
lua
api.lua
callback.lua
helloworld.lua
mwi_event.lua
originate.lua
sound_test.lua
zrtp_agent.lua
zrtp_proxy_media.lua
perl
php
py_modules
python
rss
sql
trace
build_freeswitch_svn
check-gitignore.sh
dailys.sh
deb_test_build.sh
debug_sofia.sh
freeswitch-gcore
freeswitch-reporter
freeswitch.pkg_deps.sh
freeswitch.sh
fsxs.in
gentls_cert.in
m4a-to-wav.sh
setup-git.sh
tagscript.sh
yes_no.gram
src
support-d
w32
web
.gitattributes
.gitignore
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.sln
Freeswitch.2008.sln
Freeswitch.2008.sln.debug.bat
Freeswitch.2008.sln.release.bat
Freeswitch.2010.express.sln
Freeswitch.2010.sln
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
cc.sh
cluecon.tmpl
cluecon2.tmpl
cluecon2_small.tmpl
cluecon_small.tmpl
configure.in
devel-bootstrap.sh
erlang.spec
freeswitch-sounds-en-us-callie.spec
freeswitch-sounds-music.spec
freeswitch-sounds-ru-RU-elena.spec
freeswitch.spec
swig_common.i
freeswitch/scripts/lua/helloworld.lua
Brian West 7718ccc1e5 elaborate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 00:24:09 +00:00

5 lines
110 B
Lua

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