Thanks. I will try to do that. However, would you be able to point me to the right direction. I have been trying to locate all *.conf f Asterisk and seems that I could not find them at all. Or do they actually exists?
I have tried accessing /etc/asterisk directory, even with sudo but to no avail. Are there any special instruction that I should know of?
I am getting these error messages, ssh into LinuxMCE:
linuxmce@dcerouter:/etc$ sudo cd /etc/asterisk
sudo: cd: command not found
linuxmce@dcerouter:/etc$ asterisk -r
Asterisk 1.4.10, Copyright (C) 1999 - 2007 Digium, Inc. and others.
Created by Mark Spencer <
markster@digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
linuxmce@dcerouter:/etc$ sudo amportal restart
/var/lib/asterisk/bin/freepbx_engine: line 26: [: =: unary operator expected
**** WARNING: ERROR IN CONFIGURATION ****
astrundir in /etc/asterisk/asterisk.conf is set to but the directory
does not exists. Attempting to create it with: 'mkdir -p '
mkdir: missing operand
Try `mkdir --help' for more information.
**** ERROR: COULD NOT CREATE ****
Attempt to execute 'mkdir -p ' failed with an exit code of 1
You must create this directory and the try again.
linuxmce@dcerouter:/etc$
I am assuming that somehow the integration (or my installation) of LinuxMCE has a problem.
However, I can create extensions, make a call. I even had LinuxMCE Asterisk registered into my existing Asterisk installation. Thus, I am pretty sure that my installation was successful.
Any idea??