[asterisk-bugs] [Asterisk 0011443]: Call hangup if send a DTMF during phone ringing in DTMF HYBRID MODE
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jan 8 14:44:32 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11443
======================================================================
Reported By: eferro
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11443
Category: Channels/chan_mgcp
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: 1.4.15
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 12-03-2007 06:19 CST
Last Modified: 01-08-2008 14:44 CST
======================================================================
Summary: Call hangup if send a DTMF during phone ringing in
DTMF HYBRID MODE
Description:
If from A phone y dial to B phone, when B phone start ringing, if I press a
digit in A phone, asterisk send:
RQNT 30 aaln/2 at mta248.lab.voip MGCP 1.0
X: 626395fe
R: L/hd(N)
S: 5
So, even if B phone is ON HOOK asterisk try to send the digit (in this
case "5"), the other phone reply with:
402 30 Phone Already Onhook
And asterisk hangup the call.
I test the same process with asterisk 1.4.4 and asterisk don't send
anything to the B phone before the off hook transition. So when B is
ringing anything happens if I press a digit.
I have a little patch to workaround this problem but is not a good
solution becouse it check for ON/OFF HOOK state before send the digit with
mgcp...
======================================================================
----------------------------------------------------------------------
svnbot - 01-08-08 14:44
----------------------------------------------------------------------
Repository: asterisk
Revision: 97195
U branches/1.4/channels/chan_mgcp.c
------------------------------------------------------------------------
r97195 | file | 2008-01-08 14:44:31 -0600 (Tue, 08 Jan 2008) | 6 lines
Fix various DTMF issues in chan_mgcp.
(closes issue http://bugs.digium.com/view.php?id=11443)
Reported by: eferro
Patches:
dtmf_control_hybrid-inband-mode.patch uploaded by eferro (license
337)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=97195
Issue History
Date Modified Username Field Change
======================================================================
01-08-08 14:44 svnbot Checkin
01-08-08 14:44 svnbot Note Added: 0076517
01-08-08 14:44 svnbot Status new => assigned
01-08-08 14:44 svnbot Assigned To => file
======================================================================
More information about the asterisk-bugs
mailing list