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 remove presentity users entry in kamailio server?
I found that in:
kamctl db show presentity
Is the presence information of the users, but how can I errase such entry? of a user?
And how can I define only one entry in that database by user?
I use this code, when I receive a publish but this adds a…

JMR
- 765
- 1
- 8
- 31
1
vote
1 answer
use of http_query for sending a request to another server, kamailio script start fails
Trying to authenticate the end user, for that need to query another server for the validation. So want to send the http get/post request from kamailio server to another server using http_query or similar methods.
But when use this function…

Deepak
- 23
- 6
1
vote
1 answer
More fields in Kamailio CDR
We have kamailio 4.2.0 connected to a SIP provider and we will route calls to one or more Asterisks in the back end.
I assume it is most practical to collect all CDRs in one place, Kamailio. The CDRs I get are pretty useful, except one field is…

SEvensen
- 49
- 3
1
vote
1 answer
PJSIP Calls fail while calling a client over a different network
I have build a PJSIP app for VoIP.
Which works well when trying to connect a client which is using the same network.
I am maintaining the connection over TLS.
I have successfully configured RTPEnginge
And using Kamailio 4.3
I have tried all the…

saurabh_s
- 150
- 1
- 2
- 15
1
vote
1 answer
Configure Kamailio to allow sip user from sending message to anyone but a specific user
We have a Kamailio SIP server up and running with authentication. Now we want that a SIP User say abc@localhost.com can only communicate to a specific SIP User say xyz@locahost.com and not to all other SIP users that are stored in a database table.…

Sharon Nathaniel
- 1,467
- 20
- 28
1
vote
1 answer
P-CSCF is adding an extra paramater ( i=1) in the via header field before forward the registration request to next hop
Generate a registration request from TP-2000 and P-CSCF successfully accept the request and add its own entry in the via header field before forwarding the request to wards the I-CSCF.
P-CSCF should not add any junk field to the via header field…

Dileep Kumar
- 11
- 1
1
vote
3 answers
MySQL installation on Kamailio
During installation of Kamailio SIP-server I run into the problem. After I Wrote /usr/local/sbin/kamdbctl create appears just ERROR: database engine not specified, please setup one in the config script. Know anyone possible reason?
Thank you very…

Frantisek Schimanski
- 7
- 1
- 7
1
vote
1 answer
Kamailio and a connection to the PSTN via SIP
I think about the following setup, but I do not know how to connect the main parts.
One the one side there is a Kamailio SIP server. This server provides VoIP connectivity within a certain network (non public intranet).
On the other side there is a…

Adrian Kowol
- 21
- 5
1
vote
1 answer
Kamailio and android SIP
I'm using Kamailio and OpnVPN on a server, and CSipSimple on android devices.,
The problem is that with some devices this works and with other devices it doesn't work.
When one of the devices is less known device (Alcatel) - it works.
When both…

RanSh
- 189
- 2
- 14
1
vote
2 answers
kamailio start failed ERROR: PID file does not exist
I have installed kamailio with the mysql, presence, nat, auth modules. All of them works on another Server(Amazone Ec2). Now i'm trying it on an Notebook, and get some problems.
When i try to start kamailio with the kamctl command:
sudo kamctl…

mje420
- 21
- 1
- 3
1
vote
1 answer
Kamailio - how to load balance multiple kamailio servers?
I have several Asterisk boxes and 2 kamailio servers (both for failover) loadbalancing calls between Asterisk boxes. Kamailio server receives calls from E1 to SIP gateways, and then forwards the call to the Asterisk cluster. There is no NAT, and…

scharrua
- 73
- 2
- 5
1
vote
1 answer
Kamailio installation error on MAC 10.9, what is this error?
I am trying install Kamailio 4.1 on mac OS10.9 by command:
make cfg; make all; make install
But I see on Terminal, it through:
mkdir -p /usr/local/etc/kamailio/
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [install-cfg] Error…

TruongPS
- 31
- 1
- 5
1
vote
1 answer
how to let kamailio use different mysql peer users table
I create my own users table with different name and different field name, i want to let kamailio use it as 'acc' table for peer users how can i do that?

Mustafa safe eldden
- 13
- 2
1
vote
1 answer
Running Siremis web on Nginx:
I'm trying to deploy Siremis 4.1 (http://siremis.asipto.com/2014/03/25/siremis-v4-1-0-released/) on Ubuntu 14.04 running Nginx. There is very little information on running Siremis on Nginx on the web. I got everything installed properly (I think),…

DerWanderer
- 11
- 5
1
vote
2 answers
Load new module in Kamailio
I would like to ask, how can I load new module in Kamailio 4.1.2?
Actually, I have an issue, when I tried to compile my kamaiio.cfg
I've got error:
root@kamailio:/usr/local/# kamailio -c kamailio.cfg
loading modules under…

Patrik18
- 329
- 5
- 9
- 18