Skip to content
Snippets Groups Projects
  1. Apr 27, 2013
  2. Apr 10, 2013
  3. Mar 12, 2013
  4. Jan 04, 2013
  5. Oct 14, 2012
  6. Oct 01, 2012
  7. Sep 21, 2012
    • Andrew Latham's avatar
      Doxygen Updates - janitor work · 6f61cb50
      Andrew Latham authored
      Doxygen updates including mistakes, misspellings, missing parameters, updates for Doxygen style.  Some missing txt file links are removed but their content or essense will be included in some later updates.  A majority of the txt files were removed in the 1.6 era but never noted. The HR and EXTREF are simple changes that make the documentation more compatable with more versions of Doxygen.
      
      Further updates coming.
      
      (issue ASTERISK-20259)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      6f61cb50
  8. Apr 17, 2012
  9. Aug 19, 2011
  10. Jul 14, 2011
  11. Feb 04, 2011
  12. Jan 29, 2011
  13. Oct 21, 2010
  14. Sep 29, 2010
  15. Jul 26, 2010
  16. Jul 23, 2010
  17. Jul 20, 2010
  18. Jan 14, 2010
  19. Jan 12, 2010
  20. Oct 07, 2009
  21. Aug 12, 2009
    • Gavin Henry's avatar
      Added three new attributes and applied a patch to res_config_ldap.c · f2b9fc79
      Gavin Henry authored
      attributetype ( AstAccountSubscribeContext
              NAME 'AstAccountSubscribeContext'
              DESC 'Asterisk subscribe context'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      attributetype ( AstAccountIpAddr
              NAME 'AstAccountIpAddr'
              DESC 'Asterisk aaccount IP address'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      attributetype ( AstAccountUserAgent
              NAME 'AstAccountUserAgent'
              DESC 'Asterisk account user context'
              EQUALITY caseIgnoreMatch
              SUBSTR caseIgnoreSubstringsMatch
              SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
      
      and patch fix_empty_attributes_1.6.1.4_v2.patch 
      
      (closes issue #13725)
      Reported by: macogeek
      Patches:
            fix_empty_attributes_1.6.1.4_v2.patch uploaded by xvisor (license 863)
      Tested by: suretec
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f2b9fc79
  22. Aug 10, 2009
  23. Jun 18, 2009
  24. Mar 18, 2009
  25. Dec 13, 2008
  26. Dec 05, 2008
  27. Oct 14, 2008
    • Tilghman Lesher's avatar
      Merge realtime_update2 branch, which adds a new realtime API call named · c1351ad2
      Tilghman Lesher authored
      'update2', which permits updates which match across multiple columns, instead
      of requiring all tables to have a single unique identifier.  All of the other
      API calls with the exception of 'update' already had the ability to match on
      multiple fields, so it was a missing and very desireable feature that an API
      call implementing an update should have this, too.
      
      This does not change any outward performance of Asterisk, but it should make
      life easier for application developers who use the RealTime framework.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@148570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c1351ad2
  28. Sep 28, 2008
  29. Sep 12, 2008
    • Tilghman Lesher's avatar
      Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating · 08af5bb3
      Tilghman Lesher authored
      when a file is invalid from when a file is missing.  This is most important when
      we have two configuration files.  Consider the following example:
      
      Old system:
      sip.conf     users.conf     Old result               New result
      ========     ==========     ==========               ==========
      Missing      Missing        SIP doesn't load         SIP doesn't load
      Missing      OK             SIP doesn't load         SIP doesn't load
      Missing      Invalid        SIP doesn't load         SIP doesn't load
      OK           Missing        SIP loads                SIP loads
      OK           OK             SIP loads                SIP loads
      OK           Invalid        SIP loads incompletely   SIP doesn't load
      Invalid      Missing        SIP doesn't load         SIP doesn't load
      Invalid      OK             SIP doesn't load         SIP doesn't load
      Invalid      Invalid        SIP doesn't load         SIP doesn't load
      
      So in the case when users.conf doesn't load because there's a typo that
      disrupts the syntax, we may only partially load users, instead of failing with
      an error, which may cause some calls not to get processed.  Worse yet, the old
      system would do this with no indication that anything was even wrong.
      
      (closes issue #10690)
       Reported by: dtyoo
       Patches: 
             20080716__bug10690.diff.txt uploaded by Corydon76 (license 14)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@142992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      08af5bb3
  30. Aug 10, 2008
  31. Jul 11, 2008
  32. Jun 21, 2008
  33. Jun 19, 2008
  34. May 27, 2008
  35. May 14, 2008
  36. May 07, 2008
  37. Apr 21, 2008
  38. Apr 18, 2008
Loading