From a34165722a19eb9bd30a0daa8a381cfa2cc76bb4 Mon Sep 17 00:00:00 2001 From: Traun Leyden Date: Thu, 1 May 2008 23:39:53 +0000 Subject: [PATCH] hello world git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8242 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- scripts/lua/helloworld.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/lua/helloworld.lua diff --git a/scripts/lua/helloworld.lua b/scripts/lua/helloworld.lua new file mode 100644 index 0000000000..3c62b33ea8 --- /dev/null +++ b/scripts/lua/helloworld.lua @@ -0,0 +1 @@ +session:answer(); session:streamFile("blah.wav"); session:hangup();