Ubuntu11.10 install Asterisk1.8 and AsteriskGUI2.01

Source: Internet
Author: User
1. the Ubuntu software source comes with the asterisk installation package, so you can directly install asterisk. apt-getudpate # update the software list apt-getinstall

1. The asterisk installation package is included in the Ubuntu 11.10 software source. Therefore, you can directly install asterisk using the apt-get command.

 
 
  1. Apt-get udpate # update the software list
  2. Apt-get install asterisk # The version of asterisk is 1.8

2. Go to ghost GUI

3. Download and decompress

4. Install Asterisk GUI

5.Modify the configuration file:/Etc/asterisk/http. conf and/Etc/asterisk/manager. conf

 
 
  1. Modify/etc/asterisk/http. conf
  2. Enabled = yes
  3. Bindaddr = 0.0.0.0 #0.0.0.0 indicates that all IP addresses of the local machine can access
  4. Bindport = 8088
  5. Enablestatic = yes
  6.  
  7. Modify/etc/asterisk/manager. conf
  8. [General]
  9. Enabled = yes
  10. Webenabled = yes
  11. Port = 5038
  12. Bindaddr = 0.0.0.0
  13. [Admin] # account name at logon
  14. Secret = admin # account password at logon
  15. Read = system, call, log, verbose, command, agent, config, read, write, originate
  16. Write = system, call, log, verbose, command, agent, config, read, write, originate

6. Copy files and create connections (this step is very important. Many tutorials on the Internet do not have this step, which may cause "404 not found" and insufficient permissions)

 
 
  1. # cp -Rfv /var/lib/asterisk/* /usr/share/asterisk/ 
  2. # mv /var/lib/asterisk /var/lib/asterisk_original 
  3. # ln -s /usr/share/asterisk  /var/lib/asterisk 
  4. #chmod 777 /usr/share/asterisk/* -R 

7.RestartAsteriskService

 
 
  1. #/Etc/init. d/asterisk restart
  2. # Asterisk-r
  3. Go to the asterisk operation interface and run "http status show" to view the Http service status.

8. browser access

 
 
  1. Http: // IP: 8088/asterisk/static/config/index.html # case sensitive

9. FAQ

 
 
  1. "404 not found" is displayed when you access the web page"
  2. The "Invalid Username or Password" prompt is displayed on the web page"
  3. The following message is displayed when you access the web page (GUI dose not have necessary privileges ..." :
  4. The web log on has been in the Loading status.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.