{"id":13342706,"url":"https://github.com/solutionok/YeaStar.PBX.Report.Scheduler","last_synced_at":"2025-03-12T02:32:34.204Z","repository":{"id":49232302,"uuid":"238231081","full_name":"solutionok/YeaStar.PBX.Report.Scheduler","owner":"solutionok","description":"This app send an email of an filtered PBX communication history by schedule and administrator creates/updates/deletes schedules. (Core PHP, Medoo, sendmail etc)","archived":false,"fork":false,"pushed_at":"2021-06-22T15:39:24.000Z","size":230,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-30T21:05:07.720Z","etag":null,"topics":["administrator","asterisk-pbx","bootstrap","email-notification","medoo","pbx","php","schedules","sendmail","smtp-mail","wamp","xampp","yeastar"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solutionok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.key","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-04T14:52:38.000Z","updated_at":"2020-02-18T03:46:18.000Z","dependencies_parsed_at":"2022-09-06T13:40:47.542Z","dependency_job_id":null,"html_url":"https://github.com/solutionok/YeaStar.PBX.Report.Scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionok%2FYeaStar.PBX.Report.Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionok%2FYeaStar.PBX.Report.Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionok%2FYeaStar.PBX.Report.Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionok%2FYeaStar.PBX.Report.Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solutionok","download_url":"https://codeload.github.com/solutionok/YeaStar.PBX.Report.Scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221265581,"owners_count":16788059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["administrator","asterisk-pbx","bootstrap","email-notification","medoo","pbx","php","schedules","sendmail","smtp-mail","wamp","xampp","yeastar"],"created_at":"2024-07-29T19:29:55.231Z","updated_at":"2024-10-24T02:30:26.635Z","avatar_url":"https://github.com/solutionok.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yeastar.PBX.Report.Scheduler\nThis app send email of the filtered PBX history by schedule and administrator creates/updates/deletes schedules. (Core PHP, [Medoo](https://medoo.in), [sendmail](https://sendmail.org) etc)\n\nThis projected designed for [YoaStar PBX series 100](https://www.yeastar.com/s100-voip-pbx), if someone use another version pbx then some code should be changed\n\n## Installation for windows\n\n1. install xampp or wamp(correctly apache and php)\n2. go to apache document root directory(htdocs for xampp, www for wamp) and run this command\n  ``` bash\n  $ git clone https://github.com/solutionok/YoaStar.PBX.Report.Scheduler.git\n  $ cd YoaStar.PBX.Report.Scheduler\n  $ composer install\n  ``` \n3. edit functions.php below lines.\n ``` PHP\n $database = new Medoo([\n   // required\n   'database_type' =\u003e 'mysql',\n   'database_name' =\u003e 'cdr',\n   'server' =\u003e '192.168.52.2', // pbx mysql database host ip\n   'username' =\u003e 'pbxuser',    // mysql default user that provided by default\n   'password' =\u003e 'xxxxx',        // mysql default user password that provided by default\n\n   // [optional]\n   'charset' =\u003e 'utf8mb4',\n   'collation' =\u003e 'utf8mb4_general_ci',\n   'port' =\u003e 3306,\n ]);\n \n date_default_timezone_set('America/New_York'); // the timezone of the machine, which installed xampp/wamp\n \n \n $testuser = new Medoo([\n   // required\n   'database_type' =\u003e 'mysql',\n   'database_name' =\u003e 'test',\n   'server' =\u003e '192.168.52.2', // pbx mysql database host ip\n   'username' =\u003e 'pbxuser',    // mysql default user that provided by default\n   'password' =\u003e 'xxxxx',        // mysql default user password that provided by default\n\n   // [optional]\n   'charset' =\u003e 'utf8mb4',\n   'collation' =\u003e 'utf8mb4_general_ci',\n   'port' =\u003e 3306,\n ]);\n ```\n \n 4. run app in the browswer, and do not close browser\n   ``` url\n   http://localhost/Yeastar.PBX.Report.Scheduler\n   ```\n   \n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionok%2FYeaStar.PBX.Report.Scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolutionok%2FYeaStar.PBX.Report.Scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionok%2FYeaStar.PBX.Report.Scheduler/lists"}