From: Traun Leyden Date: Thu, 1 May 2008 23:39:53 +0000 (+0000) Subject: hello world X-Git-Tag: v1.0-rc4~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34165722a19eb9bd30a0daa8a381cfa2cc76bb4;p=thirdparty%2Ffreeswitch.git hello world git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8242 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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();