Skip to content
Snippets Groups Projects
  1. Aug 04, 2011
  2. Aug 03, 2011
  3. Aug 02, 2011
  4. Aug 01, 2011
    • Jonathan Rose's avatar
      Blocked revisions 330514 via svnmerge · 4e1b07f2
      Jonathan Rose authored
      ................
        r330514 | jrose | 2011-08-01 16:21:23 -0500 (Mon, 01 Aug 2011) | 14 lines
        
        Blocked revisions 330510 via svnmerge
        
        ................
          r330510 | jrose | 2011-08-01 16:20:40 -0500 (Mon, 01 Aug 2011) | 8 lines
          
          Blocked revisions 330505 via svnmerge
          
          ........
            r330505 | jrose | 2011-08-01 16:19:47 -0500 (Mon, 01 Aug 2011) | 3 lines
            
            fixes reference leak pointed out by rmudgett in https://reviewboard.asterisk.org/r/1337/
          ........
        ................
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      4e1b07f2
    • Jonathan Rose's avatar
      Blocked revisions 330492 via svnmerge · 5e1a744a
      Jonathan Rose authored
      ................
        r330492 | jrose | 2011-08-01 16:10:35 -0500 (Mon, 01 Aug 2011) | 24 lines
        
        Blocked revisions 330491 via svnmerge
        
        ................
          r330491 | jrose | 2011-08-01 16:09:15 -0500 (Mon, 01 Aug 2011) | 18 lines
          
          Blocked revisions 330490 via svnmerge
          
          ........
            r330490 | jrose | 2011-08-01 16:08:10 -0500 (Mon, 01 Aug 2011) | 12 lines
            
            Asterisk 18103 - Fix reload crash caused by destroying default parking lot
            
            Default parking lot was being destroyed in reload and was not being rebuilt properly.
            This patch keeps features.c reload from destroying the default parking lot in 1.6.2.
            Bug was caused by a hasty backport which didn't test reload enough times to catch the
            problem.
            
            (Closes Issue ASTERISK-18103)
            Reported by: 808blogger
            
            Review: https://reviewboard.asterisk.org/r/1337/
          ........
        ................
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5e1a744a
    • Kinsey Moore's avatar
      Merged revisions 330434 via svnmerge from · dc8df80e
      Kinsey Moore authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r330434 | kmoore | 2011-08-01 10:23:29 -0500 (Mon, 01 Aug 2011) | 16 lines
        
        Merged revisions 330433 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r330433 | kmoore | 2011-08-01 10:22:10 -0500 (Mon, 01 Aug 2011) | 9 lines
          
          Incorrect playback for Spanish in some circumstances
          
          When you say the time in spanish and it is 01:00 - 01:59 or 13:00 - 13:59 you
          must use female pronunciation "1F". The function "say_date_with_format_es" does
          not take this in account.
          
          (closes ASTERISK-15016)
          Patch-by: Luis Jimenez
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      dc8df80e
  5. Jul 31, 2011
  6. Jul 30, 2011
  7. Jul 29, 2011
  8. Jul 28, 2011
  9. Jul 27, 2011
  10. Jul 26, 2011
    • Jonathan Rose's avatar
      Merged revisions 329538 via svnmerge from · 41630b37
      Jonathan Rose authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r329538 | jrose | 2011-07-26 09:19:34 -0500 (Tue, 26 Jul 2011) | 11 lines
        
        Merged revisions 329529 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r329529 | jrose | 2011-07-26 09:04:55 -0500 (Tue, 26 Jul 2011) | 5 lines
          
          Changes sound file for prepend "then-press-pound" to "vm-then-pound" which is the same
          prompt, only it turned out "then-press-pound" was part of extra sounds. Also, vm is more
          appropriate anyway.
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      41630b37
    • Jonathan Rose's avatar
      Merged revisions 329528 via svnmerge from · 462e0fe5
      Jonathan Rose authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r329528 | jrose | 2011-07-26 08:52:34 -0500 (Tue, 26 Jul 2011) | 24 lines
        
        Merged revisions 329527 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r329527 | jrose | 2011-07-26 08:25:35 -0500 (Tue, 26 Jul 2011) | 17 lines
          
          Fixes some voicemail forwarding behavior based around prepend mode.
          
          Formerly, prepend forwarding would have the user record a message with no useful prompt
          and an expectation for the user to push a button on the phone when finished recording.
          If a length of silence was detected instead, the recording would be canceled and the user
          would re-enter the voicemail forwarding menu. Subsequent time-outs in prepend recording
          would also bug out in the sense that they would write over the original message and get
          sent to the recipient regardless of whether they timed out or were accepted. This patch
          fixes this issue and adds a prompt which will be played after a timeout informing the
          user that they needed to press a button. Currently, the sound files that we have are
          somewhat inadquate for this, so after the call we simply have Allison say "Please try
          again. Then press pound." which actually relies on two separate sound files. Just one
          would be more appropriate.
          
          reporter: Vlad Povorozniuc
          Review: https://reviewboard.asterisk.org/r/1327/ 
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      462e0fe5
  11. Jul 25, 2011
  12. Jul 22, 2011
    • Richard Mudgett's avatar
      Merged revisions 329334 via svnmerge from · c0f592df
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ........
        r329334 | rmudgett | 2011-07-22 16:14:22 -0500 (Fri, 22 Jul 2011) | 1 line
        
        Make use less redundant loop construct for iterating over hints.
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329335 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      c0f592df
    • Richard Mudgett's avatar
      Merged revisions 329331 via svnmerge from · a5c65bb9
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/10
      
      ................
        r329331 | rmudgett | 2011-07-22 15:43:07 -0500 (Fri, 22 Jul 2011) | 55 lines
        
        Merged revisions 329299 via svnmerge from 
        https://origsvn.digium.com/svn/asterisk/branches/1.8
        
        ........
          r329299 | rmudgett | 2011-07-22 10:44:58 -0500 (Fri, 22 Jul 2011) | 48 lines
          
          Deadlocks dealing with dialplan hints during reload.
          
          There are two remaining different deadlocks reported dealing with dialplan
          hints.
          
          The deadlock in ASTERISK-17666 is caused by invalid locking order in
          ast_remove_hint().  The hints container must be locked before the hint
          object.
          
          The deadlock in ASTERISK-17760 is caused by a catch-22 situation in
          handle_statechange().  The deadlock is caused by not having the conlock
          before calling the watcher callbacks.  Unfortunately, having that lock
          causes a different deadlock as reported in ASTERISK-16961.
          
          * Fixed ast_remove_hint() locking order.
          
          * Made handle_statechange() no longer call the watcher callbacks holding
          any locks that matter.
          
          * Made hint ao2 destructor do the watcher callbacks for extension
          deactivation to guarantee that they get called.
          
          * Fixed hint reference leak in ast_add_hint() if the callback container
          constructor failed.
          
          * Fixed hint reference leak in complete_core_show_hint() for every hint it
          found for CLI tab completion.
          
          * Adjusted locking in ast_merge_contexts_and_delete() for safety.
          
          * Added context_merge_lock to prevent ast_merge_contexts_and_delete() and
          handle_statechange() from interfering with each other.
          
          * Fixed ast_change_hint() not taking into account that the extension is
          used for the hash key.
          
          (closes issue ASTERISK-17666)
          Reported by: irroot
          Tested by: irroot
          JIRA SWP-3318
          
          (closes issue ASTERISK-17760)
          Reported by: Byron Clark
          Tested by: irroot
          JIRA SWP-3393
          
          Review: https://reviewboard.asterisk.org/r/1313/
        ........
      ................
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a5c65bb9
  13. Jul 21, 2011
Loading