[asterisk-bugs] [Asterisk-GUI 0015438]: Create New VoiceMenu link unresponsive
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jul 9 12:57:13 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15438
======================================================================
Reported By: jgirdner
Assigned To: awk
======================================================================
Project: Asterisk-GUI
Issue ID: 15438
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk GUI Version: SVN
Asterisk Version: 1.6.1.0
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2009-07-01 18:24 CDT
Last Modified: 2009-07-09 12:57 CDT
======================================================================
Summary: Create New VoiceMenu link unresponsive
Description:
I can not create a new voice menu. Here is the following error I am
receiving
ErrorCode / LineNumber : 120
Error: Object expected
Location: http://xxxxxxxx:8088/gui/static/config/menus.html
======================================================================
----------------------------------------------------------------------
(0107518) jpsharp (reporter) - 2009-07-09 12:57
https://issues.asterisk.org/view.php?id=15438#c107518
----------------------------------------------------------------------
I had a very similar problem, but without the error messages that were
described.
I chased it down to a problem in js/menus.js, line 449
tmp_EventName = tmp_EventName + top.session.delimiter' + tmp_EventBody ;
should be
tmp_EventName = tmp_EventName + top.session.delimiter + tmp_EventBody ;
The ' at the end of delimiter was tripping up the javascript interpreter.
Issue History
Date Modified Username Field Change
======================================================================
2009-07-09 12:57 jpsharp Note Added: 0107518
======================================================================
More information about the asterisk-bugs
mailing list