[SR-Users] Re: Dockerized VoIP Stack

2022-12-21 Thread Henning Westerholt
Hello, we have done some projects in this area. Its some work, but doable. The benefits of k8s are not that great for this kind of applications and you will not achieve a perfect isolation (security/network level). As a note, you probably want to use rtpengine instead of rtpproxy. Cheers,

[SR-Users] Re: Dockerized VoIP Stack

2022-12-21 Thread Fred Posner
> On Dec 21, 2022, at 8:41 PM, Terrance Devor wrote: > Does anyone have experience in deploying Kamailio, Asterisk and RTPProxy to a > dockerized environment with K8s? Check out some past Kamailio World and Astricon presentations, including some from Sean McCord. He even has a GitHub demo: *

[SR-Users] Re: Dockerized VoIP Stack

2022-12-21 Thread Fred Posner
-- Fred The Palner Group, Inc. +1 (212) 937-7844 > On Dec 21, 2022, at 8:41 PM, Terrance Devor wrote: > >  > Hello Everyone, > > Does anyone have experience in deploying Kamailio, Asterisk and RTPProxy to a > dockerized environment with K8s? > > In short, we are looking to deploy the

[SR-Users] Dockerized VoIP Stack

2022-12-21 Thread Terrance Devor
Hello Everyone, Does anyone have experience in deploying Kamailio, Asterisk and RTPProxy to a dockerized environment with K8s? In short, we are looking to deploy the following applications to our Kubernetes environment to support a SIP based PBX for our company: - Kamailio (Sip Proxy with DID,

[SR-Users] Re: How to have Kamailio retry backends

2022-12-21 Thread Olle E. Johansson
> On 21 Dec 2022, at 12:41, Unai Rodriguez wrote: > > I’d like to implement a counter per INVITE. Do I need to use the counters > (https://www.kamailio.org/docs/modules/devel/modules/counters.html > ) module > or statistics

[SR-Users] IMS integration with AS

2022-12-21 Thread Oleg Belousov
Hi. Can you please advise if existing ims implementation supports integration with ims AS (Application Server), in particular for the third party registration: - upon UE registration is completed, S-CSCF constructs Register message (which keeps all details of subscriber register message) and

[SR-Users] Re: How to have Kamailio retry backends

2022-12-21 Thread Unai Rodriguez
I’d like to implement a counter per INVITE. Do I need to use the counters (https://www.kamailio.org/docs/modules/devel/modules/counters.html) module or statistics (https://kamailio.org/docs/modules/devel/modules/statistics.html) module or could someone provide any pointers? Thank you so much