Skip to content
Snippets Groups Projects
  1. Apr 02, 2010
  2. Mar 15, 2010
  3. Feb 18, 2010
  4. Feb 15, 2010
  5. Jan 27, 2010
  6. Jan 20, 2010
  7. Jan 19, 2010
  8. Jan 18, 2010
  9. Jan 15, 2010
  10. Jan 13, 2010
    • David Vossel's avatar
      add silence gen to wait apps · 03529837
      David Vossel authored
      asterisk.conf's 'transmit_silence' option existed before
      this patch, but was limited to only generating silence
      while recording and sending DTMF.  Now enabling the
      transmit_silence option generates silence during wait
      times as well.
      
      To achieve this, ast_safe_sleep has been modified to
      generate silence anytime no other generators are present
      and transmit_silence is enabled.  Wait apps not using
      ast_safe_sleep now generate silence when transmit_silence
      is enabled as well.
      
      (closes issue #16524)
      Reported by: kobaz
      
      (closes issue #16523)
      Reported by: kobaz
      Tested by: dvossel
      
      Review: https://reviewboard.asterisk.org/r/456/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239712 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      03529837
  11. Jan 11, 2010
  12. Jan 10, 2010
  13. Dec 10, 2009
  14. Nov 03, 2009
  15. Oct 27, 2009
  16. Oct 23, 2009
  17. Oct 22, 2009
  18. Sep 24, 2009
  19. Aug 30, 2009
  20. Aug 28, 2009
  21. Aug 25, 2009
  22. Aug 04, 2009
  23. Aug 01, 2009
  24. Jul 27, 2009
  25. Jul 21, 2009
    • Kevin P. Fleming's avatar
      Merged revisions 207647 via svnmerge from · 96e4e31e
      Kevin P. Fleming authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r207647 | kpfleming | 2009-07-21 08:04:44 -0500 (Tue, 21 Jul 2009) | 12 lines
        
        Ensure that user-provided CFLAGS and LDFLAGS are honored.
        
        This commit changes the build system so that user-provided flags (in ASTCFLAGS
        and ASTLDFLAGS) are supplied to the compiler/linker *after* all flags provided
        by the build system itself, so that the user can effectively override the
        build system's flags if desired. In addition, ASTCFLAGS and ASTLDFLAGS can now
        be provided *either* in the environment before running 'make', or as variable
        assignments on the 'make' command line. As a result, the use of COPTS and LDOPTS
        is no longer necessary, so they are no longer documented, but are still supported
        so as not to break existing build systems that supply them when building Asterisk.
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      96e4e31e
  26. Jun 30, 2009
  27. Jun 26, 2009
    • Russell Bryant's avatar
      Merge the new Channel Event Logging (CEL) subsystem. · 0264eef1
      Russell Bryant authored
      CEL is the new system for logging channel events.  This was inspired after
      facing many problems trying to represent what is possible to happen to a call
      in Asterisk using CDR records.  For more information on CEL, see the built in
      HTML or PDF documentation generated from the files in doc/tex/.
      
      Many thanks to Steve Murphy (murf) and Brian Degenhardt (bmd) for their hard
      work developing this code.  Also, thanks to Matt Nicholson (mnicholson) and
      Sean Bright (seanbright) for their assistance in the final push to get this
      code ready for Asterisk trunk.
      
      Review: https://reviewboard.asterisk.org/r/239/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0264eef1
  28. Jun 16, 2009
  29. Jun 15, 2009
    • Kevin P. Fleming's avatar
      Redesigned 'optional API' support. · 6c598781
      Kevin P. Fleming authored
      This patch provides a new implementation of the optional API support defined
      in asterisk/optional_api.h; this new version provides solves compatibility
      issues with the use of linker version scripts for suppressing global symbols.
      In addition, there is now a functional (and tested!) implementation for Mac OS/X,
      so module writers no longer need to use special tests before calling optional
      API functions. All future implementations must provide these same semantics,
      so that module writers can rely on them.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      6c598781
  30. Jun 09, 2009
  31. Jun 06, 2009
Loading