{"id":20961577,"url":"https://github.com/javadmohebbi/asterisk-java-operator-panel","last_synced_at":"2026-02-20T19:04:23.675Z","repository":{"id":102592582,"uuid":"63127884","full_name":"javadmohebbi/asterisk-java-operator-panel","owner":"javadmohebbi","description":"An operator panel based on asterisk-java project","archived":false,"fork":false,"pushed_at":"2016-07-16T04:52:07.000Z","size":1047,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T19:06:53.352Z","etag":null,"topics":["asterisk-java","asterisk-server","dialplan","operator-panel"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javadmohebbi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-12T05:03:20.000Z","updated_at":"2023-08-14T05:39:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0baa7f8e-2865-4be4-8893-84d4009c37a9","html_url":"https://github.com/javadmohebbi/asterisk-java-operator-panel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/javadmohebbi/asterisk-java-operator-panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javadmohebbi%2Fasterisk-java-operator-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javadmohebbi%2Fasterisk-java-operator-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javadmohebbi%2Fasterisk-java-operator-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javadmohebbi%2Fasterisk-java-operator-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javadmohebbi","download_url":"https://codeload.github.com/javadmohebbi/asterisk-java-operator-panel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javadmohebbi%2Fasterisk-java-operator-panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asterisk-java","asterisk-server","dialplan","operator-panel"],"created_at":"2024-11-19T02:14:21.529Z","updated_at":"2026-02-20T19:04:23.653Z","avatar_url":"https://github.com/javadmohebbi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asterisk Java Operator Panel\nAn operator panel based on asterisk-java project (http://asterisk-java.org)\n\n# Configuring Asterisk Server\nFirst of all, we need to configure our asterisk server. So, connect to your asterisk server using SSH and edit the manager.cong placed in /etc/asterisk/manager.conf.\n\nNow check the following line is available:\n\n\n[general]\n\nenabled = yes\n\nport = 5038\n\nbindaddr = 0.0.0.0\n\ndisplayconnects=no ;only effects 1.6+\n\n\nAfter that, we need to configure our user's access in this file. In this example we are going to let our operator connect to asterisk server from the 192.168.1.1/255.255.255.0 using username (admin) and password (secret). Add or change the following line in manager.conf\n\n[admin]\n\nsecret = secret\n\ndeny = 0.0.0.0/0.0.0.0\n\npermit = 127.0.0.1/255.255.255.0\n\npermit = 192.168.1.1/255.255.255.0\n\nread = system,call,log,verbose,command.agent,user,config,command,dtmf,reporting,cdr,dialplan,originate\n\nwrite = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate\n\n\n# Run the app\nDownload the jar file ajop-{file-version}.jat from the \"dist\" directory, then run it using the following command:\n\njava -jar ajop-v1.jar\n\n\n\n# About\nI've made this project for our personal usage and it might have some problems. I would be happy if i can have your advise and point about this project.\nYou can contact me using this email address (m@ir-linux.ir)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavadmohebbi%2Fasterisk-java-operator-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavadmohebbi%2Fasterisk-java-operator-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavadmohebbi%2Fasterisk-java-operator-panel/lists"}