[asterisk-bugs] [Asterisk 0011389]: While you are dialing from ATA/listening to the ring , if you press touchtone, then hangup, the other line rings forever.

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Nov 29 10:39:42 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11389 
====================================================================== 
Reported By:                andrewgray
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11389
Category:                   Applications/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:            1.2.24  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-27-2007 12:47 CST
Last Modified:              11-29-2007 10:39 CST
====================================================================== 
Summary:                    While you are dialing from ATA/listening to the ring
, if you press touchtone, then hangup,  the other line rings forever.
Description: 
Verified on Asterisk 1.2.24, 1.2.14, 1.2.13, 1.2.9.

Using an ATA, if you dial another extension, and while you are listening
to it ring, if you press a touchtone key sending out a DTMF tone, then hang
up your phone, the other phone rings forever.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0005215 [patch] Provisional responses to INVITE...
====================================================================== 

---------------------------------------------------------------------- 
 andrewgray - 11-29-07 10:39  
---------------------------------------------------------------------- 
Notice that in chan_sip.c in version 1.4.5

   ast_test_flag(p, SIP_OUTGOING)

must be changed to in version 1.4.14

   ast_test_flag(&p->flags[0], SIP_OUTGOING)

Correct?

So I deleted ../asterisk-1.4.14/main/asterisk and remade.

It did not seem to stop the ringing problem.

Issue 5215 guy says:

"The following patch works for me, but might let some requests through
that should be ignored."

Maybe this is the case?


Andrew Gray 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-29-07 10:39  andrewgray     Note Added: 0074554                          
======================================================================




More information about the asterisk-bugs mailing list