Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
  2. Jun 20, 2014
  3. Mar 14, 2013
  4. Jan 29, 2013
  5. May 14, 2012
  6. Feb 16, 2012
  7. Jan 14, 2012
  8. Oct 06, 2011
    • Richard Mudgett's avatar
      Merged revisions 339720 via svnmerge from · 6e5f97df
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r339720 | rmudgett | 2011-10-06 17:58:40 -0500 (Thu, 06 Oct 2011) | 27 lines
        
        Merged revisions 339719 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r339719 | rmudgett | 2011-10-06 17:47:50 -0500 (Thu, 06 Oct 2011) | 20 lines
          
          Fix regression in configure script for libpri capability checks.
          
          JIRA AST-598 added the PRI_L2_PERSISTENCE option to fix BRI PTMP TE layer
          2 persistence issues with some telcos.  ASTERISK-18535 attempted to fix
          the unexpected requirement that libpri *must* have that feature to work
          with Asterisk.  The AST_EXT_LIB_SETUP_DEPENDENT lines made the PRI
          optional features required.  Unfortunately, I thought
          AST_EXT_LIB_SETUP_DEPENDENT didn't do anything useful for libpri and
          deleted those lines for libpri.  The result was the HAVE_PRI_xxx defines
          that control the ability to use optional libpri features were also
          deleted.
          
          * Created AST_EXT_LIB_SETUP_OPTIONAL configuration macro to allow optional
          features in a library that the source code could take advantage of if the
          code supports the feature.
          
          (closes issue ASTERISK-18687)
          Reported by: Norbert
          Tested by: rmudgett
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      6e5f97df
  9. May 04, 2011
  10. Jan 09, 2011
  11. Oct 07, 2010
  12. Jul 26, 2010
  13. Jul 23, 2010
  14. Jul 17, 2010
  15. Jul 15, 2010
  16. Jun 23, 2010
  17. Jun 13, 2010
    • Tzafrir Cohen's avatar
      bashism in configure script · 2743e9b2
      Tzafrir Cohen authored
      Theoretically the ./configure script is a pure bourne-shell script.
      Practically it may be run by bash if /bin/sh is not good enough. But we should not count on it. See bug report for the gory details.
      
      (closes issue #17485)
      Patches:
            0001-remove-bashism-from-ast_check_pwlib.m4.patch uploaded by tzafrir (license 46)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270184 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2743e9b2
  18. Jun 04, 2010
  19. May 17, 2010
  20. May 09, 2010
  21. Aug 27, 2009
  22. Jun 30, 2009
    • Russell Bryant's avatar
      Move Asterisk-addons modules into the main Asterisk source tree. · c511a267
      Russell Bryant authored
      Someone asked yesterday, "is there a good reason why we can't just put these
      modules in Asterisk?".  After a brief discussion, as long as the modules are
      clearly set aside in their own directory and not enabled by default, it is
      perfectly fine.
      
      For more information about why a module goes in addons, see README-addons.txt.
      
      chan_ooh323 does not currently compile as it is behind some trunk API updates.
      However, it will not build by default, so it should be okay for now.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c511a267
  23. Jun 16, 2009
  24. May 26, 2009
  25. May 04, 2009
  26. Mar 17, 2009
  27. Mar 10, 2009
  28. Feb 18, 2009
    • Jeff Peeler's avatar
      Modify h323 to build against PTLib as well as the older PWLib · c8fe75da
      Jeff Peeler authored
      Several changes in PTLib have occurred requiring build time detection. Changes
      accounted for include the library name change, config option change, install
      location change, and a boolean type change which is handled by ast_ptlib.h.
      Also, the sed check has been modified to properly work with autoconf >= 2.62.
      
      (closes issue #14224)
      Reported by: bergolth
      Patches:
            asterisk-autoconf-sed.patch uploaded by bergolth (license 661)
            asterisk-pwlib-v3.patch uploaded by bergolth (license 661)
      Tested by: jpeeler
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@177162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c8fe75da
  29. Jan 29, 2009
  30. Nov 26, 2008
  31. Nov 13, 2008
  32. Nov 12, 2008
  33. Nov 03, 2008
Loading