carpenox wrote:sure, hit me up on skype and then we can report the fix back here
ok skype contact?
I went ahead with the installation:
I removed the #include line: /linux/pci-aspm.h
dahdi-linux-complete-3.1.0+3.1.0]# make config
make: Nothing to be done for 'config'.
asterisk:
bash /usr/src/asterisk/asterisk-16.17.0-vici/contrib/scripts/install_prereq install
cp /usr/src/asterisk/asterisk-16.17.0-vici/contrib/init.d/rc.redhat.asterisk /etc/init.d/asterisk
these go after downloading asterisk
wget
http://download.vicidial.com/beta-apps/ ... ici.tar.gztar -xzvf asterisk-16.17.0-vici.tar.gz
after installing asterisk successfully, it gives this error when launching the command
/usr/share/astguiclient/start_asterisk_boot.pl
-bash: /usr/share/astguiclient/start_asterisk_boot.pl: No such file or directory
create the directory but there are not all the files and folders as in the box or another installation on centos7, most are missing
going ahead put the permissions
/usr/src/astguiclient/trunk/install.pl
-bash: /usr/src/astguiclient/trunk/install.pl: Permission denied
the strange thing is that not even in var / www / html he copied, maybe some permissions problem to be set at the beginning
rc.local not found
modify
[root@localhost ~]# vi /usr/lib/systemd/system/rc-local.service
# SPDX-License-Identifier: LGPL-2.1+
#
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# This unit gets pulled automatically into multi-user.target by
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
[Unit]
Description=/etc/rc.d/rc.local Compatibility
Documentation=man:systemd-rc-local-generator(8)
ConditionFileIsExecutable=/etc/rc.d/rc.local
Requires=network-online.target
After=network-online.target
[Service]
Type=forking
ExecStart=/etc/rc.d/rc.local start
TimeoutSec=0
RemainAfterExit=yes
GuessMainPID=no
[Install]
WantedBy=multi-user.target
systemctl enable rc-local
systemctl start rc-local
in the menu he tells me
Version: 2.14b0.5
SVN Version: 0
DB Schema Version: 1635 WARNING: Code expects different schema: ?
DB Schema Update Date: 2021-06-11 14:06:01
there is no sip module, returns this error:
sip show peers
No such command 'sip show peers' (type 'core show help sip show' for other possible commands)
there is pjsip and not sip, maybe it wasn't better asterisk 13 and not 16 which is in beta app?
However, phone registration problems remain
I think the php.ini should also be changed to this:
error_reporting = E_ALL & ~E_NOTICE
memory_limit = 48M
short_open_tag = On
max_execution_time = 330
max_input_time = 360
post_max_size = 48M
upload_max_filesize = 42M
default_socket_timeout = 360
date.timezone = Europe/Rome
also because on the interface it gives me time not what I have set, but always gmt + 0,however the time on the server is correct
timedatectl set-timezone Europe/Rome