[svn-commits] tzafrir: branch 1.6.2 r222251 - /branches/1.6.2/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 6 11:57:20 CDT 2009


Author: tzafrir
Date: Tue Oct  6 11:57:18 2009
New Revision: 222251

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222251
Log:
Blocked revisions 222237 via svnmerge

........
  r222237 | tzafrir | 2009-10-06 18:17:30 +0200 (ג', 06 אוק 2009) | 12 lines
  
  Make sure digit events are not reported as "ERROR"
  
  dahdievent_to_analogevent used a simple switch statement to convert DAHDI
  event numbers to "ANALOG_*" event numbers. However "digit" events
  (DAHDI_EVENT_PULSEDIGIT, DAHDI_EVENT_DTMFDOWN, DAHDI_EVENT_DTMFUP)
  are accompannied by the digit in the low word of the event number.
  
  This fix makes dahdievent_to_analogevent() return the event number as-is
  for such an event.
  
  This is also required to fix # 15924 (in addition to r222108).  
........

Modified:
    branches/1.6.2/   (props changed)

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




More information about the svn-commits mailing list