Good morning,
This question would be best handled by the user list as the dev mailing list is dedicated for development related discussions and extensions or modifications of Kamailio (OpenSER) source code.
Posting the exact error you’re seeing in your logs will be helpful as well.
Thank you!
Fred Posner Tel: +1 (352) 664-3733 Alt: +1 (224) 334-3733
Contact info at https://fredp.xyz
On Apr 24, 2025, at 6:09 AM, Timothy Delin via sr-dev sr-dev@lists.kamailio.org wrote:
Hi Chris,Thank you for your helpful comment. We have already exposed the ports “6379:6379” in the compose.yaml file as suggested. However, we are still encountering an issue.Specifically, we are receiving an error message indicating that Kamailio cannot see the “ndb_redis” module loaded when we try to connect it to Redis. This is puzzling because our logs show that the ndb_redis module is loaded.Could you please advise on what might be causing this issue or suggest any additional steps we should take to resolve it?Thank you for your assistance.Best regards, TimothyFrom: Chris Childress via sr-dev sr-dev@lists.kamailio.org Sent: Thursday, 24 April 2025 4:21 pm To: sr-dev@lists.kamailio.org Cc: Chris Childress chris.childress@support.bg Subject: [sr-dev] Re: Kamailio Redis Integration [CAUTION: External email] Do not click links or open attachments unless you recognize the sender and know the content is safe. ___ Make sure you've exposed the port. In your compose.yaml , check for a line like: ports: - "6379:6379" Chris On 4/24/2025 9:01 AM, Timothy Delin via sr-dev wrote: Hey team, I have a question related to the Kamailio – Redis integration. I am currently using a VM with RHEL 9 OS, and I have created two separated docker files in my VM for the Kamailio and Redis. Both docker files are up and running as individual applications. However, when I tried to integrate the two containers, I keep facing issue where it doesn't want to connect between one and the other. Can you please help to advise on what I should do next? Thanks Best regards, Timothy