Skip to content
Snippets Groups Projects
  1. Aug 22, 2013
  2. Jul 24, 2013
  3. Mar 08, 2013
    • David M. Lee's avatar
      This patch adds a new message bus API to Asterisk. · 4edd8be3
      David M. Lee authored
      For the initial use of this bus, I took some work kmoore did creating
      channel snapshots. So rather than create AMI events directly in the
      channel code, this patch generates Stasis events, which manager.c uses
      to then publish the AMI event.
      
      This message bus provides a generic publish/subscribe mechanism within
      Asterisk. This message bus is:
      
       - Loosely coupled; new message types can be added in seperate modules.
       - Easy to use; publishing and subscribing are straightforward
         operations.
      
      In addition to basic publish/subscribe, the patch also provides
      mechanisms for message forwarding, and for message caching.
      
      (issue ASTERISK-20887)
      (closes issue ASTERISK-20959)
      Review: https://reviewboard.asterisk.org/r/2339/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@382685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      4edd8be3
  4. Jun 01, 2012
  5. Sep 24, 2010
  6. Jun 08, 2010
    • Terry Wilson's avatar
      Add SRTP support for Asterisk · 857814f4
      Terry Wilson authored
      After 5 years in mantis and over a year on reviewboard, SRTP support is finally
      being comitted. This includes generic CHANNEL dialplan functions that work for
      getting the status of whether a call has secure media or signaling as defined
      by the underlying channel technology and for setting whether or not a new
      channel being bridged to a calling channel should have secure signaling or
      media. See doc/tex/secure-calls.tex for examples.
      
      Original patch by mikma, updated for trunk and revised by me.
      
      (closes issue #5413)
      Reported by: mikma
      Tested by: twilson, notthematrix, hemanshurpatel
      
      Review: https://reviewboard.asterisk.org/r/191/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@268894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      857814f4
  7. Apr 02, 2010
Loading