[svn-commits] rmudgett: branch group/issue14068 r203310 - in /team/group/issue14068: ./ cha...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 25 15:01:17 CDT 2009


Author: rmudgett
Date: Thu Jun 25 15:01:07 2009
New Revision: 203310

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203310
Log:
Merged revisions 203258 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r203258 | qwell | 2009-06-25 14:22:46 -0500 (Thu, 25 Jun 2009) | 10 lines
  
  Unmute when we get a dtmfup (we muted on dtmfdown) event.
  
  This would occasionally cause one-way audio when using hardware DTMF detection.
  
  (closes issue #14761)
  Reported by: tzafrir
  Patches:
        v1-14761.patch uploaded by dimas (license 88)
  Tested by: tzafrir, dimas
........

Modified:
    team/group/issue14068/   (props changed)
    team/group/issue14068/channels/chan_dahdi.c

Propchange: team/group/issue14068/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Jun 25 15:01:07 2009
@@ -1,1 +1,1 @@
-/trunk:1-203250
+/trunk:1-203303

Modified: team/group/issue14068/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/issue14068/channels/chan_dahdi.c?view=diff&rev=203310&r1=203309&r2=203310
==============================================================================
--- team/group/issue14068/channels/chan_dahdi.c (original)
+++ team/group/issue14068/channels/chan_dahdi.c Thu Jun 25 15:01:07 2009
@@ -7238,6 +7238,7 @@
 			/* absorb event */
 		} else {
 #endif
+			dahdi_confmute(p, 0);
 			p->subs[idx].f.frametype = AST_FRAME_DTMF_END;
 			p->subs[idx].f.subclass = res & 0xff;
 #ifdef HAVE_PRI




More information about the svn-commits mailing list