[asterisk-bugs] [Asterisk 0011657]: app_followme broken in /trunk
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Feb 21 10:41:35 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11657
======================================================================
Reported By: davevg
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11657
Category: Applications/app_followme
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 95313
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 12-31-2007 12:05 CST
Last Modified: 02-21-2008 10:41 CST
======================================================================
Summary: app_followme broken in /trunk
Description:
In /trunk app_followme does not work, 1.4 works fine. When it dials out to
the followme numbers it never detects the answer on the lines it is
connecting to. I have traced it back to winner = ast_waitfor_n(watchers,
pos, &to); It always returns the 1st element in the array. With this
f->frametype is 4 and f->subclass is 2. If you make the caller channel the
last element, it will connect and playback the prompts correctly, but not
see any changes on the caller channel. Ie. If you hang up the caller
channel, it continues the call flow.
======================================================================
----------------------------------------------------------------------
svnbot - 02-21-08 10:41
----------------------------------------------------------------------
Repository: asterisk
Revision: 104019
U trunk/configure
U trunk/configure.ac
U trunk/include/asterisk/autoconfig.h.in
------------------------------------------------------------------------
r104019 | file | 2008-02-21 10:41:31 -0600 (Thu, 21 Feb 2008) | 8 lines
Disable epoll as it has caused more obscure issues then any of my previous
code. I will continue to work on it in a separate branch to make it stable
for a release and test it against the following issues.
(closes issue http://bugs.digium.com/view.php?id=11253)
Reported by: falves11
(closes issue http://bugs.digium.com/view.php?id=11657)
Reported by: davevg
(closes issue http://bugs.digium.com/view.php?id=11033)
Reported by: falves11
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=104019
Issue History
Date Modified Username Field Change
======================================================================
02-21-08 10:41 svnbot Checkin
02-21-08 10:41 svnbot Note Added: 0082734
02-21-08 10:41 svnbot Status acknowledged => assigned
02-21-08 10:41 svnbot Assigned To => file
======================================================================
More information about the asterisk-bugs
mailing list