[Freeswitch-svn] [commit] r8242 - freeswitch/trunk/scripts/lua
Freeswitch SVN
greenlizard at freeswitch.org
Thu May 1 19:39:54 EDT 2008
Author: greenlizard
Date: Thu May 1 19:39:53 2008
New Revision: 8242
Added:
freeswitch/trunk/scripts/lua/helloworld.lua
Log:
hello world
Added: freeswitch/trunk/scripts/lua/helloworld.lua
==============================================================================
--- (empty file)
+++ freeswitch/trunk/scripts/lua/helloworld.lua Thu May 1 19:39:53 2008
@@ -0,0 +1 @@
+session:answer(); session:streamFile("blah.wav"); session:hangup();
More information about the Freeswitch-svn
mailing list