[asterisk-bugs] [Asterisk 0010634]: Followme attempts to open stream to no existing file
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Sep 4 15:40:41 CDT 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=10634
======================================================================
Reported By: pabelanger
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 10634
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!): 81434
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-03-2007 16:17 CDT
Last Modified: 09-04-2007 15:40 CDT
======================================================================
Summary: Followme attempts to open stream to no existing file
Description:
Using the following syntax:
FollowMe(516 at x|n);
Causes the following error to be thrown (See Additional Information)
Looking into the source for app_followme.c, I believe the problem is
around line 966:
---
/* The following call looks like we're going to playback the file, but
we're actually */
/* just checking to see if we *can* play it.
*/
I'll attempt to write a patch in the following days. I will also update
the application to use the /var/spool/asterisk/tmp folder rather than
/var/spool/asterisk to start tempory files.
======================================================================
----------------------------------------------------------------------
svnbot - 09-04-07 15:40
----------------------------------------------------------------------
Repository: asterisk
Revision: 81456
------------------------------------------------------------------------
r81456 | qwell | 2007-09-04 15:40:41 -0500 (Tue, 04 Sep 2007) | 13 lines
Merged revisions 81455 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue http://bugs.digium.com/view.php?id=10634)
........
r81455 | qwell | 2007-09-04 15:54:51 -0500 (Tue, 04 Sep 2007) | 4 lines
Rather than attempt to play a file, we can just check whether it exists.
Issue 10634, patch by me, testing by pabelanger, sanity checked by
bweschke
........
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
09-04-07 15:40 svnbot Checkin
09-04-07 15:40 svnbot Note Added: 0069934
09-04-07 15:40 svnbot Status feedback => assigned
09-04-07 15:40 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list