freeswitch/src/mod/applications
Anthony Minessale c48208e578 Add strftime app to the dp_tools
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
2006-07-25 23:51:38 +00:00
..
mod_bridgecall update 2006-05-26 16:00:08 +00:00
mod_commands enhance the show command 2006-07-20 03:55:07 +00:00
mod_conference add stricter checking 2006-07-24 18:56:20 +00:00
mod_dptools Add strftime app to the dp_tools 2006-07-25 23:51:38 +00:00
mod_echo C++ says we can't use "interface" as a variable name. 2006-04-30 18:24:24 +00:00
mod_ivrtest rearrange the furnature 2006-07-12 18:39:19 +00:00
mod_playback rearrange the furnature 2006-07-12 18:39:19 +00:00
mod_rss rss string tweaks 2006-07-12 22:03:00 +00:00
mod_skel fix mod_wanpipe types 2006-05-01 04:29:44 +00:00