freeswitch/src
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
..
include add metadata functions to sound file api 2006-07-25 22:37:52 +00:00
mod Add strftime app to the dp_tools 2006-07-25 23:51:38 +00:00
switch.c add session counter and make all sessions hang up elegantly on shutdown 2006-07-07 18:59:14 +00:00
switch_buffer.c part 3 of 3 standardizing typedefed types to end in _t. 2006-04-29 23:43:28 +00:00
switch_caller.c update 2006-05-26 16:00:08 +00:00
switch_channel.c Add mod_event_socket remote client module and sample client. 2006-07-22 21:49:52 +00:00
switch_config.c make snprintf commands use the path seperator macro. 2006-06-05 18:12:33 +00:00
switch_console.c fix off by 1 in console cmd handling. Thanks trixter for identifying this. 2006-06-13 21:41:16 +00:00
switch_core.c add metadata functions to sound file api 2006-07-25 22:37:52 +00:00
switch_event.c Change the socket protocol and the sample client to use multiline input 2006-07-25 14:14:07 +00:00
switch_ivr.c add metadata functions to sound file api 2006-07-25 22:37:52 +00:00
switch_loadable_module.c tweaks for wideband tests 2006-07-14 19:42:09 +00:00
switch_log.c update queue len 2006-06-05 17:37:24 +00:00
switch_resample.c part 3 of 3 standardizing typedefed types to end in _t. 2006-04-29 23:43:28 +00:00
switch_rtp.c codec tweak 2006-07-18 18:34:42 +00:00
switch_stun.c part 3 of 3 standardizing typedefed types to end in _t. 2006-04-29 23:43:28 +00:00
switch_utils.c move unix builds to apr 1.2.7, sqlite 3.3.6 and libsndfile 1.0.16 2006-07-25 15:11:15 +00:00
switch_xml.c fix xml no config catch-22 2006-07-19 21:14:49 +00:00