Hi!
Carsten, Jason, I wonder what is the main motivation for you to have IMS
components?
Are you using Kamailio in an mobile operator environment and thus have
to support all the IMS interfaces, or do you plan to use those modules
also in "normal" VoIP provider scenarios (benefits?)
Thanks
Klaus
Hello,
I see that acc_cdr extension is using ftime() function. According to the
manual, this function is obsolete and should not be used, quote:
CONFORMING TO
4.2BSD, POSIX.1-2001. POSIX.1-2008 removes the
specification of
ftime().
This function is obsolete. Don't use it. If the time in
seconds suf-
fices, time(2) can be used; gettimeofday(2)
gives microseconds;
clock_gettime(2) gives nanoseconds but is not as widely available.
On freebsd looks like it needs libcompat for linking, otherwise throws
error: Undefined symbol "ftime"
I think it should be replaced with supported alternatives.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Oct 10-13, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
i just build master and got hundreds of these kind of error messages:
Sep 30 12:22:55 sip /usr/sbin/sip-proxy[27351]: ERROR: <core> [sr_module.c:882]: init_mod_child(): Error while initializing module mi_rpc (/usr/lib/sip-proxy/modules/mi_rpc.so)
Sep 30 12:22:55 sip /usr/sbin/sip-proxy[27351]: CRITICAL: mi_rpc [mi_rpc_mod.c:84]: Failed to init the mi commands
Sep 30 12:22:55 sip /usr/sbin/sip-proxy[27353]: CRITICAL: mi_rpc [mi_rpc_mod.c:84]: Failed to init the mi commands
-- juha
Hello,
your latest changes seems to have introduced a dependency on linux for
siptrace and sipcapture modules (I see in sipcapture.h a comment that
code was copied from linux kernel). Here is the errors output:
CC (gcc) [M siptrace.so] siptrace.o
In file included from siptrace.c:53:
../../modules/sipcapture/sipcapture.h:54: error: expected
specifier-qualifier-list before ‘__u16’
../../modules/sipcapture/sipcapture.h:63: error: expected ‘:’, ‘,’, ‘;’,
‘}’ or ‘__attribute__’ before ‘*’ token
../../modules/sipcapture/sipcapture.h:72: warning: excess elements in
struct initializer
This is not good at least for siptrace module. It has to be disabled in
a way or another so that siptrace can be used on the other unix distro.
I tested on mac os x so far, maybe you can come up with a fix for it.
Thanks,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda