{"id":41392133,"url":"https://github.com/realgarit/teams-phonemanager","last_synced_at":"2026-02-25T11:19:53.292Z","repository":{"id":286177515,"uuid":"960614904","full_name":"realgarit/teams-phonemanager","owner":"realgarit","description":"A cross-platform manager for Microsoft Teams Phone Systems built with .NET 8 and Avalonia.","archived":false,"fork":false,"pushed_at":"2026-01-03T01:04:53.000Z","size":4831,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T13:32:12.162Z","etag":null,"topics":["admin-tool","auto-attendant","avalonia","call-queue","cross-platform","csharp","dotnet","microsoft-365","microsoft-graph","microsoft-teams","mvvm","powershell","teams-phone"],"latest_commit_sha":null,"homepage":"https://github.com/realgarit/teams-phonemanager/releases","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realgarit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-04T18:36:23.000Z","updated_at":"2026-01-04T22:41:01.000Z","dependencies_parsed_at":"2025-10-06T23:21:19.933Z","dependency_job_id":"bb167c7c-945d-4269-8f17-87a003d259b2","html_url":"https://github.com/realgarit/teams-phonemanager","commit_stats":null,"previous_names":["realgarit/teams-phonemanager"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/realgarit/teams-phonemanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgarit%2Fteams-phonemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgarit%2Fteams-phonemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgarit%2Fteams-phonemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgarit%2Fteams-phonemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realgarit","download_url":"https://codeload.github.com/realgarit/teams-phonemanager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgarit%2Fteams-phonemanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28692008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["admin-tool","auto-attendant","avalonia","call-queue","cross-platform","csharp","dotnet","microsoft-365","microsoft-graph","microsoft-teams","mvvm","powershell","teams-phone"],"created_at":"2026-01-23T12:45:45.681Z","updated_at":"2026-02-11T23:36:05.556Z","avatar_url":"https://github.com/realgarit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teams Phone Manager\n\nAn Avalonia-based Microsoft Teams Phone Manager application built with .NET 10 to simplify Microsoft Teams Phone System administration tasks. Cross-platform support for Windows, macOS and Linux.\n\n## Features\n\n- Auto Attendants Management\n- Call Queues Management\n- Holiday Management\n- 365 Groups Integration\n- Resource Accounts\n- Modern UI\n\n## Prerequisites\n\n- Windows 10/11, Windows Server 2019+, macOS 10.15+, or Linux (Ubuntu 20.04+)\n- .NET 10 Runtime (Desktop) - [Download here](https://dotnet.microsoft.com/download/dotnet/10.0)\n- Microsoft Teams \u0026 Graph PowerShell Module (included with the app)\n- PowerShell 7.4+ (included with the app)\n\n## Development Setup\n\n1. Install .NET 10 SDK:\n   ```bash\n   # Download from: https://dotnet.microsoft.com/download/dotnet/10.0\n   ```\n\n2. Restore dependencies:\n   ```bash\n   dotnet restore\n   ```\n\n3. Build the application:\n   ```bash\n   dotnet build\n   ```\n\n4. Run the application:\n   ```bash\n   dotnet run\n   ```\n\n## Usage\n\n1. Download from the latest release\n2. Run the application:\n   - Windows: `teams-phonemanager.exe`\n   - macOS: `teams-phonemanager` (or the .app bundle)\n   - Linux: `./teams-phonemanager`\n\n## Architecture\n\n- .NET 10 Avalonia (cross-platform UI framework)\n- Material Design for Avalonia\n- MVVM Pattern\n- Microsoft.PowerShell.SDK\n- Custom logging service for debugging and monitoring\n\n## Project Structure\n\n```\nteams-phonemanager/\n├── Models/              # Data models\n├── ViewModels/          # MVVM ViewModels\n├── Views/               # Avalonia Views (AXAML)\n├── Services/            # Business logic services\n├── Helpers/             # Utility classes and converters\n├── Resources/           # Application resources\n├── Scripts/             # Publish \u0026 Download pwsh Modules\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test thoroughly\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Screenshots\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nefg\" src=\"https://github.com/user-attachments/assets/38fac33a-56a1-4380-9fb3-f47e4902c40c\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nelf\" src=\"https://github.com/user-attachments/assets/7de0b4e6-d7d5-4849-818c-d41aaeaa5d5f\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nenb\" src=\"https://github.com/user-attachments/assets/5ec138f7-3384-4bb5-b6aa-4085e05676fd\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-neqo\" src=\"https://github.com/user-attachments/assets/28d691df-3cf1-4983-84ed-00994a47405d\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nest\" src=\"https://github.com/user-attachments/assets/0161502d-034b-4ae2-ab0a-96c456a77329\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nexk\" src=\"https://github.com/user-attachments/assets/aad1408e-60eb-42d9-b55b-8e3beaebf4cf\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-neyt\" src=\"https://github.com/user-attachments/assets/f2ab416d-bc7a-4267-8394-77667d725b17\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nfad\" src=\"https://github.com/user-attachments/assets/1b8d014d-6b09-4996-a148-fce96663ec62\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nfbp\" src=\"https://github.com/user-attachments/assets/b4ac4949-8104-4ef7-bece-43955ca26550\" /\u003e\n\u003cimg width=\"1792\" height=\"1064\" alt=\"SCR-20251122-nfcz\" src=\"https://github.com/user-attachments/assets/e7b8d45f-f0b8-433d-a729-fe2718d4ee6a\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealgarit%2Fteams-phonemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealgarit%2Fteams-phonemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealgarit%2Fteams-phonemanager/lists"}