Skip to content
Snippets Groups Projects
  1. Aug 08, 2011
  2. Aug 05, 2011
  3. Aug 04, 2011
  4. Aug 03, 2011
  5. Aug 02, 2011
  6. 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
  7. Jul 31, 2011
  8. Jul 30, 2011
  9. Jul 29, 2011
  10. Jul 28, 2011
  11. Jul 27, 2011
  12. 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
  13. Jul 25, 2011
Loading