Skip to content
Snippets Groups Projects
  1. Dec 10, 2006
  2. Dec 09, 2006
  3. Dec 07, 2006
    • Russell Bryant's avatar
      Merged revisions 48357 via svnmerge from · d24a7894
      Russell Bryant authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ................
      r48357 | russell | 2006-12-07 13:17:28 -0500 (Thu, 07 Dec 2006) | 11 lines
      
      Merged revisions 48356 via svnmerge from 
      https://origsvn.digium.com/svn/asterisk/branches/1.2
      
      ........
      r48356 | russell | 2006-12-07 13:14:13 -0500 (Thu, 07 Dec 2006) | 3 lines
      
      Ensure that the file position is not incremented beyond the total number of
      files available for playback.  (issue #8539, ulogic)
      
      ........
      
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      d24a7894
    • Luigi Rizzo's avatar
      - Generalize the function ssl_setup() so that the certificate info · 437f4288
      Luigi Rizzo authored
        are passed as an argument.
      
      - Update the code in main/http.c to use the new interface
        (the diff is large but mostly mechanical, due to the name change of
        several variables);
      
      - And since now it is trivial, implement "AMI over TLS", and document
        the possible options in manager.conf
      
      - And since the test client (openssl s_client -connect host:port )
        does not generate \r\n as a line terminator, make get_input()
        also accept just a \n as a line terminator (Mac users: do you
        also need the \r-only version ?)
       
      The option parsing in manager.conf is not very efficient, and needs
      to be cleaned up and made similar to what we have in http.conf
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      437f4288
    • Steve Murphy's avatar
      Merged revisions... · cb5e37e5
      Steve Murphy authored
      Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-48019 via svnmerge from 
      https://origsvn.digium.com/svn/asterisk/trunk
      
      ................
      r47986 | oej | 2006-11-24 07:00:19 -0700 (Fri, 24 Nov 2006) | 6 lines
      
      Doxygen update
      - Document cause codes
      - Document a bit more on channel variables - global, predefined and local
      - Fix some doxygen in channel.h. Adding one comment for two definitions does not
        work. They won't be copied to each.
      
      ................
      r47995 | murf | 2006-11-24 10:40:49 -0700 (Fri, 24 Nov 2006) | 1 line
      
      This fix inspired by a patch supplied in bug 8189, which points out problems with the PLC code
      ................
      r47997 | murf | 2006-11-24 11:17:25 -0700 (Fri, 24 Nov 2006) | 1 line
      
      removed the svnmerge-integrated property from trunk; it's confusing svnmerge in newly created branches
      ................
      r48001 | rizzo | 2006-11-25 02:02:42 -0700 (Sat, 25 Nov 2006) | 5 lines
      
      set pointers to NULL after freeing memory to avoid multiple free()
      
      probably 1.4/1.2 issue as well if someone can look into that.
      
      
      ................
      r48003 | oej | 2006-11-25 02:45:57 -0700 (Sat, 25 Nov 2006) | 9 lines
      
      - Adding comment on suspicious memory allocation. Seems like it's never freed, but I don't
        have a clear understanding of the frame allocation/deallocation, so I just mark this
        for investigation. (Reported by Ed Guy). We're trying to see if a free() hurts...
      
      - Doxygen comments on p2p rtp bridge stuff.  I am a bit worried about shortcutting
        rtcp this way, but will need feedback from rtcp gurus. This should work for 
        video calls too, and possibly UDPTL.
      
      
      ................
      r48004 | oej | 2006-11-25 02:48:30 -0700 (Sat, 25 Nov 2006) | 2 lines
      
      Changing ERROR to lesser level. Imported from 1.2/1.4
      
      ................
      r48008 | rizzo | 2006-11-25 10:37:04 -0700 (Sat, 25 Nov 2006) | 7 lines
      
      generalize a bit the functions used to create an tcp socket
      and then run a service on it.
      The code in manager.c does essentially the same things,
      so we will be able to reuse the code in here (probably
      moving it to netsock.c or another appropriate library file).
      
      
      ................
      r48009 | mattf | 2006-11-25 13:30:04 -0700 (Sat, 25 Nov 2006) | 1 line
      
      Updates to show linkset command
      ................
      r48010 | mattf | 2006-11-25 13:54:38 -0700 (Sat, 25 Nov 2006) | 2 lines
      
      Add ss7 show linkset command
      
      ................
      r48011 | mattf | 2006-11-25 14:32:33 -0700 (Sat, 25 Nov 2006) | 1 line
      
      Make sure we don't send a group reset on a group larger than 32 CICs
      ................
      r48012 | mattf | 2006-11-25 14:35:23 -0700 (Sat, 25 Nov 2006) | 1 line
      
      bug fix
      ................
      r48013 | mattf | 2006-11-25 14:46:58 -0700 (Sat, 25 Nov 2006) | 1 line
      
      Make compiler happier
      ................
      r48014 | mattf | 2006-11-25 14:50:42 -0700 (Sat, 25 Nov 2006) | 1 line
      
      Little fix so we use the right message
      ................
      r48016 | murf | 2006-11-25 17:15:42 -0700 (Sat, 25 Nov 2006) | 9 lines
      
      Merged revisions 48015 via svnmerge from 
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r48015 | murf | 2006-11-25 17:01:34 -0700 (Sat, 25 Nov 2006) | 1 line
      
      A little bit of func_cdr documentation upgrade-- no bug# involved, although 8221 may have inspired it.
      ........
      
      ................
      r48018 | murf | 2006-11-25 17:31:13 -0700 (Sat, 25 Nov 2006) | 9 lines
      
      Merged revisions 48017 via svnmerge from 
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r48017 | murf | 2006-11-25 17:26:16 -0700 (Sat, 25 Nov 2006) | 1 line
      
      might as well also document the raw values of the flag vars
      ........
      
      ................
      r48019 | russell | 2006-11-25 23:55:33 -0700 (Sat, 25 Nov 2006) | 6 lines
      
      - Add some comments on thread storage with a brief explanation of what it is
        as well as what the motivation is for using it.
      - Add a comment by the declaration of ast_inet_ntoa() noting that this function
        is not reentrant, and the result of a previous call to the function is no
        longer valid after calling it again.
      
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      cb5e37e5
  4. Dec 06, 2006
  5. Dec 05, 2006
  6. Dec 04, 2006
  7. Dec 03, 2006
  8. Dec 02, 2006
Loading