1. 03 5月, 2009 1 次提交
  2. 02 5月, 2009 1 次提交
  3. 01 5月, 2009 6 次提交
  4. 30 4月, 2009 12 次提交
  5. 29 4月, 2009 19 次提交
  6. 28 4月, 2009 1 次提交
    • Anthony Minessale's avatar
      Stings of files · e223c655
      Anthony Minessale 提交于
      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
      e223c655