mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
example
This commit is contained in:
parent
3a2736291e
commit
3c994f7898
8
scripts/basic/hello.bas
Normal file
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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user