1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-15 08:29:45 +00:00
This commit is contained in:
Anthony Minessale 2014-03-31 18:22:13 -05:00
parent 3a2736291e
commit 3c994f7898

8
scripts/basic/hello.bas Normal file

@ -0,0 +1,8 @@
s$ = "hello "
s$ = s$ + "world"
FS_LOG "WARNING" s$ + "!"
FS_EXECUTE "playback" "/ram/swimp.raw"