Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: compsos on April 14, 2013, 01:44:59 PM
-
Hi
Are we missing something from the install or has "Globals" been removed from the system menu?
If it has is there a replacement routine?
sail-4.0.0-58.noarch.rpm
smesailenv-4.0.0-11.noarch.rpm
SME 8 64b
perl-DBD-SQLite-1.14-1.x86_64.rpm
perl-File-ReadBackwards-1.04-1.2.el5.rf.noarch.rpm
perl-Text-CSV-1.21-1.el5.rf.noarch.rpm
perl-IO-Interface-1.04-1.el5.rf.x86_64.rpm
perl-DBD-SQLite-1.14-1.x86_64.rpm
perl-IO-Socket-Multicast-1.11-1.x86_64.rpm
-
HI Gordon
In answer to your questions; no and no. However, without knowing how you did the install I can't tell what may or may not have been done. The menu list is driven by the database so the first thing to do is run the database updater to make sure everything that should be on there is indeed there. At the linux console do
sh /opt/sark/scripts/update_db.sh
Close your browser completely (or clear its history) and ensure that you are logged into the sark app as admin and try again.
If that doesn't fix it then I need you to post the output from some SQL. Just copy and paste the following into the linux CLI
sqlite3 /opt/sark/db/sark.db "select un.pkey, up.panel_pkey, p.classname, p.displayname, pg.groupname from user un inner join UserPanel up on up.user_pkey = un.pkey inner join panel p on up.panel_pkey = p.pkey inner join panelgrouppanel pgp on p.pkey = pgp.panel_pkey inner join panelgroup pg on pgp.panelgroup_pkey = pg.pkey where un.pkey='admin' order by pgp.panelgroup_pkey";
There you go; nice easy little bit of SQL for you.
:-)
S
-
Hi Jeff
OK found it. The file asterisk18-configs had failed to install and I missed the error as it was in a long list of rpms.
Thank you for the pointers.