[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:12 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-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
====================================================================== 

---------------------------------------------------------------------- 
 (0130462) lmadsen (administrator) - 2011-01-13 11:09
 https://issues.asterisk.org/view.php?id=18608#c130462 
---------------------------------------------------------------------- 
That's because the issue wasn't fixed in 1.8.1.1. Did you look at the
ChangeLog and see it?

Revision 297824 contains the fix on 12-07. Asterisk 1.8.1-rc1 was created
on 11-16, which 1.8.1 was copied from (exact same code).  Asterisk 1.8.1.1
is minor release based on 1.8.1 with 2 regressions fixed in it. You can see
them in the ChangeLog.

Asterisk 1.8.2-rc1 was created on 12-13 and would have the fix in it.
Please use Asterisk 1.8.2-rc1 to resolve this issue. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-13 11:09 lmadsen        Note Added: 0130462                          
======================================================================




More information about the asterisk-bugs mailing list