Results 1 to 3 of 3
Hey,
I followed below steps to install asterisk-gui in Jaunty.
sudo svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui
I saved the above file in /usr/src
To install:
cd asterisk-gui-2.0.2
sudo make clean
sudo ...
- 10-06-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 80
To install asterisk-gui
Hey,
I followed below steps to install asterisk-gui in Jaunty.
sudo svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui
I saved the above file in /usr/src
To install:
cd asterisk-gui-2.0.2
sudo make clean
sudo ./configure
sudo make
sudo make install
sudo make samples.
To active asterisk to receive the commands from web interface.
sudo nano /etc/asterisk/http.conf
webenable=yes
bindport(default)
bindaddr(default)
[admin]
secret = PASSWORD
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config
sudo nano /etc/default/asterisk
RUNASTERISK = NO to RUNASTERISK = YES
after doing the above I issued the below command:
sudo make checkconfig.
I got the error:
make *****No rule to make target `checkconfig'. Stop.
What am I missing?
Any help!
- 10-06-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 19
Aren't you supposed to run configure first.. Checking the docs should help.. I have brought up Asterisk once and the installation was pretty straight forward.
- 10-06-2009 #3Just Joined!
- Join Date
- Aug 2009
- Posts
- 80


Reply With Quote
