Skip to content
Snippets Groups Projects
  1. Jan 03, 2011
    • Leif Madsen's avatar
      Merged revisions 300082 via svnmerge from · 0a72d67d
      Leif Madsen authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r300082 | lmadsen | 2011-01-03 07:14:25 -0600 (Mon, 03 Jan 2011) | 11 lines
        
        Increase side of mapping response field.
        
        I've increased the size of the response field in a DUNDi mapping because of
        some documentation I'm writing. Previously it was set to AST_MAX_EXTENSION which
        is only 80 characters, which is far too small when you're using some dialplan
        functions to craft a response. The example I'm using is:
        
        extensions =>
        RegisteredDevices,0,SIP,dundi:very_awesome_password/${IF($[${DB_EXISTS(phones/${NUMBER}/device)}]?${DB(phones/${NUMBER}/device)}:None)},nopartial
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0a72d67d
  2. Dec 22, 2010
  3. Dec 20, 2010
    • Russell Bryant's avatar
      Some scheduler API cleanup and improvements. · cc0b7e7d
      Russell Bryant authored
      Previously, I had added the ast_sched_thread stuff that was a generic scheduler
      thread implementation.  However, if you used it, it required using different
      functions for modifying scheduler contents.  This patch reworks how this is
      done and just allows you to optionally start a thread on the original scheduler
      context structure that has always been there.  This makes it trivial to switch
      to the generic scheduler thread implementation without having to touch any of
      the other code that adds or removes scheduler entries.
      
      In passing, I made some naming tweaks to add ast_ prefixes where they were not
      there before.
      
      Review: https://reviewboard.asterisk.org/r/1007/
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@299091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      cc0b7e7d
  4. Nov 10, 2010
  5. Oct 18, 2010
  6. Oct 04, 2010
  7. Oct 03, 2010
  8. Sep 07, 2010
  9. Sep 02, 2010
  10. Aug 27, 2010
  11. Aug 12, 2010
  12. Jul 21, 2010
  13. Jul 20, 2010
  14. Jun 22, 2010
  15. Jun 18, 2010
  16. May 27, 2010
  17. May 26, 2010
  18. May 13, 2010
  19. May 11, 2010
  20. Mar 30, 2010
  21. Mar 27, 2010
  22. Mar 23, 2010
    • Kevin P. Fleming's avatar
      Change per-file debug and verbose levels to be per-module, the way · ae6008ef
      Kevin P. Fleming authored
      users expect them to work.
      
      'core set debug' and 'core set verbose' can optionally change the
      level for a specific filename; however, this is actually for a
      specific source file name, not the module that source file is included
      in. With examples like chan_sip, chan_iax2, chan_misdn and others
      consisting of multiple source files, this will not lead to the
      behavior that users expect. If they want to set the debug level for
      chan_sip, they want it set for all of chan_sip, and not to have to
      also set it for reqresp_parser and other files that comprise the
      chan_sip module.
      
      This patch changes this functionality to be module-name based instead
      of file-name based.
      
      To make this work, some Makefile modifications were required to ensure
      that the AST_MODULE definition is present in each object file produced
      for each module as well.
      
      Review: https://reviewboard.asterisk.org/r/574/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      ae6008ef
  23. Mar 20, 2010
  24. Mar 05, 2010
  25. Mar 02, 2010
  26. Feb 08, 2010
  27. Jan 24, 2010
    • Tilghman Lesher's avatar
      Merged revisions 242520 via svnmerge from · bc9f02a6
      Tilghman Lesher authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r242520 | tilghman | 2010-01-24 00:33:01 -0600 (Sun, 24 Jan 2010) | 8 lines
        
        Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script.
        
        Changed after discussion on the -dev list about possible unnecessary build
        failures, due to checkouts/untars causing these special source files to
        possibly be newer than their resulting C files.  This should additionally
        ensure that nobody need learn about extra Makefile arguments to ensure the
        proper files get rebuilt when changes are made to these special source files.
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      bc9f02a6
  28. Jan 18, 2010
    • Jeff Peeler's avatar
      Extend max call limit duration from 24.8 days to 292+ million years. · 568c057c
      Jeff Peeler authored
      If the limit was set past MAX_INT upon answering, the call was immediately
      hung up due to overflow from the return of ast_tvdiff_ms (in ast_check_hangup).
      The time calculation functions ast_tvdiff_sec and ast_tvdiff_ms have been
      changed to return an int64_t to prevent overflow. Also the reporter suggested
      adding a message indicating the reason for the call hanging up. Given that the
      new limit is so much higher, the message (which would only really be useful in
      the overflow scenario) has been made a debug message only.
      
      (closes issue #16006)
      Reported by: viraptor
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@241143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      568c057c
  29. Dec 04, 2009
  30. Nov 25, 2009
  31. Nov 04, 2009
  32. Nov 03, 2009
  33. Aug 30, 2009
  34. Aug 25, 2009
  35. Aug 10, 2009
Loading