• 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
名称
最后提交
最后更新
..
mod_bridgecall 正在载入提交数据...
mod_commands 正在载入提交数据...
mod_conference 正在载入提交数据...
mod_dptools 正在载入提交数据...
mod_echo 正在载入提交数据...
mod_ivrtest 正在载入提交数据...
mod_playback 正在载入提交数据...
mod_rss 正在载入提交数据...
mod_skel 正在载入提交数据...