Hi All
We recently discovered that our dispatcher boxes have this error constantly
at the end of our calls.
ERROR: dispatcher [dispatch.c:1402]: ds_load_remove(): cannot find load for
(<callid goes here>)
We aren't seeing any issues arising from it that we can notice but wanted
to see if any one knew what it meant and what it might cause.
Thanks much in advance.
All the best
Will Ferrer
Switchsoft Inc
Hi,
i'm trying to use the ndb_redis connector , but i've a problem when redis
server is down and i try to restart kamailio.
Kamailio in this case not start and release this log:
2(19590) ERROR: ndb_redis [redis_client.c:112]: redisc_init(): error
communicating with redis server [srv1] (xxxxxx/0): Connection refused
2(19590) ERROR: ndb_redis [ndb_redis_mod.c:126]: child_init(): failed to
initialize redis connections
2(19590) ERROR: <core> [sr_module.c:927]: init_mod_child():
init_mod_child(): Error while initializing module ndb_redis
(//lib/kamailio/modules/ndb_redis.so)
30(19622) ERROR: <core> [tcp_main.c:4962]: tcp_init_children(): ERROR:
tcp_main: fork failed: Connection refused
31(19624) : <core> [pass_fd.c:293]: receive_fd(): ERROR: receive_fd: EOF on
11
31(19624) : <core> [pass_fd.c:293]: receive_fd(): ERROR: receive_fd: EOF on
31
0(19588) ALERT: <core> [main.c:775]: handle_sigs(): child process 19589
exited normally, status=255
0(19588) ALERT: <core> [main.c:775]: handle_sigs(): child process 19590
exited normally, status=255
Does anyone know how a can get stats from rtpengine? I see the $rtpstat
pseudo variable in Kamailio, but from the documentation it looks like that
will only give me stats on a particular call. I'm looking for overall
stats like concurrent calls, bandwidth, etc...
Thanks,
Marc
Hi there,
We haven't used gdb on Kamailio yet but some time soon we'll most likely
will. Obviously I'll post our findings.
Thanks again!
Cheers,
Kees
On 17-12-14 12:00, sr-users-request(a)lists.sip-router.org wrote:
> did you get a core dump file? If yes, send the full backtrace taken with
> gdb.
Hello there,
I'm doing stress testing against kamailio (sip load balancer role) sending
sip registrar, my stress test software is sending 50 registrations per
second, after 30 seconds and 1000 registers processed the function
ds_select_dst (I'm using algorithm 4) returns null for all registers sent
from my software, and all registrar sip servers are available and in active
mode, if I reduce the software to send 20 registrar's per second, the
issue only happens after 60 seconds and kamailio (sip load balancer role)
process 4000 registrers, after this, function ds_select_dst starts
returning null
Anyone has any idea why it is happening?
My kamailio version is 4.2
Best Regards
--
Cumprimentos
José Seabra
Hi Dears,
I'm a little bit confused about the difference between the "Subscriber"
table and the "Location" table.I read that the "Location" table is used for
persistent user registration BUT i did NOT configured the "Location" table
and can get persistent user registration with the "Subscriber" table !
So can anyone explain the difference please ?
Best Regards and Thanks in Advance.
Hello,
I'm using Kamailio with a SIP Application Server, when a user
registers on the IMS Core a 3rd Party REGISTER request is sent to the
application server to start some logic.
I'm trying to add in the 3rd party register request body the initial
REGISTER request sent by user device, and the 200 OK response sent
back by Kamailio.
Do you think it is possible to configure Kamailio to get this behaviour ?
Thank you!