Kamailio (former OpenSER) is a SIP proxy server. DO NOT ask questions relating to installation, use, or configuration of this software. Stack Overflow is a site for programming Q&A so on-topic questions will involve working directly with Kamailio's source code, interacting with its C APIs, or using a programming language such as Python or JavaScript to write routing logic using KEMI.
Questions tagged [kamailio]
209 questions
0
votes
2 answers
Starting a single process of Kamailo or OpenSIP
I'm trying find a way to start a single process of Kamailio or OpenSIP server in debugging mode but I unable to do so.
I'm starting the Kamailio with foreground with following command
./kamailio -l 192.168.1.117:5060 -eD
Upon the executing the…

Viren
- 5,812
- 6
- 45
- 98
0
votes
1 answer
Kamailio - WebSocket - Setup
I am an web developer and want to create a WEBRTC application. My knowledge level in SIP is beginner. I want my application to talk to kamailio and in process of setting up kamailio by following the below articles. …

Vamsi
- 95
- 2
- 10
0
votes
2 answers
Kamailio MySql to redis
i want to replace MySQL with redis database in kamalio. However, kamalio supports transactions with MySQL, ie saving data in MySql DB. While trying to run kamailio with redis, transactions are not happening. Is there any module that I have to…

Cazy programmer
- 1
- 3
0
votes
1 answer
Loading Modules In Kamailio Server
I am trying to configure kamailio with xcap. Unfortunately after installing kamailio with xcap and presence module some other dependent module (like pua and rls) is needed. How can i load these module without reinstalling kamailio again. One more…

Md Safdar Khan
- 17
- 1
- 8
0
votes
3 answers
How Kamailio transformations work?
Why Kamailio isn't set ALL headers properly?
Kamailio route excerpt:
route[PSTN] {
...
# Set from user
$fU = "+34687XXXXXX";
# Set some info headers
append_hf("Remote-Party-ID: <$fu>\r\n");
append_hf("P-Preferred-Identity:…

Javier Valencia
- 697
- 7
- 24
0
votes
1 answer
UAC Kamailio module for INVITES
It's UAC Kamailio module designed to send a INVITE to a provider trunk with authentication or, in opposite, it's only to send REGISTER?

Javier Valencia
- 697
- 7
- 24
0
votes
1 answer
kamailio load balancing with dispatcher
I am configuring kamailio with 2 or more asterisk servers from dispatcher. I configured dispatcher table with 2 asterisk servers.
+----+-------+------------------------+-------+----------+---------------------------------------+-------------+
| id…

Muralidhar Reddy
- 1
- 2
0
votes
1 answer
Kamailio IMS Diameter
With changes in Kamailio.cfg Richard Good on Dec 17, 2014
Updated P-CSCF example with additional Rx_AAR params, incorporated in kamailio.cfg, I am able to REGISTER 200 ok with Rx interface.
But I want to send AAR message only after receiving 200 ok…

Ram jee yadav
- 1
- 1
0
votes
1 answer
SIP Session Establishment Through Two Proxies with Kamailio
I want to implement a session establishment SIP call through two SIP proxies. For that I am using Kamailio Server, but I do not know how to change kamailio.cfg (/etc/kamailio/kamailio.cfg) config file to do it. Any help?
This is the scenario I want…

Alice
- 1
0
votes
1 answer
Kamailio SIP Server Connection to Radius Server?
Hi i'm on a project that which we need to connect our kamailio SIP server 4.1 (installed on ubuntu and i can give SIP service from it i tried with jitsi also install radius tool for Kamailio) as a client(for AAA i guess) to Radius Server(Windows…

Alican Beydemir
- 343
- 2
- 13
0
votes
1 answer
how to set up kamailio proxy server and route calls to twilio?
i am trying to route all calls to twilio through kamailio proxy. with my config file, call gets connected and automatically drops after about 30 seconds. This is because ACK sent to twilio for 200 OK was not correct. Twilio expects ACK with ruri…

spali
- 13
- 5
0
votes
1 answer
kamailio sip server with tls
i am trying to configure kamailio on my locak systen .
i have installed kamailio on my linux i getting call properly. but when i try to connect by tls getting following errors in log file.
ct 21 12:12:48 localhost /usr/sbin/kamailio[3612]: INFO:…

user2916639
- 388
- 1
- 3
- 18
0
votes
1 answer
How to pass content of SIP message into C application
I need to pass content of SIP message body into C application. For example, I will have some SIP server (Kamailio or Asterisk or something like this). When I receive some sip message (e.g turn on PC) it will be passed to C application which will set…

Juraj Dančík
- 3
- 1
0
votes
1 answer
Azure - Load balancing/HA - two PIPs
I am trying to set up high availability for two servers (Kamailio) in Azure. The problem is - both servers have to use instance-level public IP addresses as described here. They are used to bypass the limitation on the number of endpoints per vm (we…

user3521621
- 228
- 1
- 14
0
votes
1 answer
Kamailio with MySQL and FreeRADIUS
I have installed Kamailio with MySQL and it works! great but now i want accounting feature for billing so planning to install FreeRADIUS.
Question:
currently all users/password stored in MySQL DB so how FreeRADIUS get those users info and do…

Satish
- 16,544
- 29
- 93
- 149