-
Hi
Has anybody implemented AES-256 with libsrtp.
i need some guildline of source code to start with
Thank you.
2009-06-13 11:09:21 UTC in libsrtp
-
try to connect from tls enable symbian pjsip client to opensips , is failed during the tls handshake.
its unpredictable problem whether server side or client side.
the other softphone is able to register with opensips with same certs used with symbian client.
the opensips.cfg settigs are
####### Global Parameters #########
debug=4
log_stderror=no
log_facility=LOG_LOCAL0...
2009-05-21 08:56:56 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
get following error when connect from tls supportes softphone
ERROR:core:_tls_read: something wrong in SSL: 5
ERROR:core:tcp_read_req: failed to read
INFO:core:sig_usr: signal 13 received.
2009-03-09 07:24:40 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
i have install opensips 1.4.4 with tls
and i got the following error when start the opensips server
///////////////// ERROR CODE///////////////////////////////////////////////
Mar 7 09:14:21 [12099] INFO:core:init_tcp: using epoll_lt as the TCP io watch method (auto detected)
Mar 7 09:14:21 [12099] WARNING:core:init_tls: disabling compression due ZLIB problems
Mar 7 09:14:21 [12099]...
2009-03-07 09:22:44 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
make command exit giving following error
*** glibc detected *** /usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1: malloc(): memory corruption: 0x092d2980 ***
======= Backtrace: =========
/lib/libc.so.6[0x4009b253]
/lib/libc.so.6(__libc_malloc+0x7b)[0x4009cb7b]
/usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1[0x8447bc8]
/usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1[0x8425ca7]...
2009-03-04 04:24:20 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
i also got the same error with make prefix=/usr/local.
here i put the log
*** glibc detected *** /usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1: malloc(): memory corruption: 0x092d2980 ***
======= Backtrace: =========
/lib/libc.so.6[0x4009b253]
/lib/libc.so.6(__libc_malloc+0x7b)[0x4009cb7b]
/usr/libexec/gcc/i386-redhat-linux/4.1.2/cc1[0x8447bc8]...
2009-03-03 12:24:14 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
i am trying to installed opensips 1.4.4-tls on Ubuntu 8.10.
i have copy the src to /usr/local/run and complie the source by command 'make prefix=/usr/local install'
and i am getting internal comipler error every time and it exit from the installtion. Ubuntu 8.10 Desktop edition has gcc 4.3 .2 complier is installed. and i have installed all the requiered pacakges.
can any body point me...
2009-03-02 15:47:09 UTC in OpenSIPS/OpenSER-a versatile SIP Server