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 location of Kamailio's log files. Could someone please provide information regarding this?
Thank you in advance for your help and guidance.
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 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 location of Kamailio's log files. Could someone please provide information regarding this?
Thank you in advance for your help and guidance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
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 nick vs networking and his Kamailio series here: https://nickvsnetworking.com/kamailio-introduction/
The default log local is syslog, but I export Kamailio specific logs to a separate file these days. I think I used this to set it up years ago and it still works with newer versions: https://www.kamailio.org/wikidocs/tutorials/3.2.x/syslog/
Thanks,
John.
On Wed, 21 Feb 2024 at 11:49, jayapal--- via sr-users < sr-users@lists.kamailio.org> wrote:
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 location of Kamailio's log files. Could someone please provide information regarding this?
Thank you in advance for your help and guidance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe:
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 Kamailio can be thought of as a "router" or infrastructural "glue" that gets the traffic in and out of FreeSWITCH. A common application is to use Kamailio to scale up FreeSWITCH, e.g. as a load balancer. Kamailio has some other capabilities as well, such as being a centralised registrar used by multiple FreeSWITCH servers to reach end-user devices.
Kamailio's logging destinations are basically up to you to manage. Traditionally, this was a matter of setting the `log_facility` core parameter:
https://www.kamailio.org/wikidocs/cookbooks/5.7.x/core/#log_facility
e.g. `log_facility=LOG_LOCAL0`, and then routing that facility in your syslog daemon configuration to a particular log file, e.g. in /etc/rsyslog.conf:
local0.* -/var/log/kamailio.log
With the advent of `systemd`, there is a systemd-journald and syslog forwarding dimension to this as well.
-- Alex
On 21 Feb 2024, at 06:26, jayapal--- via sr-users sr-users@lists.kamailio.org wrote:
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 location of Kamailio's log files. Could someone please provide information regarding this?
Thank you in advance for your help and guidance. __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions To unsubscribe send an email to sr-users-leave@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender! Edit mailing list options or unsubscribe: