[asterisk-bugs] [JIRA] (ASTERISK-24743) REG implementation of Asterisk
pardha Saradhi saladi (JIRA)
noreply at issues.asterisk.org
Fri Jan 30 22:05:36 CST 2015
pardha Saradhi saladi created ASTERISK-24743:
------------------------------------------------
Summary: REG implementation of Asterisk
Key: ASTERISK-24743
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24743
Project: Asterisk
Issue Type: Information Request
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 13.1.1
Environment: Ubuntu 12.0, Hardware Platfrom :- i3 Processor with 4 GB ram and 120 GB harddisk.
Reporter: pardha Saradhi saladi
Severity: Minor
Hi Team am trying to intall the Asterisk with source code.
i have followed this commands for installing astersik
sudo apt-get install asterisk
asterisk -rvvvvvvv
Now am trying to install GUI for my asterisk. please help me if i am missing some steps for installing the asterisk.
i have followed below steps to install the asterisk GUI
apt-get install subversion
svn checkout http://svn.digium.com/svn/asterisk-gui/trunk/ asterisk-gui
cd asterisk-gui
./configure
make
make install
First, edit the file /etc/asterisk/httpd.conf to uncomment these two lines:
enabled=yes
enablestatic=yes
And change bindaddr=127.0.0.1 to bindaddr=0.0.0.0
In the file /etc/asterisk/manager.conf, under the [general] section uncomment the line:
webenabled = yes
And change the line enabled = no to:
enabled = yes
Under the user name ([admin]), add the following 3 lines:
secret = pick_a_strong_password
read = system,call,log,verbose,command,agent,config,read,write,originate
write = system,call,log,verbose,command,agent,config,read,write,originate
This will allow to login into the app with the username admin and the password pick_a_strong_password.
Now it’s a good moment to restart Asterisk :)
service asterisk restart
Note, on an old system (I think from lucid and older) you might need to use this command:
/etc/init.d/asterisk restart
but whereas when am installing the asterisk gui am unable to see the manger.conf file with any of the user name to add the secret.
and in the command line of the asterisk if check the manager show users
there am getting the password is not set. even i have updated it in manger.conf.
please help me steps to install asterisk with gui.
thank you in advance.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list