[asterisk-bugs] [Asterisk 0013713]: [patch] Inband DTMF on outbound call is not detected when dtmfmode=auto
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 16 13:43:57 CDT 2008
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=13713
======================================================================
Reported By: makoto
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13713
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.2.X
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-16 03:22 CDT
Last Modified: 2008-10-16 13:43 CDT
======================================================================
Summary: [patch] Inband DTMF on outbound call is not detected
when dtmfmode=auto
Description:
Inband DTMF on outbound call is not detected when dtmfmode=auto
because p->vad (DSP for detecting inband DTMF) is not created.
On outbound call, p->vad is not created in sip_new(), so should be
created
in process_sdp() when dtmfmode is switched to inband.
I have tested only on 1.2, but I believe that it happens on 1.4 or later.
Attached patch will fix the problem.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-10-16 13:43 blitzrage Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list