Skip to content
Snippets Groups Projects
  1. Jun 07, 2012
  2. Jun 06, 2012
  3. Jun 05, 2012
  4. Jun 04, 2012
  5. Jun 02, 2012
  6. Jun 01, 2012
  7. May 31, 2012
  8. May 30, 2012
  9. May 29, 2012
  10. May 25, 2012
  11. May 24, 2012
    • Richard Mudgett's avatar
      Fix Dial I option ignored if dial forked and one fork redirects. · e5185367
      Richard Mudgett authored
      The Dial and Queue I option is intended to block connected line updates
      and redirecting updates.  However, it is a feature that when a call is
      locally redirected, the I option is disabled if the redirected call runs
      as a local channel so the administrator can have an opportunity to setup
      new connected line information.  Unfortunately, the Dial and Queue I
      option is disabled for *all* forked calls if one of those calls is
      redirected.
      
      * Make the Dial and Queue I option apply to each outgoing call leg
      independently.  Now if one outgoing call leg is locally redirected, the
      other outgoing calls are not affected.
      
      * Made Dial not pass any redirecting updates when forking calls.
      Redirecting updates do not make sense for this scenario.
      
      * Made Queue not pass any redirecting updates when using the ringall
      strategy.  Redirecting updates do not make sense for this scenario.
      
      * Fixed deadlock potential with chan_local when Dial and Queue send
      redirecting updates for a local redirect.
      
      * Converted the Queue stillgoing flag to a boolean bitfield.
      
      (closes issue ASTERISK-19511)
      Reported by: rmudgett
      Tested by: rmudgett
      
      Review: https://reviewboard.asterisk.org/r/1920/
      ........
      
      Merged revisions 367678 from http://svn.asterisk.org/svn/asterisk/branches/1.8
      ........
      
      Merged revisions 367679 from http://svn.asterisk.org/svn/asterisk/branches/10
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@367693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e5185367
Loading