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
1
vote
1 answer
How to configure ipv6 in kamailio
I want to configure the kamailio to run in IPV6 .
I saw in kamailio.cfg we need to assign the ip adderss like below
#!substdef "!DBURL!mysql:///etc/kamailio/db.mysql!g"
#!substdef "!MY_IP_ADDR!192.168.1.119!g"
#!substdef…

s.k.Dash
- 57
- 4
1
vote
1 answer
How to retrieve custom parameter value from SIP contact header in KAMAILIO?
I am using Kamailio 4.4 and I am sending custom parameters with Contact header from my client extensions. the header send to Kamailio is like this
Contact: "Test"
I need to…

ARUNBALAN NV
- 1,634
- 4
- 17
- 39
1
vote
1 answer
Connect Kamailio with PostgreSQL
I have a specific situation where I need to connect Kamailio to PostgreSQL DB rather than MySQL. Can someone please provide the step for that. Tried multiple steps from the forum but it failed.
Problem faced: whenever kamailio creates the database…

Vivek Gupta
- 57
- 1
- 5
1
vote
1 answer
How to change To header URI from Kamailio?
I am using Kamailio 4.4. I would like to forward the request to a different port number of my endpoint. I have changed the destination URI and the INVITE correctly reached the new port. But the To header in the INVITE request has the old port. so…

ARUNBALAN NV
- 1,634
- 4
- 17
- 39
1
vote
1 answer
Kamailio and sipML5 and unable to get a connection
I have attempted using sipML5 instead of tryit jsip but I have not been able to figure out the configuration. I am having kamailio listen on port 15000 so I changed my sipML5 to wss://21.1.1.32:15000. I see the request coming through to kamalio but…

sw007
- 41
- 7
1
vote
2 answers
Kamailio Multi Registrar Solution
About me
I am very new to the use of Kamailio solution have basic background in practical application of SIP
Overview
I am tasked with building a Kamailio solution as a Active / Active Registrar
Kamailio Design
Questions
Which modules would you…

daisystevens100
- 21
- 2
1
vote
1 answer
sctp_core_destroy(): SCTP API not initialized in kamailio start
Hi I have installed Kamalio it start first time but when I stop and start it again it gives sctp_core_destroy(): SCTP API not initialized . I have already installed sctp module.
yyerror_at(): parse error in config file…

Vipin Singh
- 532
- 1
- 7
- 24
1
vote
1 answer
output of kamailio shared memory
I am trying to monitor the memory usage of kamailio. The PKG memory I have arranged, though the shared memory is something else.
According to documentation you can get the shared memory like this:
kamcmd mod.stats all shm
In my case, I get the…

Maarten Ureel
- 393
- 4
- 18
1
vote
1 answer
How to configure Kamailio with SEMS
I am working on Push To Talk PoC. I intent to use Kamailio as SIP signaling to work with SEMS for handling mixer conference audio (media server). The reason to use SEMS is performance is better in comparing with FreeSwitch or Asterisk. There are…

nguyentran
- 458
- 2
- 14
1
vote
2 answers
Kamailio startup errors
I've just installed a new Ubuntu 16.10 server distro and started the install of Kamailio. After fixing some db create errors (MEDIUMTEXT does not support a default value in MySQL 5.7) I tried to start the service. The following errors are reported…

Brian P.
- 206
- 3
- 14
1
vote
1 answer
Failed to find command append_branch
I am a new user to kamailio. I am trying to use the fork.cfg to send sip registration to 2 destination. I get the following error but I have added loadmodule tm.so, why am I still getting this error?
Mar 22 15:53:48 emps116 kamailio[14065]: ERROR:…

anu
- 11
- 1
1
vote
1 answer
Can not find mi_fifo.so and mi_rpc.so files while install Kamailio on Sierra
I try to start kamailio on Sierra OS. When I run kamailio with "/usr/local/sbin/kamailio -c" I get this error:
0(49276) ERROR: [core/sr_module.c:571]: load_module(): could not find module in
…

Marina
- 1,177
- 4
- 14
- 27
1
vote
1 answer
Check connectivity between Kamailio and Database
How I can check connectivity between Kamailio and database server on Kamailio?
When Kamailio has connection problems to the database due to network or something else, I want to create some logic to handle these cases. I was looking for a similar…

KonstantinP
- 17
- 3
1
vote
2 answers
Kamailio overwrite From domain
I'm using Kamailio 4.4. I need to overwrite call information: From header domain.
sip.twilio.com to pstn.mycompany.io. Example:
From: "+16501112222"
to
From: "+16501112222"…

gogasca
- 9,283
- 6
- 80
- 125
1
vote
1 answer
Kamailio as load balancer for multiple asterisk servers
I have three virtual servers running Ubuntu 14.04. On one server I installed Kamailio and on the others Asterisk. I want that the Kamailio server works as a load balancer and forwards the incoming calls to the asterisk servers (round robin).
I want…

simplex
- 11
- 1
- 3