freeswitch/build
Anthony Minessale e223c655b8 Stings of files
method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser 
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 23:46:18 +00:00
..
config fix odbc detection to not try to use odbc when no headers are installed 2009-03-26 02:45:04 +00:00
freeswitch.build/freeswitch.pbxindex add freeswitch xcode project shell. Nothing here yet. 2007-11-02 18:22:24 +00:00
Makefile more info 2009-01-13 23:16:12 +00:00
buildlib.sh move module make to it's own makefile 2007-03-13 02:26:00 +00:00
buildopal.sh buildopal make sure you have flex and bison installed first 2008-12-16 03:56:11 +00:00
curses.patch add more stuff for rpm's 2007-11-20 23:39:44 +00:00
fixautoconf.sh add fixautoconf 2007-05-09 01:33:10 +00:00
fixautomake.sh use newer versions 2007-09-19 14:58:40 +00:00
fixlibtool.sh use newer versions 2007-09-19 14:58:40 +00:00
freeswitch.init.archlinux FSSCRIPTS-10 thanks Sergey 2008-12-15 18:14:53 +00:00
freeswitch.init.redhat make settings in init file configurable for people that compile freeswitch by hand 2009-02-17 09:40:32 +00:00
freeswitch.init.suse Cleaning leftovers from peters init file mistakes hehe 2007-12-01 18:35:51 +00:00
freeswitch.ld.so.conf add more stuff for rpm's 2007-11-20 23:39:44 +00:00
freeswitch.monitrc - added mod_python 2009-02-17 11:29:15 +00:00
freeswitch.sysconfig we moved this to the init file instead as you allways need it 2008-03-19 18:36:56 +00:00
gen_indent.pl add gen_indent.pl 2008-05-27 04:31:01 +00:00
getlib.sh.in fix getlib.sh's curl/wget detection 2009-02-20 04:38:54 +00:00
getsounds.sh.in Add quotes (fbsd sh needs them) and check if the command can be executed 2008-03-29 18:56:20 +00:00
ignore_helper.pl update copyright 2009-02-13 23:37:37 +00:00
indent_options.sh indent pass 1 2008-05-27 04:30:03 +00:00
modmake.rules.in we need DYNAMIC_LIB_EXTEN for mod_perl and others 2009-04-15 03:05:37 +00:00
modules.conf.in Stings of files 2009-04-28 23:46:18 +00:00
moh_version.txt use sound_version.txt and moh_version.txt to determine sound file version on windows (FSBUILD-152) 2009-04-21 04:34:41 +00:00
sounds_version.txt use sound_version.txt and moh_version.txt to determine sound file version on windows (FSBUILD-152) 2009-04-21 04:34:41 +00:00
swigall.sh integrate mod_managed into make swigall and fix mod_managed linux build 2008-10-03 18:40:01 +00:00
turbo_build.sh tweak 2009-02-16 13:57:25 +00:00