[asterisk-bugs] [Asterisk 0005601]: [patch] No audio on ATXFER
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Sep 21 17:58:11 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 17: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.
======================================================================
----------------------------------------------------------------------
(0127257) svnbot (reporter) - 2010-09-21 17:58
https://issues.asterisk.org/view.php?id=5601#c127257
----------------------------------------------------------------------
Repository: asterisk
Revision: 288160
_U trunk/
U trunk/channels/chan_sip.c
------------------------------------------------------------------------
r288160 | tilghman | 2010-09-21 17:58:10 -0500 (Tue, 21 Sep 2010) | 36
lines
Merged revisions 288159 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r288159 | tilghman | 2010-09-21 17:57:22 -0500 (Tue, 21 Sep 2010) | 29
lines
Merged revisions 288113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
................
r288113 | tilghman | 2010-09-21 16:59:46 -0500 (Tue, 21 Sep 2010) | 22
lines
Merged revisions 288112 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
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=288160
Issue History
Date Modified Username Field Change
======================================================================
2010-09-21 17:58 svnbot Checkin
2010-09-21 17:58 svnbot Note Added: 0127257
======================================================================
More information about the asterisk-bugs
mailing list