[asterisk-bugs] [Asterisk 0018608]: DTMF tones not recognized with Exchange 2010 Unified Messaging
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 13 11:09:21 CST 2011
The following issue has been CLOSED
======================================================================
https://issues.asterisk.org/view.php?id=18608
======================================================================
Reported By: jason331
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18608
Category: Core/RTP
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.8.1.1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2011-01-12 14:11 CST
Last Modified: 2011-01-13 11:09 CST
======================================================================
Summary: DTMF tones not recognized with Exchange 2010 Unified
Messaging
Description:
Asterisk 1.8.1.1 (PBX in a Flash) running on CentOS release 5.5 does not
correctly send DTMF to Exchange 2010. This is the same problem as reported
in https://issues.asterisk.org/view.php?id=18352 except that it still
appears in version 1.8.1.1 as well. The proposed fix for the referenced
issue does not correct the problem in this case:
Changing lines...
from:
ast_indicate(c0, AST_CONTROL_SRCCHANGE);
ast_indicate(c1, AST_CONTROL_SRCCHANGE);
to:
ast_indicate(c0, AST_CONTROL_SRCUPDATE);
ast_indicate(c1, AST_CONTROL_SRCUPDATE);
...does not help.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0018352 SSRC is changing when DTMF sent
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-01-13 11:09 lmadsen Status new => closed
======================================================================
More information about the asterisk-bugs
mailing list