freeswitch/src/mod
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
..
applications Add strftime app to the dp_tools 2006-07-25 23:51:38 +00:00
asr_tts/mod_cepstral add stricter checking 2006-07-24 18:56:20 +00:00
codecs codec tweak 2006-07-18 18:34:42 +00:00
dialplans add speak application 2006-06-09 15:15:58 +00:00
directories/mod_ldap allow msvc build to work from source directory with a space in it. 2006-05-12 22:55:12 +00:00
endpoints fix for mac 2006-07-24 19:16:58 +00:00
event_handlers Change the socket protocol and the sample client to use multiline input 2006-07-25 14:14:07 +00:00
formats/mod_sndfile add metadata functions to sound file api 2006-07-25 22:37:52 +00:00
languages fix msvc build problem downloading some libs. 2006-07-17 14:09:45 +00:00
loggers fix logical error 2006-07-11 17:39:50 +00:00
timers/mod_softtimer C++ says we can't use "interface" as a variable name. 2006-04-30 18:24:24 +00:00
xml_int/mod_xml_rpc make snprintf commands use the path seperator macro. 2006-06-05 18:12:33 +00:00