Skip to content
Snippets Groups Projects
  1. Oct 10, 2011
  2. Oct 09, 2011
  3. Oct 08, 2011
  4. Oct 07, 2011
  5. Oct 06, 2011
    • Richard Mudgett's avatar
      Recorded merge of revisions 339681 via svnmerge from · 363e3fef
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ........
        r339681 | wedhorn | 2011-10-06 15:47:08 -0500 (Thu, 06 Oct 2011) | 10 lines
        
        Fixed segfault on core stop gracefully.
        
        There was an issue that the cap and confcap pointers for each line and device
        were being memcpy'd so they all pointed to the same ast_format_cap. On
        destroying, a segfault occured on the second call to the same struct.
        
        skinny reload now works again as well.
        
        Tested by snuff (in trunk) and myself. 
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339723 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      363e3fef
    • 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
    • Damien Wedhorn's avatar
      Fixed segfault on core stop gracefully. · d59bb319
      Damien Wedhorn authored
      There was an issue that the cap and confcap pointers for each line and device
      were being memcpy'd so they all pointed to the same ast_format_cap. On
      destroying, a segfault occured on the second call to the same struct.
      
      skinny reload now works again as well.
      
      Tested by snuff and myself. 
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      d59bb319
    • Richard Mudgett's avatar
      Merged revisions 339626 via svnmerge from · 2f822960
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r339626 | rmudgett | 2011-10-06 12:53:00 -0500 (Thu, 06 Oct 2011) | 25 lines
        
        Merged revisions 339625 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r339625 | rmudgett | 2011-10-06 12:49:38 -0500 (Thu, 06 Oct 2011) | 18 lines
          
          Fix debugging messages generated by 'udptl debug'.
          
          * Makes chan_sip set the tag to the channel name.
          
          * Fixes received debug message sequence number.
          
          * Removed tx/rx debug message type since it was hard coded to 0.
          
          * Made udptl.c logged message header consistent if possible: "UDPTL (%s): ".
          
          * Removed unused rx_expected_seq_no from struct ast_udptl.
          
          (closes issue ASTERISK-18401)
          Reported by: Kevin P. Fleming
          Patches:
                jira_asterisk_18401_v1.8.patch (license #5621) patch uploaded by rmudgett
          Tested by: Matthew Nicholson
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      2f822960
    • Leif Madsen's avatar
      Merged revisions 339586 via svnmerge from · 7b75de50
      Leif Madsen authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r339586 | lmadsen | 2011-10-06 08:43:21 -0500 (Thu, 06 Oct 2011) | 16 lines
        
        Merged revisions 339566 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r339566 | lmadsen | 2011-10-05 16:30:11 -0500 (Wed, 05 Oct 2011) | 8 lines
          
          Update prep_tarball script to download pre-exported documentation.
          
          I've updated the prep_tarball script to now download the pre-exported documentation
          from the Asterisk wiki. This will give us more control over what is being included
          in the tarball releases, and will make both the PDF and HTML exported documentation
          look much better (especially when viewing from a console).
          
          (Closes issue ASTERISK-18677)
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339587 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7b75de50
  6. Oct 05, 2011
  7. Oct 04, 2011
  8. Oct 03, 2011
  9. Oct 02, 2011
  10. Oct 01, 2011
  11. Sep 30, 2011
Loading