{"id":16212521,"url":"https://github.com/p4irin/sipp","last_synced_at":"2026-03-18T18:25:59.213Z","repository":{"id":182817847,"uuid":"669124448","full_name":"p4irin/sipp","owner":"p4irin","description":"A Ubuntu based Docker image with SIPp","archived":false,"fork":false,"pushed_at":"2024-04-10T14:05:22.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T16:52:46.239Z","etag":null,"topics":["sip-protocol","sipp","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/p4irin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-21T11:59:07.000Z","updated_at":"2023-08-22T09:59:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"69846a3c-9803-4f44-822a-bf1f670ed7a0","html_url":"https://github.com/p4irin/sipp","commit_stats":null,"previous_names":["p4irin/sipp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p4irin/sipp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p4irin%2Fsipp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p4irin%2Fsipp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p4irin%2Fsipp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p4irin%2Fsipp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p4irin","download_url":"https://codeload.github.com/p4irin/sipp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p4irin%2Fsipp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29463552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"ssl_error","status_checked_at":"2026-02-15T01:01:23.809Z","response_time":53,"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-protocol","sipp","testing-tools"],"created_at":"2024-10-10T10:52:50.703Z","updated_at":"2026-02-15T01:03:25.759Z","avatar_url":"https://github.com/p4irin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIPp on Ubuntu Docker image\n\n[![Build SIPp on Ubuntu image and push the image to DockerHub](https://github.com/p4irin/sipp/actions/workflows/build-push.yml/badge.svg)](https://github.com/p4irin/sipp/actions/workflows/build-push.yml)\n\nSpin up a container and use SIPp interactively from a bash session inside the container. Volume mount a directory on the Docker host's filesystem into the container to develop your own XML scenarios and run/test them inside the container. Copy your developed XML scenarios to a new built image. Distribute your set of XML scenarios and run them on any Docker host.\n\n## Tags and versions\n\n[Tags on SIPp and Ubuntu versions](https://hub.docker.com/r/p4irin/sipp/tags)\n\n## References for more information on and usage of SIPp\n\n- [Dockerfile](https://github.com/p4irin/sipp)\n- [Image on Docker Hub](https://hub.docker.com/r/p4irin/sipp)\n- [Sourceforge](https://sipp.sourceforge.net/index.html)\n- [Github](https://github.com/SIPp/sipp)\n- [readthedocs.io](https://sipp.readthedocs.io)\n\n## Examples of usage\n\nPull it from Docker Hub\n\n```bash\n$ docker pull p4irin/sipp\n...\n```\n\nDrop yourself in a bash shell inside the container\n\n```bash\n$ docker run --rm --network host -i -t p4irin/sipp:latest bash\nroot@host:/#\n```\n\nand run `sipp` as usual.\n\n```bash\nroot@host:/# sipp -h\n...\nroot@host:/# sipp -sn uas\n------------------------------ Scenario Screen -------- [1-9]: Change Screen --\n  Port   Total-time  Total-calls  Transport\n  5060      19.09 s            0  UDP\n\n  0 new calls during 1.004 s period       1 ms scheduler resolution\n  0 calls                                 Peak was 0 calls, after 0 s\n  0 Running, 1 Paused, 4 Woken up\n  0 dead call msg (discarded)\n  3 open sockets                          0/0/0 UDP errors (send/recv/cong)\n  0 Total RTP pckts sent                  0.000 last period RTP rate (kB/s)\n\n                                 Messages  Retrans   Timeout   Unexpected-Msg\n  ----------\u003e INVITE             0         0         0         0\n\n  \u003c---------- 180                0         0\n  \u003c---------- 200                0         0         0\n  ----------\u003e ACK         E-RTD1 0         0         0         0\n\n  ----------\u003e BYE                0         0         0         0\n  \u003c---------- 200                0         0\n  [   4000ms] Pause              0                             0\n------------------------------ SIPp Server Mode -------------------------------\n```\n\nMount a `project-directory` in the current directory on the Docker host to a directory in the container for test and development of your own XML scenarios.\n\n```bash\n$ docker run --rm --network host -i -t -v $(pwd)/project-directory:/some-container-dir p4irin/sipp:latest bash\nroot@host:/#\n```\n\nAssuming `project-directory` contains an XML scenario file `scenario.xml`, you can run it as follows\n\n```bash\nroot@host:/# sipp \u003cremote_host\u003e -sf /some-container-dir/scenario.xml\n...\n```\n\nReplace `\u003cremote_host\u003e` with one that works for you.\n\nExit the container\n\n```bash\nroot@host:/# exit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp4irin%2Fsipp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp4irin%2Fsipp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp4irin%2Fsipp/lists"}