]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hello world
authorTraun Leyden <tleyden@branchcut.com>
Thu, 1 May 2008 23:39:53 +0000 (23:39 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Thu, 1 May 2008 23:39:53 +0000 (23:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8242 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/lua/helloworld.lua [new file with mode: 0644]

diff --git a/scripts/lua/helloworld.lua b/scripts/lua/helloworld.lua
new file mode 100644 (file)
index 0000000..3c62b33
--- /dev/null
@@ -0,0 +1 @@
+session:answer(); session:streamFile("blah.wav"); session:hangup();