Skip to content
Snippets Groups Projects
  1. May 07, 2010
  2. Sep 04, 2009
  3. Jan 05, 2009
  4. Nov 21, 2008
  5. Nov 19, 2008
  6. Nov 14, 2008
    • Mark Michelson's avatar
      Fix some refcounting in app_queue.c and change the · cf6c66de
      Mark Michelson authored
      hashing used by app_queue.c to be case-insensitive.
      This is accomplished by adding a new case-insensitive
      hashing function.
      
      This was necessary to prevent bad refcount errors
      (and potential crashes) which would occur due to the
      fact that queues were initially read from the config
      file in a case-sensitive manner. Then, when a user
      issued a CLI command or manager action, we allowed
      for case-insensitive input and used that input to 
      directly try to find the queue in the hash table. The result
      was either that we could not find a queue that was input or
      worse, we would end up hashing to a completely bogus value
      based on the input.
      
      This commit resolves the problem presented in
      issue #13703. However, that issue was reported against
      1.6.0. Since this fix introduces a behavior change, I am
      electing to not place this same fix in to the 1.6.0 or 1.6.1
      branches, and instead will opt for a change which does not
      change behavior.
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@156883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      cf6c66de
  7. Oct 17, 2008
  8. Oct 07, 2008
  9. Aug 13, 2008
  10. Aug 11, 2008
  11. Aug 05, 2008
  12. Jul 28, 2008
  13. Jul 17, 2008
  14. Jun 28, 2008
  15. Jun 24, 2008
  16. Jun 15, 2008
  17. Jun 11, 2008
  18. Jun 05, 2008
  19. May 25, 2008
  20. May 15, 2008
  21. May 09, 2008
  22. May 05, 2008
  23. May 01, 2008
  24. Apr 29, 2008
  25. Mar 26, 2008
  26. Mar 05, 2008
  27. Feb 25, 2008
  28. Feb 22, 2008
  29. Feb 19, 2008
  30. Feb 14, 2008
  31. Feb 13, 2008
  32. Feb 08, 2008
  33. Jan 05, 2008
  34. Dec 16, 2007
    • Olle Johansson's avatar
      HUGE improvements to QoS/CoS handling by IgorG · 17afebc1
      Olle Johansson authored
      - Refer to the proper documentation
      - Implement separate signalling/media QoS/CoS in many channels using RTP
      - Improve warnings and verbose messages
      - Deprecate some old settings
      
      Minor modifications by me, a big effort from IgorG.
      Thanks!
      
      
      Reported by: IgorG
      Patches: 
            qoscleanup-89394-4-trunk.patch uploaded by IgorG (license 20)
      Tested by: IgorG
      (closes issue #11145)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      17afebc1
  35. Dec 14, 2007
  36. Dec 06, 2007
Loading