Skip to content
Snippets Groups Projects
  1. Mar 19, 2008
  2. Mar 18, 2008
  3. Mar 17, 2008
    • Terry Wilson's avatar
      Replace minimime with superior GMime library so that the entire contents of an... · e727d15d
      Terry Wilson authored
      Replace minimime with superior GMime library so that the entire contents of an http post are not read into memory.
      This does introduce a dependency on the GMime library for handling HTTP POSTs, but it is available in most distros.
      
      If the library is present, then the compile flag for ENABLE_UPLOADS is enabled by default in menuselect.
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109229 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e727d15d
    • Mark Michelson's avatar
      Merged revisions 109226 via svnmerge from · b246e010
      Mark Michelson authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
      r109226 | mmichelson | 2008-03-17 17:05:49 -0500 (Mon, 17 Mar 2008) | 12 lines
      
      Fix a logic flaw in the code that stores lock info which is displayed
      via the "core show locks" command. The idea behind this section of code was
      to remove the previous lock from the list if it was a trylock that had failed.
      Unfortunately, instead of checking the status of the previous lock, we were referencing
      the index immediately following the previous lock in the lock_info->locks array. 
      The result of this problem, under the right circumstances, was that the lock which 
      we currently in the process of attempting to acquire could "overwrite" the previous lock 
      which was acquired. While this does not in any way affect typical operation, it *could*
      lead to misleading "core show locks" output.
      
      
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      b246e010
    • Michiel van Baak's avatar
      block rev 109171 that is already here · 5e4cd22c
      Michiel van Baak authored
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5e4cd22c
    • Steve Murphy's avatar
      (closes issue #12238) · 0af58d3f
      Steve Murphy authored
      Reported by: mvanbaak
      Tested by: murf, mvanbaak
      
      Due to a bug that occurred when merge_contexts_and_delete scanned the "old" or existing contexts, and found a context
      that doesn't exist in the new set, yet owned by a different registrar. The context is created in the new set, with the
      old registrar, and and all the priorities and extens that have a different registrar are copied into it. But, not the
      includes, ignorepats, and switches. I added code to do this immediately after the context is created.
      
      This still leaves a logical hole in the code. If you define a context in two places, (eg. in extensions.conf and also 
      in extensions.ael), and they both have includes, but different in composition, no new context will be generated, and
      therefore the 'old' includes, switches, and ignorepats will not be copied. I'd have added code to simply add any non-duplicates
      into the 'new' context that had a different registrar, but there is one big complication: includes, and switches are definitely
      order dependent. (ignorepats I'm not sure about). And we'll have to develop some sort of policy about how we 
      merge order dependent lists, especially if the intersection of the two sets is empty. (in other words, they do not have any
      elements in common). Do the new go first, or the old? I've elected to punt this issue until a user complains. Hopefully,
      this is pretty rare thing.
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109169 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0af58d3f
    • Michiel van Baak's avatar
      Update the directory of placed calls on skinny phones · 5729b0ec
      Michiel van Baak authored
      when dialing a channel that does not provide progress (analog ZAP lines)
      
      The phone does handle the double update on calls to channels that do
      provide progress and wont insert duplicate items
      
      (closes issue #12239)
      Reported by: DEA
      Patches:
            chan_skinny-call-log.txt uploaded by DEA (license 3)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5729b0ec
    • Kevin P. Fleming's avatar
      don't define Zaptel features as libraries, they aren't, and we don't want... · 451c76c3
      Kevin P. Fleming authored
      don't define Zaptel features as libraries, they aren't, and we don't want '--with-zaptel-<foo>' configure options for them
      also some minor cleanups
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      451c76c3
    • Joshua Colp's avatar
      Remove something that is never ever used. · 7980ac12
      Joshua Colp authored
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109113 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7980ac12
Loading