• Anthony Minessale's avatar
    add playback_terminators variable · 1ae9e8f6
    Anthony Minessale 提交于
    This is valid for playback, gentones, record and speak
    value may be a string of valid terminator characters, or the word 'none'
    the default of * will always work unless overridden by 'none'. This is for backward compat.
    
      <extension name="8000">
        <condition field="destination_number" expression="^8000$">
          <action application="answer"/>
          <!--both * and # will stop the playback-->
          <action application="set" data="playback_terminators=#*"/>
          <action application="playback" data="/ram/swimp.raw"/>
        </condition>
      </extension>
    
    
    
    
    
    
    git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5888 d0543943-73ff-0310-b7d9-9358b9ac24b2
    1ae9e8f6
名称
最后提交
最后更新
..
mod_dptools.c 正在载入提交数据...
mod_dptools.vcproj 正在载入提交数据...