Today when building K 5.0 on Debian Jessie, I got this compiler warning
that I don't remember seeing before:
CC (gcc) [M domain.so] domain.o
domain.c: In function 'w_lookup_domain':
domain.c:222:5: warning: 'prefix' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(prefix)
^
-- Juha
Hi all,
I am re-sending this issue...
We have installed Kamailio-5.0 in Debian-8, Configured P, I & S-CSCF
servers and running successfully...
and we are able to make SIP calls(Video&Audio) successfully...
Now we are trying to install on Ubuntu 16.04(Kamailio-5.0) and configured
P-CSCF, I-CSCF and S-CSCF severs also...
P-CSCF server working fine...
While running I-CSCF and S-CSCF servers we are below error and exiting...
Kindly advice.
I-CSCF Error logs:
root@ubuntu:/usr/local/src/kamailio# kamailio -f
/usr/local/etc/icscf/kamailio.cfg
loading modules under config path: /usr/local/lib64/kamailio/modu
les/:/usr/local/src/kamailio/src/modules/
0(19111) ERROR: <core> [core/sr_module.c:582]: load_module(): could not
open module </usr/local/lib64/kamailio/modules/cdp.so>:
/usr/local/lib64/kamailio/modules/cdp.so: undefined symbol: get_str_hash
S_CSCF Error logs:
root@ubuntu:/usr/local/etc/icscf# kamailio -f /usr/local/etc/scscf/kamailio.
cfg
loading modules under config path: /usr/local/lib64/kamailio/modules/
0(19092) ERROR: <core> [core/sr_module.c:582]: load_module(): could not
open module </usr/local/lib64/kamailio/modules/cdp.so>:
/usr/local/lib64/kamailio/modules/cdp.so: undefined symbol: get_str_hash
Module: kamailio
Branch: master
Commit: f7d1d234a42198fc10e40c33e92cff5e8fc1af8e
URL: https://github.com/kamailio/kamailio/commit/f7d1d234a42198fc10e40c33e92cff5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-06-15T07:02:59+02:00
topoh: execute event_route[topoh:msg-outgoing]
- it is executed when a message is going to be sent out
- if drop is used, then the message is no longer processed with topoh
(it will be sent out in clear)
- a faked message is provided for now to the config interpreter, but
send-to info is set to the real destination, so $sndto(ip) point to
real target address and can be used to decide whether to do or not
topoh processing for the message
- related to GH PR #1150
---
Modified: src/modules/topoh/topoh_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/f7d1d234a42198fc10e40c33e92cff5…
Patch: https://github.com/kamailio/kamailio/commit/f7d1d234a42198fc10e40c33e92cff5…