• 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
名称
最后提交
最后更新
..
private 正在载入提交数据...
switch.h 正在载入提交数据...
switch_am_config.h.in 正在载入提交数据...
switch_apr.h 正在载入提交数据...
switch_bitpack.h 正在载入提交数据...
switch_buffer.h 正在载入提交数据...
switch_caller.h 正在载入提交数据...
switch_channel.h 正在载入提交数据...
switch_config.h 正在载入提交数据...
switch_console.h 正在载入提交数据...
switch_core.h 正在载入提交数据...
switch_core_db.h 正在载入提交数据...
switch_core_event_hook.h 正在载入提交数据...
switch_cpp.h 正在载入提交数据...
switch_event.h 正在载入提交数据...
switch_frame.h 正在载入提交数据...
switch_ivr.h 正在载入提交数据...
switch_loadable_module.h 正在载入提交数据...
switch_log.h 正在载入提交数据...
switch_module_interfaces.h 正在载入提交数据...
switch_odbc.h 正在载入提交数据...
switch_platform.h 正在载入提交数据...
switch_regex.h 正在载入提交数据...
switch_resample.h 正在载入提交数据...
switch_rtp.h 正在载入提交数据...
switch_scheduler.h 正在载入提交数据...
switch_stun.h 正在载入提交数据...
switch_types.h 正在载入提交数据...
switch_utils.h 正在载入提交数据...
switch_version.h.template 正在载入提交数据...
switch_xml.h 正在载入提交数据...