Questions tagged [kamailio]

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.

209 questions
0
votes
1 answer

Kamailio 4.4 seturi Only Accepts Explicit Strings?

I've been working at implementing a simple serial forking described in the TM module's documentation (the Q values are stored as a priority weight in a mysql table) where my proxy is querying a database to determine to what domain to forward…
0
votes
1 answer

MYSQL in Kamailio

I'm trying to install Kamailio but received this error. ERROR: database engine not specified, please set up one in the config script. When I check kamctlrc, I found this.enter image description here My kamctlrc shows DBENGINE=MYSQL. Isn't this…
0
votes
1 answer

Using send() function in kamailio 4.4

I'm trying to use the send() funcition in kamailio 4.4, but fail. The kamailio.cfg is loading fine without using send(), but when I add a send() in the request route, kamailio refuses to start with: ERROR: [cfg.y:3231]: yyparse(): cfg.…
jdoestackoverflow
  • 607
  • 1
  • 7
  • 15
0
votes
1 answer

Use kamailio dialplan module with mongodb

I'm trying to setup the kamailio dialplan module with mongodb as a backend. The configuration worked with mysql as a backend, and the other modules I use (subscriber, location) work fine with mongodb now. The relevant config in…
jdoestackoverflow
  • 607
  • 1
  • 7
  • 15
0
votes
2 answers

kamailio SIP user Authentication with Xlite and Zoiper

I am having an issue I have created the user extension (1001) and set password using the below command and I am not able to authenticate user from softphone(xlite and softphone). Kamailio is configured on Redhat-7.2 and I am not able to find any…
0
votes
1 answer

how kamailio logs are going to print?

how kamailio logs are going to print ? kamailio work as intermediate. how it is possible to decrypt the logs and then print on kamailio.The logs of kamailio is giving the idea of error and also for monitoring.
Avani badheka
  • 111
  • 10
0
votes
1 answer

Kamailio server crashing probability

Where kamailio crash log are saved ? and how to get it ? that is when a kamailio get crashed how do i see that logs in particular file ? How do I come to know that my kamailio is getting crashed ?
Avani badheka
  • 111
  • 10
0
votes
2 answers

Sip server get online users list

Good day! Can anyone point me to right direction? The question is - I want to get list of registered users (to find out who is online at the moment) from sip server. I'm using kamailio on server side and exosip library on client side. The best way…
RedCollarPanda
  • 1,389
  • 1
  • 20
  • 40
0
votes
2 answers

forward REGISTER message with kamailio

There is kamailio on centos box and my scheme looks like this: sip client ---> Kamailio ---> PBX (not asterisk) and i need to know how i can just forward REGISTER and all MESSAGE from sip client via kamailio to PBX, except SUBSCRIBE. i googled and…
System32
  • 3
  • 1
  • 3
0
votes
1 answer

Kamailio websoket error make module websokect.so

I'm having a few troubles, when I try to make the websocket.so module in kamailio 4.3. Here is the error when I do make all: make[2]: `libkcore.so.1.0' is up to date. make[2]: `libkmi.so.1.0' is up to date. LD (gcc) [M websocket.so] …
0
votes
2 answers

How to intercept / observe SIP traffic through fiddler or wireshark?

I am using a free caller android app and they restrict me with limited credits. I would like to explore more about how this app works. So I started decompiling the APK file and intercepting networking requests using Fiddler. I intercepted requests,…
Varun Kakumani
  • 117
  • 1
  • 18
0
votes
1 answer

rsyslog failed to start because of kamailio process

service rsyslog start Starting system logger: Can't open or create /var/run/syslogd.pid. Can't write pid. I am using kamailio with rsyslog. When I kill kamailio, rsyslog gets locked. Any help is appreciated.
0
votes
2 answers

Kamailio Usage very high even with small number of users

I am facing a very strange issue with Kamailio, our Azure VM is D2 configuration with 2 cores and 7 GB of RAM, Ubuntu 14.04 LTS, through-out the day we see high CPU usage from Kamailio, and intermittently we face issue that Kamailio stops accepting…
Sharon Nathaniel
  • 1,467
  • 20
  • 28
0
votes
1 answer

Kamailio Start Up Error with Loading json.so

I have a problem starting Kamailio Version 4.3. I installed Kamailio from source, and the modules are stored in the default directory /usr/local/lib64/kamailio/modules. I am using the json module that Kamailio provides but it fails to load.…
btald1331
  • 537
  • 3
  • 8
  • 23
0
votes
1 answer

Kamailio and Asterisk Inbound trunk for DID

I have configured inbound in trunk asterisk but dropping on Kamailio first...Kamailio and Asterisk are running on same machine. Initial verification is done through IPAUTH in Kamailio and relayed to Asterisk I am stuck in configuration of Trunk in…
For Guru
  • 1,197
  • 13
  • 23