Skip to content
Snippets Groups Projects
  1. Mar 11, 2011
    • Kevin P. Fleming's avatar
      Use "-march=native" when possible. · 7cf70df9
      Kevin P. Fleming authored
      Recent versions of GCC have a tuning option value of 'native', which causes
      the compiler to optimize the build for the CPU the compile is performed on.
      Since most people are building Asterisk on the machine they plan to run it on,
      the configure script and build system will now use this value unless a different
      value is specified by the user in CFLAGS when the configure script is executed.
      In addition, this value will be used for building the GSM and LPC10 codecs as
      well, in preference to the logic that has been in their Makefiles forever to
      optimize for certain types of CPUs.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@310332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7cf70df9
  2. Jan 12, 2011
  3. Jan 06, 2011
  4. Dec 29, 2010
  5. Dec 27, 2010
  6. Dec 07, 2010
  7. Dec 02, 2010
  8. Nov 11, 2010
  9. Oct 13, 2010
  10. Sep 28, 2010
  11. Aug 26, 2010
  12. Jul 24, 2010
  13. Jul 23, 2010
  14. Jul 17, 2010
  15. Jun 10, 2010
  16. Jun 04, 2010
  17. May 13, 2010
  18. May 05, 2010
  19. May 03, 2010
  20. Apr 28, 2010
  21. Apr 21, 2010
    • Leif Madsen's avatar
      Add ability to generate ASCII documentation from the TeX files. · 8b11ae2e
      Leif Madsen authored
      These changes add the ability to run 'make asterisk.txt' just like the existing
      'make asterisk.pdf' commands to generate a text document from the TeX files we
      have in the doc/tex/ directory. I've also updated a few of the .tex files because
      they weren't properly escaping certain characters so they would show up as Unicode
      characters (like [U+021C]). Made changes to the configure scripts so it would
      detect the catdvi program which is required to convert the .dvi file generated
      by latex.
      
      I've also added a few lines to the build_tools/prep_tarball script so that the
      text documentation gets generated and added to future tarballs of Asterisk
      releases.
      
      (closes issue #17220)
      Reported by: lmadsen
      Patches: 
            asterisk.txt.patch uploaded by lmadsen (license 10)
            asterisk.txt.patch-v4 uploaded by pabelanger (license 224)
      Tested by: lmadsen, pabelanger
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      8b11ae2e
  22. Apr 02, 2010
  23. Mar 15, 2010
  24. Feb 18, 2010
  25. Feb 15, 2010
  26. Jan 27, 2010
  27. Jan 20, 2010
  28. Jan 19, 2010
  29. Jan 18, 2010
  30. Jan 15, 2010
  31. 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
  32. Jan 11, 2010
  33. Jan 10, 2010
  34. Dec 10, 2009
  35. Nov 03, 2009
Loading