{"id":34232426,"url":"https://github.com/muverum/sipengine","last_synced_at":"2026-03-13T19:07:05.470Z","repository":{"id":106363675,"uuid":"263502623","full_name":"muverum/sipengine","owner":"muverum","description":"SIP processing engine that allows processing of messages concurrently based on a pipeline of functions","archived":false,"fork":false,"pushed_at":"2021-04-13T03:06:41.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T11:54:03.151Z","etag":null,"topics":["sip","sipproxy"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/muverum.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}},"created_at":"2020-05-13T02:15:15.000Z","updated_at":"2024-06-19T09:10:08.139Z","dependencies_parsed_at":"2024-01-08T16:04:21.644Z","dependency_job_id":null,"html_url":"https://github.com/muverum/sipengine","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/muverum/sipengine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muverum%2Fsipengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muverum%2Fsipengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muverum%2Fsipengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muverum%2Fsipengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muverum","download_url":"https://codeload.github.com/muverum/sipengine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muverum%2Fsipengine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30472990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"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":["sip","sipproxy"],"created_at":"2025-12-16T01:38:19.054Z","updated_at":"2026-03-13T19:07:05.463Z","avatar_url":"https://github.com/muverum.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SipEngine\n\n![image](assets/overview.png)\n\nSipEngine is a go-based take on the traditional SIP proxy (FreeSwitch, OpenSIPS). As\nopposed to creating a lexed configuration language, this library can be imported\nand implemented however you choose. \n\nThe engine itself takes a slice of `SIPStep` functions, which have a signature of\n`func (message *Message) error`. You simply build your steps, put them into a slice \nand they will execute against every message that comes in\n\n## Exiting\nThere are scenarios where we want to abandon processing at an earlier stage. If you \nreturn a `MessageTerminationError`, the engine will stop further processing. This does\nmean, however, that you will still have to put your message onto the egress channel\nfor processing before returning that message. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuverum%2Fsipengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuverum%2Fsipengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuverum%2Fsipengine/lists"}