Hello,
I would like to announce that Call for Presentations at Kamailio World
2018 is now open. You can submit your proposal or see more details at:
- https://www.kamailioworld.com/k06/call-for-speakers/
The 6th edition of the event takes place again in Berlin, Germany,
during May 14-16, 2018. Expect over 150 participants, developers and
community members as well as representatives from other popular open
source VoIP projects such as Asterisk or FreeSwitch.
Looking forward to meeting many of you there!
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com
Hi community.
Have a problem with cnxcc call monitoring.
__set_max_credit() allocates new call as expected:
"DEBUG: cnxcc [cnxcc_mod.c:444]: __dialog_created_callback(): Flag is not
set for this message. Ignoring
DEBUG: cnxcc [cnxcc_mod.c:1569]: __set_max_credit(): Setting up new call
for client [2], max-credit[0.100000], cost-per-sec[0.010000], initial-pulse
[6], final-pulse [6],
call-id[2f77fd103d0bfa28718d896876b373fe@b2b.user.agent:50600]
DEBUG: cnxcc [cnxcc_mod.c:1470]: set_ctrl_flag(): Flag set!
DEBUG: cnxcc [cnxcc_redis.c:313]: redis_get_int(): Got INT value:
concurrent_calls=0i
DEBUG: cnxcc [cnxcc_redis.c:68]: redis_get_or_create_credit_data():
credit_data with ID=[2] DOES NOT exist in the cluster, creating it...
DEBUG: cnxcc [cnxcc_redis.c:92]: redis_insert_credit_data(): Inserting
credit_data_t using ID [2]
DEBUG: cnxcc [cnxcc_mod.c:1125]: __get_or_create_credit_data_entry():
Credit entry didn't exist. Allocated new entry [0x7f17668f6d70]
DEBUG: cnxcc [cnxcc_mod.c:1255]: __alloc_new_call_by_money(): New call
allocated for client [2]".
So that I can see values inside redis:
redis.callision.info:6389> HGETALL cnxcc:money:2
1) "concurrent_calls"
2) "0"
3) "consumed_amount"
4) "0.000000"
5) "ended_calls_consumed_amount"
6) "0.000000"
7) "max_amount"
8) "0.000000"
9) "number_of_calls"
10) "1"
11) "type"
12) "1"
But cnxcc doesn't update credit amount during the call.
modparam("debugger", "mod_level", "cnxcc=4") but there are no rows in
kamailio log like:
"DEBUG: cnxcc [cnxcc_check.c:94]: check_calls_by_money(): ec=0.000000,
ca=0.600000, ca2=0.600000
DEBUG: cnxcc [cnxcc_check.c:107]: check_calls_by_money(): Client
[some_client] | Ended-Calls-Credit-Spent: 0.000000 TotalCredit/MaxCredit:
0.600000/3.000000".
cnxcc parameters:
modparam("cnxcc", "dlg_flag", FLG_DLG)
modparam("cnxcc", "redis", "addr=redis.youwillnever.find;port=6389;db=0")
modparam("cnxcc", "credit_check_period", 1)
function that performs credit setup:
if
(!cnxcc_set_max_credit("$var(setid)","$var(credit)","$var(cost_per_sec)","$var(i_pulse)","$var(f_pulse)"))
{
xlog("L_WARN", "----- cnxcc: $fU - Error setting up credit
control - R=$ru ID=$ci\n");
sl_send_reply("402", "Payment Required");
}
Why is it so? And as see, all values are set zero. Seems to be problem with
redis inserts.
Any ideas are highly appreciated. Thanks.
--
--
BR, Donat Zenichev
Wnet VoIP team
Tel Ukraine: +380(44) 5-900-800
Tel USA: +164(67) 8-174-17
https://w-net.us/ <http://wnet.ua>
I try to build custom attended transfer logick with kamailio and asterisk.
My backend can do all work (include interconnect between asterisk
servers), so I need to fully handle REFER in kamailio. But I can't
send back NOTIFY message with the result of a transfer.
Is any way to do this logic inside kamailio or I need to write
external SIP service?
My route looks like:
if(!route(FROM_NODE)) {
if(is_method("REFER")) {
xlog("L_NOTICE", "Got REFER in call ci:$ci for
$(hdr(Refer-To){nameaddr.uri})");
sl_send_reply("202", "Accepted [1]");
# HERE I MAKE async request and want to send NOTIFY back
exit;
}
}
--
Skype: konstantin.tumalevich
Hello Dear,
I use Kamailio 5.1.0 on Linux server:
root@sip-africallshop-com:~# kamailio -V
version: kamailio 5.1.0 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE,
USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC,
TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT,
USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST,
HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled with gcc 4.9.2
I have sometimes the following logs:
Dec 14 19:22:16 sd-110402 /usr/local/sbin/kamailio[24197]: BUG: tls
[tls_server.c:1229]: tls_read_f(): SSL_ERROR_WANT_READ but data still in
the rbio (0x7ffd354fcd30, 8 bytes at 461)
Dec 20 10:46:32 sd-110402 /usr/local/sbin/kamailio[24197]: BUG: tls
[tls_server.c:1229]: tls_read_f(): SSL_ERROR_WANT_READ but data still in
the rbio (0x7ffd354fcd30, 8 bytes at 8)
Dec 22 11:02:49 sd-110402 /usr/local/sbin/kamailio[24212]: BUG: tls
[tls_server.c:1229]: tls_read_f(): SSL_ERROR_WANT_READ but data still in
the rbio (0x7ffd354fcd30, 8 bytes at 3357)
Does anybody can explain me these logs?
Thanks.
Abdoul OSSENI
First I want to give Denys a huge shout-out for all of the help he has given me. It is wonderful that boards like this exists and people are so willing to help a newbie learn.
I am on what I am hoping is my last major issue with WebRTC<=>WebRTC calls (using tryit-jssip Chrome or Firefox).
I am using Kamailio 5, and Asterisk 15 (pjsip).
I am making calls between two WebRTC clients - Client1, and Client2 (using tryit-jssip)
Problem: If Client1 calls Client2, and Client2 'ANSWERS', I only have audio/video on Client1. Client2 gets no audio/video, but is connected. If I switch things up and call Client1 from Client2, the same thing happens (Client2 has audio/video and Client1 does not); I can only get audio/video on the calling laptop; the called laptop has no audio/video, but is connected. I see no errors in any of the logs.
I am hoping that someone out there has seen this behavior before and has an idea as to the cause and possible solution.
Thank you,
-Steve
Hello,
I got this error when passing a call.
CRITICAL: dialog [dlg_hash.c:955]: log_next_state_dlg(): bogus event 5 in state 1 for dlg 0x7f7a17848bd8 [3582:11978] with clid 'ae27f53121fe6d84c6845dedcf2e2793' and tags 'f68d2151b8411946' ''
Any ideas ?
This is a bug ?
Never seen that error before,
Dear Kamailio experts,
I would like to able to register one kamailio (localuser) in another
another kamailio (remoteuser) when the jitsi sip
account "localuser@localdomain" is online. Using the UAC module for remote
registration the uacreg table's l_username and
l_domain attributes are set to refer to the local kamailio while the
r_username and r_domain attributes refer to the remote
kamailio. I would appreciate your advice on the missing piece of the
puzzle.
Following is my configuration of the "local" kamailio. The "remote"
kamailio.cfg is unchanged.
/etc/kamailio/kamailio.cfg
loadmodule "db_text.so"
loadmodule "uac.so"
modparam("uac", "reg_timer_interval", 30)
modparam("uac", "reg_retry_interval", 60)
modparam("uac", "reg_contact_addr","xx.xx.xx.xx:5060")
modparam("uac", "reg_db_table", "uacreg")
modparam("uac", "reg_db_url", "text:///etc/kamailio/dbtext")
/etc/kamailio/dbtext/uacreg
l_uuid(string) l_username(string) l_domain(string) r_username(string)
r_domain(string) realm(string) auth_username(string)
auth_password(string) auth_proxy(string) expires(int) flags(int) reg_delay
(int)
11111111:localuser:localdomain:remoteuser:remotedomain:remoteuser::::360:4:30
Thanks
Hildah
Hi,
I am trying to setup mongo db as database engine for kamailio as described
at
<http://www.kamailio.org/wiki/tutorials/kamailio-and-mongodb>
http://www.kamailio.org/wiki/tutorials/kamailio-and-mongodb
and
https://telerain.com/kamailio
OS: Debian GNU/Linux 8.10 (jessie)
MongoDB server version: 3.4.10
mongo-c-driver-1.9.0.tar.gz compiled with
./configure --disable-static --disable-silent-rules --enable-debug-symbols
--enable-ssl=no --enable-sasl=yes --with-libbson=bundled
--enable-optimizations --disable-automatic-init-and-cleanup
version: kamailio 5.0.4 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE,
USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC,
TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT,
USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST,
HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled on 20:45:44 Dec 27 2017 with gcc 4.9.2
include_modules= utils app_lua db_postgres json evapi db_mongodb ndb_mongodb
Kamailio is crashing with segfault as soon as it try to load libmongo-c
Dec 28 04:44:14 sipserver systemd[1]: Starting Kamailio (OpenSER) - the
Open Source SIP Server...
Dec 28 04:44:14 sipserver kamailio: INFO: <core> [core/sctp_core.c:75]:
sctp_core_check_support(): SCTP API not enabled - if you want to use it,
load sctp module
Dec 28 04:44:14 sipserver kamailio: INFO: <core> [core/tcp_main.c:4671]:
init_tcp(): using epoll_lt as the io watch method (auto detected)
Dec 28 04:44:14 sipserver kamailio[11685]: Listening on
Dec 28 04:44:14 sipserver kamailio[11685]: udp: 127.0.0.1:5060
Dec 28 04:44:14 sipserver kamailio[11685]: udp: 192.168.10.20:5060
Dec 28 04:44:14 sipserver kamailio[11685]: tcp: 127.0.0.1:5060
Dec 28 04:44:14 sipserver kamailio[11685]: tcp: 192.168.10.20:5060
Dec 28 04:44:14 sipserver kamailio[11685]: Aliases:
Dec 28 04:44:14 sipserver kamailio[11685]: tcp: localhost:5060
Dec 28 04:44:14 sipserver kamailio[11685]: udp: localhost:5060
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: rr
[../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe
module is not loaded
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: rr
[rr_mod.c:175]: mod_init(): outbound module not available
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[core/udp_server.c:153]: probe_max_receive_buffer(): SO_RCVBUF is initially
212992
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[core/udp_server.c:203]: probe_max_receive_buffer(): SO_RCVBUF is finally
425984
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[core/udp_server.c:153]: probe_max_receive_buffer(): SO_RCVBUF is initially
212992
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[core/udp_server.c:203]: probe_max_receive_buffer(): SO_RCVBUF is finally
425984
Dec 28 04:44:14 sipserver systemd[1]: Started Kamailio (OpenSER) - the Open
Source SIP Server.
Dec 28 04:44:14 sipserver kernel: [53109.390171] show_signal_msg: 20
callbacks suppressed
Dec 28 04:44:14 sipserver kernel: [53109.390176] kamailio[11696] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.390753] kamailio[11694] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.391605] kamailio[11698] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.392073] kamailio[11701] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.392408] kamailio[11692] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.392497] kamailio[11700] segfault
at 38 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.392761] kamailio[11703] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.392825] kamailio[11697] segfault
at 38 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.393098] kamailio[11705] segfault
at 78 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver kernel: [53109.393147] kamailio[11699] segfault
at 38 ip 00007f690c0e6e98 sp 00007ffcde1a4770 error 6 in
libmongoc-1.0.so.0.0.0[7f690c0ca000+6e000]
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11689 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11688 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 14
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 15
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 16
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 17
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 18
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 19
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 20
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 21
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 22
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 23
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 24
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 25
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11690 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11691 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11692 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11693 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11694 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11695 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11696 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11697 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11698 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11699 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11700 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11701 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11702 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11703 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11704 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11705 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 26
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 27
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11706 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 28
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 29
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11707 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 30
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 31
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11708 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 32
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 33
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11709 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 34
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 5
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11710 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 9
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 35
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11711 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 37
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 39
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11712 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 41
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 43
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11713 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 45
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: CRITICAL: <core>
[core/pass_fd.c:277]: receive_fd(): EOF on 47
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11714 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11715 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11716 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:743]: handle_sigs(): child process 11717 exited by a signal 11
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: ALERT: <core>
[main.c:746]: handle_sigs(): core was not generated
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[main.c:768]: handle_sigs(): terminating due to SIGCHLD
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11718]: INFO: <core>
[main.c:823]: sig_usr(): signal 15 received
Dec 28 04:44:14 sipserver /usr/local/sbin/kamailio[11687]: INFO: <core>
[core/sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized
Dec 28 04:44:14 sipserver systemd[1]: kamailio.service: main process
exited, code=exited, status=1/FAILURE
Dec 28 04:44:14 sipserver systemd[1]: Unit kamailio.service entered failed
state.
As I tried googling the issue and found few issues with tls connection.
I set in default kamailio.cfg but still facing the saem issue.
enable_tls=no
...
loadmodule "ndb_mongodb.so"
modparam("ndb_mongodb", "server",
"name=cgr91rc8;uri='mongodb://localhost/kamailio'")
Its mongodb default installation and its accessible without any auth yet.
Please suggest the way farward.
--
regards,
abdul basit