[asterisk-bugs] [Asterisk 0018608]: DTMF tones not recognized with Exchange 2010 Unified Messaging
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 12 21:31:51 CST 2011
A NOTE has been added to this issue.
======================================================================
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: new
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:
======================================================================
Date Submitted: 2011-01-12 14:11 CST
Last Modified: 2011-01-12 21:31 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.
======================================================================
----------------------------------------------------------------------
(0130437) rsw686 (reporter) - 2011-01-12 21:31
https://issues.asterisk.org/view.php?id=18608#c130437
----------------------------------------------------------------------
I have Asterisk 1.8.1 with the patch reverted working with Exchange 2010.
Are you sure you patched and installed Asterisk in the correct place? Maybe
PBX in a Flash packages Asterisk differently? Look at the debug output and
see if it looks like issue 0018352 where it is changing the ssrc.
Issue History
Date Modified Username Field Change
======================================================================
2011-01-12 21:31 rsw686 Note Added: 0130437
======================================================================
More information about the asterisk-bugs
mailing list