[asterisk-bugs] [Asterisk-GUI 0015247]: Recording voice menu prompts do not save
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 13 10:20:43 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15247
======================================================================
Reported By: hterag
Assigned To: awk
======================================================================
Project: Asterisk-GUI
Issue ID: 15247
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk GUI Version: 2.0.4
Asterisk Version: 1.6.1.0
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 197262
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2009-06-02 01:49 CDT
Last Modified: 2009-07-13 10:20 CDT
======================================================================
Summary: Recording voice menu prompts do not save
Description:
in the asterisk-guitools context the line
exten = record_vmenu,n,Record(${var1})
Essentially causes it to be impossible to record a voice prompt.
Changing it to
exten = record_vmenu,n,Record(${var1},0,500,k)
Seems to solve the problem
======================================================================
----------------------------------------------------------------------
(0107664) svnbot (reporter) - 2009-07-13 10:20
https://issues.asterisk.org/view.php?id=15247#c107664
----------------------------------------------------------------------
Repository: asterisk-gui
Revision: 4967
U branches/2.0/config/js/pbx.js
------------------------------------------------------------------------
r4967 | rbrindley | 2009-07-13 10:20:42 -0500 (Mon, 13 Jul 2009) | 7 lines
- fixed an issue with 1.6 where Record wasn't saving the file
(closes issue https://issues.asterisk.org/view.php?id=15247)
Reported by: hterag
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk-gui?view=rev&revision=4967
Issue History
Date Modified Username Field Change
======================================================================
2009-07-13 10:20 svnbot Checkin
2009-07-13 10:20 svnbot Note Added: 0107664
======================================================================
More information about the asterisk-bugs
mailing list