Go to file
Anthony Minessale a039d870c3 Add events around all application execution:
fire SWITCH_EVEHT_CHANNEL_EXECUTE
<execute app>
fire SWITCH_EVEHT_CHANNEL_EXECUTE_COMPLETE

This can be used in async socket connections to tell
when a queued application has finished executing.



Add the "event" application to the dialplan:

<action application="event" data="header1=val1,header2=val2"/>

Events fired from this applcation will always have the type SWITCH_EVENT_CHANNEL_APPLICATION.

You can add up to 25 headers of your own to the event via the application arguements.





git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5448 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-23 05:41:07 +00:00
build add stuff for mod_radius_cdr 2007-06-18 15:40:34 +00:00
conf merge mod_bridgecall, mod_echo, mod_park, and mod_playback all into mod_dptools. You will need to remove these from your modules.conf and configuration files. 2007-06-13 16:00:14 +00:00
docs merge changes from MODLANG-18 fix multiple odbc and spidermonkey odbc issues. 2007-06-08 14:39:09 +00:00
libs fix windows build. 2007-06-20 15:13:46 +00:00
scripts avoiding racing cpu (part 2) 2007-06-23 03:26:12 +00:00
src Add events around all application execution: 2007-06-23 05:41:07 +00:00
support update public key 2006-11-28 19:07:29 +00:00
w32 make msi work for now. 2007-06-20 18:53:49 +00:00
Freeswitch.sln add more modules to new mod loader macros/api. 2007-06-20 08:41:55 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am tweak for editline stuff 2007-05-14 16:20:57 +00:00
acinclude.m4 remove a generated file, add libcurl.m4 back. this will require a fresh bootstrap and configure 2007-04-11 05:36:29 +00:00
bootstrap.sh deal with extra _x in autoconf version 2007-05-14 14:21:38 +00:00
configure.in add stuff for mod_radius_cdr 2007-06-18 15:40:34 +00:00