[svn-commits] seanbright: branch 1.6.2 r212584 - in /branches/1.6.2: ./ channels/chan_agent.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 17 13:56:34 CDT 2009


Author: seanbright
Date: Mon Aug 17 13:56:30 2009
New Revision: 212584

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

........
  r212581 | seanbright | 2009-08-17 14:50:24 -0400 (Mon, 17 Aug 2009) | 5 lines
  
  Correct spelling of AGENTACCEPTDTMF in chan_agent.
  
  (closes issue #15668)
  Reported by: davidw
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/channels/chan_agent.c

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

Modified: branches/1.6.2/channels/chan_agent.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/channels/chan_agent.c?view=diff&rev=212584&r1=212583&r2=212584
==============================================================================
--- branches/1.6.2/channels/chan_agent.c (original)
+++ branches/1.6.2/channels/chan_agent.c Mon Aug 17 13:56:30 2009
@@ -2098,7 +2098,7 @@
 				} else {
 					p->wrapuptime = wrapuptime;
 				}
-				tmpoptions = pbx_builtin_getvar_helper(chan, "AGENTACCEPTDMTF");
+				tmpoptions = pbx_builtin_getvar_helper(chan, "AGENTACCEPTDTMF");
 				if (!ast_strlen_zero(tmpoptions)) {
 					p->acceptdtmf = *tmpoptions;
 					ast_verb(3, "Saw variable AGENTACCEPTDTMF=%s, setting acceptdtmf to: %c for Agent '%s'.\n", tmpoptions, p->acceptdtmf, p->agent);




More information about the svn-commits mailing list