[OpenSIPS-Users] OpenSIPS SBC Community Edition is now available
Răzvan Crainea
razvan at opensips.org
Fri May 8 13:52:13 UTC 2026
I have just checked and the image is available [1].
You can build the image yourself locally, by cloning the docker-opensips
project [2] and building an image with the required modules [3].
[1]
https://hub.docker.com/layers/opensips/opensips/sbc-ce/images/sha256-6a7a5f3d2d990a9cd0728c67dc512e5a1017fc339d59eeb0a82b39973ad72733
[2] https://github.com/OpenSIPS/docker-opensips
[3]
https://github.com/OpenSIPS/opensips-sbc-ce-config/blob/main/.debian.packages
Best regards,
Răzvan Crainea
OpenSIPS Core Developer / SIPhub CTO
http://www.opensips-solutions.com / https://www.siphub.com
On 5/6/26 7:19 PM, 柳永智 wrote:
>
>
> Environment:
> Ubuntu 24.04, Docker and Docker Compose installed and working normally.
> Operation steps and full output:
> Clone official repository
> plaintext
> git clone https://github.com/OpenSIPS/opensips-sbc-ce.git
> Output:
> plaintext
> Cloning into 'opensips-sbc-ce'...
> remote: Enumerating objects: 540, done.
> remote: Counting objects: 100% (540/540), done.
> remote: Compressing objects: 100% (222/222), done.
> remote: Total 540 (delta 292), reused 538 (delta 290), pack-reused 0 (from 0)
> Receiving objects: 100% (540/540), 93.16 KiB | 3.21 MiB/s, done.
> Resolving deltas: 100% (292/292), done.
> Enter project folder
> plaintext
> cd opensips-sbc-ce
> Edit compose file
> plaintext
> sed -i 's|image: opensips/sbc|build: .|g' docker-compose.yml
> sed -i '/rtpengine:/,/^$/d' docker-compose.yml
> Commands executed without error.
> Build and start
> plaintext
> docker compose up -d --build
> Error output:
> plaintext
> failed to resolve reference "docker.io/opensips/opensips:sbc-ce": failed to do request: Head "https://registry-1.docker.io/v2/opensips/opensips/manifests/sbc-ce": dial tcp 208.31.254.33:443: i/o timeout
> All operations follow official guide, source code downloaded completely, docker environment is healthy.
> The problem is pulling base image timed out.
> Please guide me:
> How to deploy and run this SBC only with local source code, without pulling remote docker.io base image?
>
>
>
>
>
>
>
>
>
> At 2026-05-06 21:52:58, "Răzvan Crainea" <razvan at opensips.org> wrote:
>> Hi all,
>>
>> We are happy to announce the OpenSIPS SBC Community Edition, a
>> ready-to-run OpenSIPS-based SBC (Session Border Controller) platform.
>>
>> The project was presented at OpenSIPS Summit 2026 in Bucharest and
>> provides a complete SBC setup for SIP edge deployments, including
>> topology hiding, NAT traversal, RTPEngine-based media relay,
>> mid-registrar support, core-server failover, PSTN routing, SIP
>> authentication, access control and monitoring tools.
>>
>> You can find more details on the project page:
>> https://ce.opensips.org/opensips-sbc/
>>
>> The source code and setup instructions are available on GitHub:
>> https://github.com/OpenSIPS/opensips-sbc-ce
>>
>> Feedback, testing and contributions are very welcome.
>>
>> Best regards,
>> --
>> Răzvan Crainea
>> OpenSIPS Core Developer / SIPhub CTO
>> http://www.opensips-solutions.com / https://www.siphub.com
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>> Environment:
>> Ubuntu 24.04, Docker and Docker Compose installed and working normally.
>> Operation steps and full output:
>> Clone official repository
>> plaintext
>> git clone https://github.com/OpenSIPS/opensips-sbc-ce.git
>> Output:
>> plaintext
>> Cloning into 'opensips-sbc-ce'...
>> remote: Enumerating objects: 540, done.
>> remote: Counting objects: 100% (540/540), done.
>> remote: Compressing objects: 100% (222/222), done.
>> remote: Total 540 (delta 292), reused 538 (delta 290), pack-reused 0
>> (from 0)
>> Receiving objects: 100% (540/540), 93.16 KiB | 3.21 MiB/s, done.
>> Resolving deltas: 100% (292/292), done.
>> Enter project folder
>> plaintext
>> cd opensips-sbc-ce
>> Edit compose file
>> plaintext
>> sed -i 's|image: opensips/sbc|build: .|g' docker-compose.yml
>> sed -i '/rtpengine:/,/^$/d' docker-compose.yml
>> Commands executed without error.
>> Build and start
>> plaintext
>> docker compose up -d --build
>> Error output:
>> plaintext
>> failed to resolve reference "docker.io/opensips/opensips:sbc-ce":
>> failed to do request: Head "https://registry-1.docker.io/v2/opensips/
>> opensips/manifests/sbc-ce": dial tcp 208.31.254.33:443: i/o timeout
>> All operations follow official guide, source code downloaded
>> completely, docker environment is healthy.
>> The problem is pulling base image timed out.
>> Please guide me:
>> How to deploy and run this SBC only with local source code, without
>> pulling remote docker.io base image?
>>
>>
>>
>>
>>
>> At 2026-05-06 21:52:58, "Răzvan Crainea" <razvan at opensips.org> wrote:
>> >Hi all,
>> >
>> >We are happy to announce the OpenSIPS SBC Community Edition, a
>> >ready-to-run OpenSIPS-based SBC (Session Border Controller) platform.
>> >
>> >The project was presented at OpenSIPS Summit 2026 in Bucharest and
>> >provides a complete SBC setup for SIP edge deployments, including
>> >topology hiding, NAT traversal, RTPEngine-based media relay,
>> >mid-registrar support, core-server failover, PSTN routing, SIP
>> >authentication, access control and monitoring tools.
>> >
>> >You can find more details on the project page:
>> >https://ce.opensips.org/opensips-sbc/
>> >
>> >The source code and setup instructions are available on GitHub:
>> >https://github.com/OpenSIPS/opensips-sbc-ce
>> >
>> >Feedback, testing and contributions are very welcome.
>> >
>> >Best regards,
>> >--
>> >Răzvan Crainea
>> >OpenSIPS Core Developer / SIPhub CTO
>> >http://www.opensips-solutions.com / https://www.siphub.com
>> >
>> >
>> >_______________________________________________
>> >Users mailing list
>> >Users at lists.opensips.org
>> >http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
More information about the Users
mailing list