Find the answer to your Linux question:
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 ...
  1. #1
    Just 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!

  2. #2
    Just 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.

  3. #3
    Just Joined!
    Join Date
    Aug 2009
    Posts
    80
    Quote Originally Posted by Legolasthehansy View Post
    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.
    So you say I need to run ./configure before editing /etc/asterisk/http.conf?

    If Yes, that's what I did.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...