freeswitch/conf/autoload_configs
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
..
2008-09-29 05:26:38 +00:00
2008-11-10 08:15:00 +00:00
2009-04-11 03:14:17 +00:00
2008-09-29 15:53:36 +00:00
2007-12-12 03:12:43 +00:00
2009-01-02 04:38:12 +00:00
2008-03-26 22:14:09 +00:00
2008-09-05 21:20:15 +00:00
2009-03-20 15:28:50 +00:00
2009-04-14 22:41:34 +00:00
2008-12-12 23:53:37 +00:00
2008-12-17 01:53:46 +00:00
2008-02-15 20:29:49 +00:00
2008-12-12 23:53:37 +00:00
2009-04-28 23:46:18 +00:00
2009-04-01 23:10:52 +00:00
2009-03-18 18:56:36 +00:00
2008-01-14 20:35:41 +00:00
2009-04-06 16:36:33 +00:00
2008-11-19 17:37:10 +00:00
2009-03-03 20:20:27 +00:00