Skip to content
Snippets Groups Projects
  1. Jan 15, 2010
  2. 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
  3. Jan 11, 2010
  4. Jan 10, 2010
  5. Dec 10, 2009
  6. Nov 03, 2009
  7. Oct 27, 2009
  8. Oct 23, 2009
  9. Oct 22, 2009
  10. Sep 24, 2009
  11. Aug 30, 2009
  12. Aug 28, 2009
  13. Aug 25, 2009
  14. Aug 04, 2009
  15. Aug 01, 2009
  16. Jul 27, 2009
  17. 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
  18. Jun 30, 2009
  19. 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
  20. Jun 16, 2009
  21. 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
  22. Jun 09, 2009
  23. Jun 06, 2009
  24. May 29, 2009
  25. May 27, 2009
  26. May 16, 2009
    • Eliel C. Sardanons's avatar
      Allow to include sections of other parts of the xml documentation. · 2f996a3a
      Eliel C. Sardanons authored
      Avoid duplicating xml documentation by allowing to include other parts of
      the xml documentation using XInclude.
      Example:
         <xi:include xpointer="xpointer(/docs/function[@name='CHANNEL']/synopsis)" />
      (Insert this line to include the synopsis of the CHANNEL function xml
      documentation).
      
      It is also possible to include documentation from other files in the
      'documentation/' directory using the href="" attribute inside a xinclude
      element.
      
      (closes issue #15107)
      Reported by: lmadsen
      
      (issue #14444)
      Reported by: ewieling
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@194982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2f996a3a
  27. May 03, 2009
  28. Apr 28, 2009
  29. Apr 08, 2009
  30. Mar 05, 2009
  31. Feb 21, 2009
  32. Jan 13, 2009
Loading