Skip to content
Snippets Groups Projects
  1. Jun 15, 2012
    • Kevin P. Fleming's avatar
      Multiple revisions 369001-369002 · 166b4e2b
      Kevin P. Fleming authored
      ........
        r369001 | kpfleming | 2012-06-15 10:56:08 -0500 (Fri, 15 Jun 2012) | 11 lines
        
        Add support-level indications to many more source files.
        
        Since we now have tools that scan through the source tree looking for files
        with specific support levels, we need to ensure that every file that is
        a component of a 'core' or 'extended' module (or the main Asterisk binary)
        is explicitly marked with its support level. This patch adds support-level
        indications to many more source files in tree, but avoids adding them to
        third-party libraries that are included in the tree and to source files
        that don't end up involved in Asterisk itself.
      ........
        r369002 | kpfleming | 2012-06-15 10:57:14 -0500 (Fri, 15 Jun 2012) | 3 lines
        
        Add a script to enable finding source files without support-levels defined.
      ........
      
      Merged revisions 369001-369002 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 369005 from http://svn.asterisk.org/svn/asterisk/branches/10
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369013 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      166b4e2b
  2. Apr 06, 2012
  3. May 21, 2009
    • Kevin P. Fleming's avatar
      Const-ify the world (or at least a good part of it) · e6b2e9a7
      Kevin P. Fleming authored
      This patch adds 'const' tags to a number of Asterisk APIs where they are appropriate (where the API already demanded that the function argument not be modified, but the compiler was not informed of that fact). The list includes:
      
      - CLI command handlers
      - CLI command handler arguments
      - AGI command handlers
      - AGI command handler arguments
      - Dialplan application handler arguments
      - Speech engine API function arguments
      
      In addition, various file-scope and function-scope constant arrays got 'const' and/or 'static' qualifiers where they were missing.
      
      Review: https://reviewboard.asterisk.org/r/251/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e6b2e9a7
  4. May 12, 2009
  5. Oct 09, 2008
    • Steve Murphy's avatar
      (closes issue #13557) · e235a073
      Steve Murphy authored
      Reported by: nickpeirson
      Patches:
            pbx.c.patch uploaded by nickpeirson (license 579)
            replace_bzero+bcopy.patch uploaded by nickpeirson (license 579)
      Tested by: nickpeirson, murf
      
      1. replaced all refs to bzero and bcopy to memset and memmove instead.
      2. added a note to the CODING-GUIDELINES
      3. add two macros to asterisk.h to prevent bzero, bcopy from creeping
         back into the source
      4. removed bzero from configure, configure.ac, autoconfig.h.in
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e235a073
  6. Jun 30, 2008
  7. Jun 29, 2008
    • Luigi Rizzo's avatar
      import the recent additions for video console into trunk, · 1f7a4fb6
      Luigi Rizzo authored
      giving you support for up to 9 video sources (e.g. webcams,
      or X11 grabbers, etc.) active at once, displaying thumbnails for
      each of them in the main GUI window, and with the ability to switch
      between them on the fly during a conversation.
      
      The code also implements a 'Picture in Picture' feature,
      allowing you to select any source as primary or secondary,
      and move the PiP window by just dragging it with the mouse.
      
      The window looks like this:
       ________________________________________________________________
      |  ______   ______   ______   ______   ______   ______   ______  |
      | | tn.1 | | tn.2 | | tn.3 | | tn.4 | | tn.5 | | tn.6 | | tn.7 | |
      | |______| |______| |______| |______| |______| |______| |______| |
      |  ______   ______   ______   ______   ______   ______   ______  |
      | |______| |______| |______| |______| |______| |______| |______| |
      |  _________________    __________________    _________________  |
      | |                 |  |                  |  |                 | |
      | |                 |  |                  |  |                 | |
      | |                 |  |                  |  |                 | |
      | |   remote video  |  |                  |  |   local video   | |
      | |                 |  |                  |  |          ______ | |
      | |                 |  |      keypad      |  |         |  PIP || |
      | |                 |  |                  |  |         |______|| |
      | |_________________|  |                  |  |_________________| |
      |                      |                  |                      |
      |                      |                  |                      |
      |                      |__________________|                      |
      |________________________________________________________________|
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      1f7a4fb6
    • Luigi Rizzo's avatar
      fix wrong argument in checking boundaries for a rectangle · dc4c6733
      Luigi Rizzo authored
      some whitespace fixes
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      dc4c6733
  8. May 21, 2008
  9. May 19, 2008
  10. Mar 04, 2008
  11. Jan 09, 2008
  12. Jan 08, 2008
  13. Jan 07, 2008
  14. Jan 01, 2008
  15. Dec 29, 2007
  16. Dec 28, 2007
  17. Dec 27, 2007
  18. Dec 26, 2007
Loading