1. 15 7月, 2007 1 次提交
  2. 11 7月, 2007 2 次提交
  3. 06 7月, 2007 2 次提交
  4. 05 7月, 2007 2 次提交
  5. 03 7月, 2007 7 次提交
  6. 02 7月, 2007 3 次提交
  7. 28 6月, 2007 3 次提交
  8. 27 6月, 2007 2 次提交
  9. 26 6月, 2007 2 次提交
  10. 25 6月, 2007 4 次提交
  11. 24 6月, 2007 11 次提交
  12. 23 6月, 2007 1 次提交
    • Anthony Minessale's avatar
      Add events around all application execution: · a039d870
      Anthony Minessale 提交于
      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
      a039d870