[svn-commits] jpeeler: branch 1.6.1 r187213 - /branches/1.6.1/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 8 16:01:55 CDT 2009


Author: jpeeler
Date: Wed Apr  8 16:01:51 2009
New Revision: 187213

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=187213
Log:
Blocked revisions 187211 via svnmerge

........
  r187211 | jpeeler | 2009-04-08 16:00:39 -0500 (Wed, 08 Apr 2009) | 20 lines
  
  Add timer for features so that backup bridge config can go away
  
  The biggest change done here was elimination of the backup_config for use with
  features. Previously, the bridging code upon detecting a feature would set the
  start time of the bridge to the start time of the feature. Then after the 
  feature had either expired or timed out the start time would be reset to the
  true bridge start time from the backup_config. Now, the time differences are
  calculated with respect to the newly added feature_start_time timeval instead.
  
  There should be no behavior changes from the previous functionality aside from
  the bridge timing being unaffected by either valid or partial feature matches.
  Previously the timing would be increased by the length of time configured for
  featuredigittimeout, which was probably never noticed.
  
  (closes issue #14503)
  Reported by: KNK
  Tested by: jpeeler
  
  Review: http://reviewboard.digium.com/r/179/
........

Modified:
    branches/1.6.1/   (props changed)

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list