Skip to content

oioki/asterisk-users-admin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Features

  • Managing Asterisk realtime SIP peers, stored in MySQL;
  • Provisioning Cisco/Linksys IP phones: Cisco SPA504g etc;
  • Provisioning Linphone softphones (experimental).

Installation

  • Setup Asterisk to store realtime SIP peers in MySQL DB TODO

  • Create MySQL database and apply scheme TODO

  • Grant MySQL access mysqladmin ...

  • Grant AMI access Usually in /etc/asterisk/manager.conf

[panel]
secret = AMIPASS
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1
read = all,system,call,agent
write = all
  • Install Smarty library
wget -O Smarty-stable.tar.gz http://www.smarty.net/files/Smarty-stable.tar.gz
tar xf Smarty-stable.tar.gz
mv Smarty-*/libs .
rm -r Smarty-*
  • Correct file owners and permissions
chown -R www-data .
chmod 240 logs/auth.log
  • Customize configs/app.conf

  • Customize these files if needed: static/favicon.ico templates/email.tpl .htaccess locations.php

About

Web GUI for managing Asterisk realtime SIP peers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published