[asterisk-bugs] [Asterisk 0018999]: rtpkeepalive blocks incoming DTMF periodically
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Mar 19 06:21:36 CDT 2011
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=18999
======================================================================
Reported By: geejay
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18999
Category: Core/RTP
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.4.40
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 308580
Request Review:
======================================================================
Date Submitted: 2011-03-19 06:21 CDT
Last Modified: 2011-03-19 06:21 CDT
======================================================================
Summary: rtpkeepalive blocks incoming DTMF periodically
Description:
When rtpkeepalive is not zero then comfort noise packets are sent
periodically. During sending of comfort noise packets incoming DTMF is not
processed.
These DMTF tones are lost.
The Function ast_rtp_sendcng in rtp.c mutes DTMF for a certain period
here:
rtp->dtmfmute = ast_tvadd(ast_tvnow(), ast_tv(0, 500000));
DMTF tones received during this period are not processed by Asterisk.
I verified the problem in Asterisk 1.4.40. The code 1.6.2.17.1 seems to be
the same.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-03-19 06:21 geejay New Issue
2011-03-19 06:21 geejay Asterisk Version => 1.4.40
2011-03-19 06:21 geejay Regression => No
2011-03-19 06:21 geejay SVN Branch (only for SVN checkouts, not tarball
releases) => 1.4
2011-03-19 06:21 geejay SVN Revision (number only!) => 308580
======================================================================
More information about the asterisk-bugs
mailing list