[asterisk-bugs] [Asterisk-GUI 0014171]: Dahdi support does not work (hangs at "Checking write permission for GUI folder")
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 10 14:30:36 CST 2009
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=14171
======================================================================
Reported By: noahisaac
Assigned To: awk
======================================================================
Project: Asterisk-GUI
Issue ID: 14171
Category: General
Reproducibility: always
Severity: block
Priority: normal
Status: closed
Asterisk Version: 1.6.0.3-rc1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-01-05 11:40 CST
Last Modified: 2009-02-10 14:30 CST
======================================================================
Summary: Dahdi support does not work (hangs at "Checking
write permission for GUI folder")
Description:
When doing a clean install of asterisk 1.6.0.3-rc1 and any version of
Dahdi, the initial GUI setup will fail. The 2.0 branch hangs at "Checking
write permission for GUI folder". Pari's dahdi_support version goes into
infinite loop cycling between "Loading...", "Verifying dialplan contexts
needed for GUI", and "Checking write permission for GUI folder".
Upon further inspection, it seems that two calls to
ASTGUI.systemCmdWithOutput() don't seem to be working. I
don't yet know why.
In index.js:
1. On line 222, this call is not working:
ASTGUI.systemCmdWithOutput( 'echo ' + rand_1 , function(s){ ...
2. and on line 418, this call is also not working:
ASTGUI.systemCmdWithOutput( sessionData.directories.script_detectdahdi ,
function(op){ ...
In the second case, I know that
"sessionData.directories.script_detectdahdi" is pointing to the correct
shell script, but for some reason, it is not run when the
systemCmdWithOutput() function is called. I can run that script from the
command line with the same user permissions and it works.
(This issue may also be present with Asterisk version 1.4.x and any
version of Dahdi.)
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014324 Initial login to clean install of gui c...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-02-10 14:30 blitzrage Resolution reopened => fixed
======================================================================
More information about the asterisk-bugs
mailing list