[OpenSIPS-Devel] [opensips] Problem starting OpenSIPs with TLS (#834)

2016-03-20 Thread apsaras
I have problem to setup OpenSIPs with TLS on Centos 6 64bit with OpenSSL 1.0.1e-fips The message I get on service start is the following Mar 20 23:34:27 [4831] ERROR:proto_tls:mod_init: unable to set the memory allocation functions Mar 20 23:34:27 [4831] ERROR:core:init_mod: failed to

Re: [OpenSIPS-Devel] [opensips] t_reply is sending provisional message even if 0x01 is set (#833)

2016-03-20 Thread apsaras
I just do create_dialog("B") --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/833#issuecomment-199029937___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] t_reply is sending provisional message even if 0x01 is set (#833)

2016-03-20 Thread Bogdan Andrei IANCU
@apsaras , do you do any t_newtran() in script for that INVITE ? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] t_reply is sending provisional message even if 0x01 is set (#833)

2016-03-20 Thread apsaras
Hello. It seems that 0x01 flag in t_reply is not working. t_reply is sending provisional message. if (!t_relay("1")) { sl_reply_error(); } >From tcpdum SIP/2.0 100 Trying (produced with sl_send_reply) SIP/2.0 100 Giving a try (produced by t_relay) version:

Re: [OpenSIPS-Devel] [opensips] Bogus module dependency (UAC against RR) (#773)

2016-03-20 Thread Bogdan Andrei IANCU
Closed #773. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/773#event-596262924___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] Bogus module dependency (UAC against RR) (#773)

2016-03-20 Thread Bogdan Andrei IANCU
The dependency is actually correct as the uac module has to determine the direction of the sequential requests (after an auth answer) in order to increase the cseq numbers. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] segfault v 2.2 on reactor init (#779)

2016-03-20 Thread Bogdan Andrei IANCU
@cepehutu , I do not see the logs I inserted into the code - be sure you run in debug level 3 and that you copy here the whole set of logs from opensips starting attempt. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] Log mysql queries (#766)

2016-03-20 Thread Bogdan Andrei IANCU
Closed #766. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/766#event-596260599___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] Invalid Insert Query to missed calls (#703)

2016-03-20 Thread Bogdan Andrei IANCU
Closed #703. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/703#event-596260488___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] MSILO Module not deleting sent messages Opensips 2.1.2 (#798)

2016-03-20 Thread Bogdan Andrei IANCU
If you monitor traffic at network level, do you seen opensips sending the delete query to the DB server ? --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-20 Thread Bogdan Andrei IANCU
@michelep , your installation does not have the opensips debug symbols installed. Did you install opensips from debs? or how did you do it ? Also, in gdb prompt, please run "print (char*)0xb6cd9280" and let me know the output. --- You are receiving this because you are subscribed to this

Re: [OpenSIPS-Devel] [opensips] CRITICAL:presence:update_presentity (#578)

2016-03-20 Thread Bogdan Andrei IANCU
Closed #578. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/578#event-596255170___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] CRITICAL:presence:update_presentity (#578)

2016-03-20 Thread Bogdan Andrei IANCU
This is duplicate of #816 --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/578#issuecomment-198931038___ Devel mailing list

Re: [OpenSIPS-Devel] Reply INVITE

2016-03-20 Thread Anderson Catao
Hi Bogdan ! It's working fine at the moment, the tip that you have gave ! If some problem occur I post again ! Thank u very much ! -- View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Reply-INVITE-tp7602043p7602169.html Sent from the OpenSIPS - Devel mailing

[OpenSIPS-Devel] [OpenSIPS/opensips] a98d0e: Fixed usage of Prep Statement on failed CDRs.

2016-03-20 Thread Bogdan-Andrei Iancu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: a98d0eb194092a4ddd1caee8cb6f567c292d8800 https://github.com/OpenSIPS/opensips/commit/a98d0eb194092a4ddd1caee8cb6f567c292d8800 Author: Bogdan-Andrei Iancu Date: 2016-03-19 (Sat, 19

Re: [OpenSIPS-Devel] [opensips] lb_is_destination only accepts pseudo variables as values 2.1 (#808)

2016-03-20 Thread Bogdan Andrei IANCU
Hi @telephone-man , thank you for your report - the fix is available on gihub, please test and confirm. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] 66d5cf: Fixed port param for lb_is_destination().

2016-03-20 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 66d5cff950f32828c3aa8de4360b9408dad489dd https://github.com/OpenSIPS/opensips/commit/66d5cff950f32828c3aa8de4360b9408dad489dd Author: Bogdan-Andrei Iancu Date: 2016-03-20 (Sun,

Re: [OpenSIPS-Devel] [opensips] lb_is_destination only accepts pseudo variables as values 2.1 (#808)

2016-03-20 Thread Bogdan Andrei IANCU
Closed #808 via 66d5cff950f32828c3aa8de4360b9408dad489dd. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/808#event-596156809___ Devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 143328: Fixed port param for lb_is_destination().

2016-03-20 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 143328f718e8c1e753e16d187415eb0ba80b7ef7 https://github.com/OpenSIPS/opensips/commit/143328f718e8c1e753e16d187415eb0ba80b7ef7 Author: Bogdan-Andrei Iancu Date: 2016-03-20 (Sun, 20

Re: [OpenSIPS-Devel] [opensips] Crash on MySQL ACC Insert (#821)

2016-03-20 Thread Bogdan Andrei IANCU
Hi @apsaras , please provide me, off line, the access to investigate. Can you reproduce the crash ? Regards, Bogdan --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: