Skip to content

rafinhaa/cdr-asterisk

Repository files navigation



About   |    Technologies   |    Run   |    Info   |    Changelog   |    License

🔖 About

CDR Asterisk is a web application written with the codeigniter 4 framework, which allows you to view the details of a call and listen to recordings. Includes:

  • Crud for users
  • Crud for groups and permissions
  • Internationalization

Next steps:

  • [] Improve the dashboard View
  • [] Upload photo in profile user

🚀 Technologies

🏁 How to run the project

Clone the repository

git clone https://github.com/rafinhaa/cdr-asterisk.git
cd cdr-asterisk

Install dependencies

composer install

Create and edit env file

cp env .env
vi .env

Set permissions to writable folder

chmod -R 777 writable

Execute migrations

php spark migrate -all

Execute seeders

php spark db:seed UserSeed
php spark db:seed AuthGroupsSeed
php spark db:seed AuthGroupUsersSeed
php spark db:seed AuthPermissions
php spark db:seed AuthGroupsPermissions

Create a symbolic link from the audio files

ln -s /var/spool/asterisk/monitor /var/www/html/cdr-asterisk/public/assets/audios

ℹ️ Info

Credentials

📄 Changelog

See here

📝 License

MIT

Free Software, Hell Yeah!

About

Advance Asterisk CDR reports

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages