https://github.com/rafinhaa/cdr-asterisk
Advance Asterisk CDR reports
https://github.com/rafinhaa/cdr-asterisk
asterisk cdr codeigniter4
Last synced: 9 months ago
JSON representation
Advance Asterisk CDR reports
- Host: GitHub
- URL: https://github.com/rafinhaa/cdr-asterisk
- Owner: rafinhaa
- License: mit
- Created: 2021-06-07T13:35:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T17:30:43.000Z (almost 5 years ago)
- Last Synced: 2025-07-30T20:37:48.004Z (11 months ago)
- Topics: asterisk, cdr, codeigniter4
- Language: PHP
- Homepage:
- Size: 8.93 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
- [X] Crud for users
- [X] Crud for groups and permissions
- [X] Internationalization
Next steps:
- [] Improve the dashboard View
- [] Upload photo in profile user
## 🚀 Technologies
- [PHP](https://php.net/)
- [CodeIgniter](https://codeigniter.com/)
- [Sleek](https://sleek.tafcoder.com/)
## 🏁 How to run the project
#### Clone the repository
```bash
git clone https://github.com/rafinhaa/cdr-asterisk.git
cd cdr-asterisk
```
#### Install dependencies
```bash
composer install
```
#### Create and edit env file
```bash
cp env .env
vi .env
```
#### Set permissions to writable folder
```bash
chmod -R 777 writable
```
#### Execute migrations
```bash
php spark migrate -all
```
#### Execute seeders
```bash
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
```bash
ln -s /var/spool/asterisk/monitor /var/www/html/cdr-asterisk/public/assets/audios
```
## ℹ️ Info
#### Credentials
- User: admin@admin.com
- Pass: password
## 📄 Changelog
[See here](docs/changelog.md)
## 📝 License
[MIT](LICENSE)
**Free Software, Hell Yeah!**