[asterisk-bugs] [Asterisk 0018999]: rtpkeepalive blocks incoming DTMF periodically
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 5 12:56:43 CDT 2011
The following issue has been UPDATED.
======================================================================
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: acknowledged
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-04-05 12:56 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-04-05 12:56 lmadsen Description Updated
2011-04-05 12:56 lmadsen Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list