[asterisk-bugs] [Asterisk 0005601]: [patch] No audio on ATXFER

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Sep 21 16:58:14 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=5601 
====================================================================== 
Reported By:                jalsot
Assigned To:                kpfleming
====================================================================== 
Project:                    Asterisk
Issue ID:                   5601
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     closed
Asterisk Version:           CVS HEAD 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2005-11-04 10:09 CST
Last Modified:              2010-09-21 16:58 CDT
====================================================================== 
Summary:                    [patch] No audio on ATXFER
Description: 
When making ATXFER, the transfer is successfull, however no voice/audio can
be heared. After some investigation I found, that the
ast_bridge_call_thread thread has not been started and this caused the
trouble.
Removing the setschedpolicy fixed the trouble.
====================================================================== 

---------------------------------------------------------------------- 
 (0127243) svnbot (reporter) - 2010-09-21 16:58
 https://issues.asterisk.org/view.php?id=5601#c127243 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 288112

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r288112 | tilghman | 2010-09-21 16:58:13 -0500 (Tue, 21 Sep 2010) | 15
lines

Try both the encoded and unencoded subscription URI for a match in hints.

When a phone sends an encoded URI for a subscription, the URI is not
matched
with the actual hint that is in decoded format.  For example, if we have
an
extension with a hint that is named:
"https://issues.asterisk.org/view.php?id=5601" or "*5601", the subscription
will
work fine if the phone subscribes with an already decoded URI, but when
it's
decoded like "%255601" or "%2A5601", Asterisk is unable to match it with
the
correct hint.

(closes issue https://issues.asterisk.org/view.php?id=17785)
 Reported by: ramonpeek
 Patches: 
       20100831__issue17785.diff.txt uploaded by tilghman (license 14)
 Tested by: ramonpeek

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=288112 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-21 16:58 svnbot         Checkin                                      
2010-09-21 16:58 svnbot         Note Added: 0127243                          
======================================================================




More information about the asterisk-bugs mailing list