Hi,
for our workflow we build our own Debian packages for kamailio.
We are currently trying and failing to create a package for the kafka
modules.
What we have tried so far:
Adding the "Build-Depends:" entries for librdkafka-dev in debian/control
Adding a "Package" in debian/control
Adding ka
Hi,
I have a follow-up question related to this.
I would like to use a python lib for mysql db connections and some simple
queries(beside what other kama module queries). I tried to make a db connection
per process in kemi "child_init()" function. All queries work ok for first and
2'nd request
Hi Jayapal,
"Integration" is a vague concept. It's important to have some understanding of
where Kamailio fits in in relation to FreeSWITCH, and what sort of
functionality is provided by each.
Broadly speaking, absent any other clarity, FreeSWITCH is a PBX and voice
application server, while
Yes, for now, I need integration for the services like voicemail only.
__
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-le...@lists.kamailio.org
Important: keep the mailing list in the reci
Hi there,
The wiki is really good for this information and getting a base
understanding of the Kamailio software:
https://www.kamailio.org/wiki/tutorials/getting-started/main
I assume you mean Kamailio in front of your FreeSWITCH as an edge
gateway/loadbalancer? A really helpful site for me was n
Hello,
what type of integration do you need?
Only media services like voicemail or?
Regards
---
I'm SoCIaL, MayBe
El 21/02/2024 a las 6:26 a. m., jayapal--- via sr-users escribió:
Greetings,
I am new to Kamailio and seeking assistance. I have installed FreeSWITCH
version 1.10.11 and Kamail
Greetings,
I am new to Kamailio and seeking assistance. I have installed FreeSWITCH
version 1.10.11 and Kamailio version 5.6.5. I have two inquiries:
I aim to configure FreeSWITCH with Kamailio. Could someone kindly guide me on
achieving this integration?
I am curious about the storage locatio
Hello,
On 21.02.24 10:30, Patrick Karton via sr-users wrote:
> Hello are htable protected for multiple write access?
>
> can i safely update htable from one process and be sure another
> process will access it for write operation ? if yes is the lock on all
> the htable or only on the bucket whe
Hello are htable protected for multiple write access?
can i safely update htable from one process and be sure another process will
access it for write operation ? if yes is the lock on all the htable or only on
the bucket where the key belongs ?
Thanks.