Skip to content
Snippets Groups Projects
  1. Jun 09, 2011
    • Richard Mudgett's avatar
      Merged revisions 322749 via svnmerge from · 0a8f9d2c
      Richard Mudgett authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r322749 | rmudgett | 2011-06-09 11:31:53 -0500 (Thu, 09 Jun 2011) | 15 lines
        
        Remove potential deadlock in call pickup race.
        
        Deadlock is possible in ast_do_pickup() when holding the target channel
        lock and trying to get the chan channel lock.  Also, holding the target
        lock when calling ast_channel_masquerade() is not a good idea because that
        routine does deadlock avoidance.
        
        * Removed the need to hold the target lock after marking the target with a
        datastore and getting the connected line data off of the target channel.
        
        * Moved can_pickup() to ast_can_pickup() in features.c.  Now all the call
        pickup methods use the same basic call pickup availability check.
        
        Review: https://reviewboard.asterisk.org/r/1234/
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@322750 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      0a8f9d2c
    • Jonathan Rose's avatar
      Blocked revisions 322585 via svnmerge · f0deadaf
      Jonathan Rose authored
      ........
        r322585 | jrose | 2011-06-09 09:06:42 -0500 (Thu, 09 Jun 2011) | 11 lines
        
        Adds ast_escape_encoded utility to properly handle escaping of quoted field before uri.
        
        This commit backports a feature in trunk affecting initreqprep so that display name won't
        be encoded improperly. Also includes unit tests for the ast_escape_quoted function.
        This patch gives 1.8 a much improved outlook in countries which don't use standard
        ASCII characters.
        
        (closes issue ASTERISK-16949)
        Reported by: Örn Arnarson
        Review: https://reviewboard.asterisk.org/r/1235/
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@322586 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f0deadaf
    • Damien Wedhorn's avatar
      Add autoanswer to skinny. · 7df5d0d4
      Damien Wedhorn authored
      Autoanswer added to skinny based on incoming chan var SKINNY_AUTOANSWER.
      Initial value must be the time to autoanswer in ms, then optionally :BEEP
      to play a tone when answered and :MUTE to mute the mic when answering. 
      eg 3000:MUTE:BEEP will ring for 3 secs, then answer, mute the mic, and 
      play a beep. just 3000 would answer afer 3 secs of ringing with no 
      beep and full two way audio. 
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@322544 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      7df5d0d4
  2. Jun 08, 2011
  3. Jun 07, 2011
  4. Jun 06, 2011
  5. Jun 03, 2011
  6. Jun 02, 2011
  7. Jun 01, 2011
  8. May 31, 2011
  9. May 28, 2011
  10. May 27, 2011
  11. May 26, 2011
Loading