From: Anthony Minessale Date: Mon, 31 Mar 2014 23:22:13 +0000 (-0500) Subject: example X-Git-Tag: v1.5.12~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c994f789867d5f5218fa0f2b809fc2861e9b20b;p=thirdparty%2Ffreeswitch.git example --- diff --git a/scripts/basic/hello.bas b/scripts/basic/hello.bas new file mode 100644 index 0000000000..67d629ed20 --- /dev/null +++ b/scripts/basic/hello.bas @@ -0,0 +1,8 @@ + +s$ = "hello " +s$ = s$ + "world" + +FS_LOG "WARNING" s$ + "!" +FS_EXECUTE "playback" "/ram/swimp.raw" + +