[asterisk-bugs] [Asterisk 0013713]: [patch] Inband DTMF on outbound call is not detected when dtmfmode=auto

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 10 15:22:57 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13713 
====================================================================== 
Reported By:                makoto
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   13713
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.2.X 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2008-10-16 03:22 CDT
Last Modified:              2009-03-10 15:22 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               
====================================================================== 
2009-03-10 15:22 file           Status                   new => assigned     
2009-03-10 15:22 file           Assigned To               => file            
======================================================================




More information about the asterisk-bugs mailing list