{"id":44813705,"url":"https://github.com/nextgenswitch/nextgenswitch","last_synced_at":"2026-02-16T17:37:05.880Z","repository":{"id":248637344,"uuid":"829251436","full_name":"nextgenswitch/nextgenswitch","owner":"nextgenswitch","description":"Next Generation SoftSwitch, Multi Tenant PBX , Call Center and Contact Center (CCPAAS) Solution","archived":false,"fork":false,"pushed_at":"2025-12-04T11:45:36.000Z","size":26975,"stargazers_count":18,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-07T19:43:23.601Z","etag":null,"topics":["asterisk","asterisk-pbx","call-broadcast","call-center","campaign","ccpaas","click-to-call","contact-center","pbx","pbx-virtual","twilio"],"latest_commit_sha":null,"homepage":"https://nextgenswitch.com/","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/nextgenswitch.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":"2024-07-16T04:20:09.000Z","updated_at":"2025-12-04T11:45:40.000Z","dependencies_parsed_at":"2024-07-16T07:48:54.587Z","dependency_job_id":"bb0ecf8b-12ad-4b64-b5cb-bf58776b82be","html_url":"https://github.com/nextgenswitch/nextgenswitch","commit_stats":null,"previous_names":["nextgenswitch/nextgenswitch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nextgenswitch/nextgenswitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgenswitch%2Fnextgenswitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgenswitch%2Fnextgenswitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgenswitch%2Fnextgenswitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgenswitch%2Fnextgenswitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextgenswitch","download_url":"https://codeload.github.com/nextgenswitch/nextgenswitch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextgenswitch%2Fnextgenswitch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29514035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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","asterisk-pbx","call-broadcast","call-center","campaign","ccpaas","click-to-call","contact-center","pbx","pbx-virtual","twilio"],"created_at":"2026-02-16T17:37:04.923Z","updated_at":"2026-02-16T17:37:05.856Z","avatar_url":"https://github.com/nextgenswitch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextGenSwitch — SoftSwitch, Multi‑Tenant PBX, Call Center, CCaaS\n\n[NextGenSwitch](https://nextgenswitch.com) is a programmable, API‑driven SIP SoftSwitch that unifies PBX, call center, call broadcasting, virtual voice bot, and contact center capabilities in a single scalable platform.\n\n## Key Features\n\n- Comprehensive communication suite (PBX, Call Center, CCaaS)\n- PBX: extensions, call queues, ring groups, call parking\n- IVR: multi‑level menus and voice announcements\n- Contact center: campaigns, broadcasting, click‑to‑call\n- AI voice bot tooling\n- Helpdesk with ticketing\n- CRM integration with click‑to‑call\n- Programmable, developer‑friendly APIs with built‑in voice verbs\n- Security, compliance, and horizontal scalability\n\n![NextGenSwitch dashboard](https://nextgenswitch.com/nextgenswitch_dashboard.png)\n\n## Demo Access\n\n- URL: http://demo.nextgenswitch.com\n- User: `demo@nextgenswitch.com`\n- Password: `demopass`\n- SIP Domain: `demo.nextgenswitch.com`\n- SIP Ports: `5060` (UDP/TCP), `5061` (TLS)\n\n## Install Options\n\n- Download ISO: https://nextgenswitch.com/download/iso\n- Packages: RPM/DEB for Red Hat–based and Ubuntu systems\n- Full installation docs: https://nextgenswitch.com/docs/installation/\n\n## Documentation\n\n- Product docs: https://nextgenswitch.com/docs\n- Programmable Voice API: https://nextgenswitch.com/docs/programmable-voice-api/\n\n## Plans and pricing\n\n- pricing plans: https://nextgenswitch.com/plans-and-pricing/\n- Free cloud instance: https://nextgenswitch.com/apply-for-free/\n\n## Developer Quick Start (Voice Verbs)\n\nHello World response (Twilio‑style verbs):\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cResponse\u003e\n  \u003cSay\u003eHello, world!\u003c/Say\u003e\n\u003c/Response\u003e\n```\n\nCollect DTMF input:\n\n```xml\n\u003cGather action=\"https://example.com/process_input\" method=\"POST\" maxDigits=\"4\" timeout=\"10\"\u003e\n  \u003cSay\u003ePlease enter your 4-digit PIN.\u003c/Say\u003e\n\u003c/Gather\u003e\n```\n\nDial out with optional audio:\n\n```xml\n\u003cDial to=\"+1234567890\" answerOnBridge=\"true\" record=\"record-from-answer\"\u003e\n  \u003cPlay\u003ehttps://example.com/audio/connecting.mp3\u003c/Play\u003e\n\u003c/Dial\u003e\n```\n\nConnect with a AI Voice Assistant stream like pipecat:\n\n```xml\n\u003cConnect\u003e\n  \u003cStream url=\"ws://example.com/gemini\" \u003e\n  \u003cparameter name=\"google_api_key\" value=\"your_api_key\" /\u003e\n  \u003c/stream\u003e\n\u003c/Connect\u003e\n```\n\nTrigger a call via API:\n\n```bash\ncurl \\\n  --header \"X-Authorization: YOUR_AUTH_CODE\" \\\n  --header \"X-Authorization-Secret: YOUR_AUTH_SECRET\" \\\n  --request POST \\\n  --data 'to=23123\u0026from=2323\u0026statusCallback=http://your_status_callback_url\u0026response=http://your_xml_response_document_url' \\\n  http://NEXTGENSWITCH_URL/api/v1/call\n```\n\n## Deploy (1-Click)\n\n[![Deploy to DigitalOcean](https://www.deploytodo.com/do-btn-blue.svg)](https://marketplace.digitalocean.com/apps/nextgenswitch)\n\nOr open the Marketplace listing: https://marketplace.digitalocean.com/apps/nextgenswitch\n\n\n## Notes\n\n- Replace placeholders like `YOUR_AUTH_CODE` and `NEXTGENSWITCH_URL` with your actual values.\n- See the full API reference for all supported verbs, parameters, and callbacks.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgenswitch%2Fnextgenswitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextgenswitch%2Fnextgenswitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextgenswitch%2Fnextgenswitch/lists"}