[asterisk-bugs] [Asterisk 0018608]: DTMF tones not recognized with Exchange 2010 Unified Messaging

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jan 13 00:41:53 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 00:41 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. 
====================================================================== 

---------------------------------------------------------------------- 
 (0130440) jason331 (reporter) - 2011-01-13 00:41
 https://issues.asterisk.org/view.php?id=18608#c130440 
---------------------------------------------------------------------- 
In my logs I'm seeing the following:

[2011-01-13 00:40:23] DEBUG[4174]: res_rtp_asterisk.c:679
ast_rtp_dtmf_end_with_duration: Adjusting final end duration from 480 to
800
[2011-01-13 00:40:23] DEBUG[4174]: res_rtp_asterisk.c:744
ast_rtp_change_source: Changing ssrc from 186075179 to 1006522997 due to a
source change
[2011-01-13 00:40:23] DEBUG[4174]: res_rtp_asterisk.c:744
ast_rtp_change_source: Changing ssrc from 78134179 to 1813071731 due to a
source change
[2011-01-13 00:40:23] DEBUG[3558]: manager.c:4075 match_filter: Examining
event: 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-13 00:41 jason331       Note Added: 0130440                          
======================================================================




More information about the asterisk-bugs mailing list