Hi,
Is there any default configuration I can perhaps use for a cloud deployment of the Kamilio Software?
Basically we want to point a public IP to Kamilio, and then route Kamilio to a PABX vendor, to handle the IVR and direct calls?
However, we stuck, and cannot get the public IP to Talk to the Kamilio, so was thinking there must be a similar setup somewhere so that we can utilise the recommended default config in such environment?
Thanks in advance.
Charl van Wyk
Hi guys,
I am trying to develop some module for Kamailio but since I am not that
experienced with C and plain GDB you can understand that I am having
troubles with debugging while developing.
Right now I am getting feedback just from compiler and good old debug
messages in Kamailio's log.
What if I want another level of debugging? For example step by step
debugging? It is even possible for the project of the Kamailio's size?
If you have any experiences with debuging Kamailio please share it with me.
Or maybe if there is some resource which I can study.
Thanks in advance
Hi guys,
I am trying to parse CallID from received message in SREV_NET_DGRAM_IN
callback.
I am doing so with this piece of code:
https://gist.github.com/ivanbarlog/e475a8443fd15b3c155a
in skip_message() function I am checking if the message is one of Dialog
creating SIP messages eg. INVITE request or ~200 response with Cseq method
INVITE.
Unfortunately I am getting really weird results from parse_headers, eg.
when I am trying to print out the call_id sometime I am getting correct
result so the Call-ID is printed (I am checking by sniffing with WIreshark
and also by checking Kamailio logs) but other time I am getting random
string from message headers.
Any help is appreciated