[asterisk-bugs] [Asterisk 0010634]: Followme attempts to open stream to no existing file
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Sep 3 16:41:02 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10634
======================================================================
Reported By: pabelanger
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10634
Category: Applications/app_followme
Reproducibility: always
Severity: minor
Priority: normal
Status: new
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-03-2007 16:41 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.
======================================================================
----------------------------------------------------------------------
pabelanger - 09-03-07 16:41
----------------------------------------------------------------------
followme.conf
---
[general]
;
featuredigittimeout=>5000
; The number of ms to wait for a digit input for the callee on whether to
take the call or
; not before we consider them "done" entering digits.
;
takecall=>1
; The global default keypress for the callee to take taking the current
call. This can be
; a single digit or multiple digits. Default is "1".
;
declinecall=>2
; The global default keypress for the callee to decline taking the current
call. This can
; be a single digit or multiple digits. Default is "2".
;
call-from-prompt=>followme/call-from
; The global default for the 'Incoming call from' message.
;
norecording-prompt=>followme/no-recording
; The global default for the 'You have an incoming call' message when the
caller elects
; not to leave their name or the option isn't set for them to do so.
;
options-prompt=>followme/options
; The global default for the 'Press 1 to accept this call or press 2 to
decline it' message.
;
pls-hold-prompt=>followme/pls-hold-while-try
; The global default for 'Please hold while we try and connect your call'
message.
;
status-prompt=>followme/status
; The global default for 'The party you're calling isn't at their desk'
message.
;
sorry-prompt=>followme/sorry
; The global default for 'I'm sorry, but we were unable to locate your
party' message.
;
;
[232 at xxx]
musicclass=>default
context=>ael-numbers
number=>232,25
[516 at xxx]
musicclass=>default
context=>ael-numbers
number=>516,25
Issue History
Date Modified Username Field Change
======================================================================
09-03-07 16:41 pabelanger Note Added: 0069864
======================================================================
More information about the asterisk-bugs
mailing list