See also:
http://www.kamailio.org/dokuwiki/doku.php/troubleshooting:corefiles
On 26.10.2012 11:39, Kamal Palei wrote:
Dear Klaus
I am little bit new to linux debugging. Please let me know below stuff.
1. Whats the extension of core file.
The core file does not have an extension, it is usally
Dear Klaus
Forgot to write you back otherday. I was able to trace the code that was
crashing. It was trying to free a pointer that was null. I just added a
null check. With this change, I am able to keep Kamailio up for longer
duration, did not see the crash.
Thanks Klaus for your support.
kamal
Hi Kamal!
If the fix in standard Kamailio code or in code you have written
yourself (a proprietary module)?
If the problem is in the standard code please send us a diff so we can
fix Kamailio.
regards
Klaus
On 29.10.2012 10:53, Kamal Palei wrote:
Dear Klaus
Forgot to write you back otherd
is it possible to make rtpproxy to include both ipv4 and ipv6 address in
sdp?
if not, i don't see how ipv4/ipv6 bridging can be made to work when $rd
is domain name.
-- juha
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr
Dear Klaus
In tls_init.c file there is a function
static void ser_free(void *ptr)
{
shm_free(ptr);
}
I modified it to
static void ser_free(void *ptr)
{
if(ptr)
shm_free(ptr);
}
Just added a null check.
During tls connection close it was close it was cr
Hello,
Have you found the way to run SELECT COUNT(*) ?
I use kamailio 3.2.4 with sqlite 3.7.5-1 and it crashes on such queries too.
As a workaround I use $dbr(res=>rows) with "SELECT some_field FROM
table" query, but the bug is really exists.
Hello Timo,
We've done a basic test and it seems
Hi,
we are thinking about switching from siptrace to sipcapture + HEP
encapsulation. Do you know some reasons why we should switch to
sipcapture or why we should not ? ;) We have multiple SIP proxies and
Cisco gateways. In earlier versions of kamailio was siptrace blocking,
that's why we started t
Hi,
On Mon, 29 Oct 2012 13:01:57 +0200 Vitaliy Aleksandrov
wrote:
> Have you found the way to run SELECT COUNT(*) ?
> I use kamailio 3.2.4 with sqlite 3.7.5-1 and it crashes on such
> queries too.
>
> As a workaround I use $dbr(res=>rows) with "SELECT some_field FROM
> table" query, but the bu
Hi All,
I am experiencing an issue when i try to contact x...@cisco.com.
I found that kamailio/sip-router can't resolve by default resolving way
a TCP + SRV records from domain cisco.com.
e.g. cisco.com
misi@alma:~$ host -t NAPTR cisco.com
cisco.com has no NAPTR record
misi@alma:~$ h
Hello Mino,
if you would like to have advanced search possibility, long time archiving,
pcap export, X-Rtp stats etc, you can use sipcapture module and Homer UI,
but if you just have a couple of SIP messages, siptrace will be absolute
enough :-)
Wbr,
Alexandr
-Original Message-
From: s
On Mon, 29 Oct 2012 16:07:56 +0200 Timo Teras wrote:
> I guess we should first try decltype if available and fall back to
> first row column type. However, this will fail too if the first row
> has NULL value for the column.
>
> The fundamental problem is that Kamailio DB API expects the driver
Hello,
I am using the presence_dialoginfo module on a stand alone presence
server. I have this :
if(is_method("PUBLISH"))
{
handle_publish();
t_release();
} else if( is_method("SUBSCRIBE"))
{
handle_subscribe();
t_release();
};
If the s
Hi,
I installed kamailio 3.2.x a few times before and they were really fine. I
decided to install a fresh one and followed the instructions on
http://www.kamailio.org/wiki/install/3.3.x/git. However there is a problem:
clients cannot register to kamailio. Each registration attempt produces the
fol
Peter/Hugh,
After a bit more debugging and playing around with the server, I
have a few more follow up questions:
1. Purpose of rls_handle_notify: I understand the purpose of
rls_handle_subscribe and rls_update_subs. What's the purpose of
rls_handle_notify? If I have kamailio configured as a pre
14 matches
Mail list logo