• Anthony Minessale's avatar
    Add strftime app to the dp_tools · c48208e5
    Anthony Minessale 提交于
    Use in the dialplan like so:
    
    <!-- continue="true" means keep searching even when you have a match -->
    <extension name="set-date" continue="true">
      <condition>
        <action application="strftime" data="NOW=%H:%M"/>
      </condition>
    </extension>
    
    <extension name="route-date">
      <condition field="$NOW" expression="^0[34].*">
        <action application="playback" data="/tmp/cluecon1.wav"/>
      </condition>
    </extension>
    
    
    
    
    
    git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2144 d0543943-73ff-0310-b7d9-9358b9ac24b2
    c48208e5
名称
最后提交
最后更新
..
include 正在载入提交数据...
mod 正在载入提交数据...
switch.c 正在载入提交数据...
switch_buffer.c 正在载入提交数据...
switch_caller.c 正在载入提交数据...
switch_channel.c 正在载入提交数据...
switch_config.c 正在载入提交数据...
switch_console.c 正在载入提交数据...
switch_core.c 正在载入提交数据...
switch_event.c 正在载入提交数据...
switch_ivr.c 正在载入提交数据...
switch_loadable_module.c 正在载入提交数据...
switch_log.c 正在载入提交数据...
switch_resample.c 正在载入提交数据...
switch_rtp.c 正在载入提交数据...
switch_stun.c 正在载入提交数据...
switch_utils.c 正在载入提交数据...
switch_xml.c 正在载入提交数据...