Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-11-06 Thread Jijo
gmail.com > wrote: > Hello, > > I tried to reproduce here and all seems fine -- I enabled tls and > registered a user using mongodb as backend. > > Can you give the parameters you set for usrloc module? > > Cheers, > Daniel > > > On 06/10/15 19:03, Jijo wrot

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-06 Thread Jijo
Thanks, I have opened the issue on github tracker. regards jijo On Tue, Oct 6, 2015 at 9:53 AM, Daniel-Constantin Mierla <mico...@gmail.com> wrote: > Hello, > > unfortunately not yet -- this requires compiling the libs and currently I > am traveling to USA to attend fe

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-02 Thread Jijo
2:29 PM, Daniel-Constantin Mierla <mico...@gmail.com > wrote: > If you recompiled with different souce code or different flags then the > binary is no longer matching the corefile properly. > > Cheers, > Daniel > > > On 01/10/15 17:00, Jijo wrote: > > Why the b

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-01 Thread Jijo
ere there any special > parameters you set to the modules in kamailio config? Are you using > db_mongodb or ndb_mongodb? > > Cheers, > Daniel > > > > On 01/10/15 16:25, Jijo wrote: > > Hi Daniel, > > Thanks.. As a sidenote, If i disable ssl from mongo-c-driver library

[SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-09-30 Thread Jijo
I'm observing a segmentation fault when mongodb & tls enabled. It doesn't happen when one of the module is disabled. OS: centos 6.7 kamailio 4.3.2 mongo-c-driver version 1.1.10. It happens immediately after i register a subscriber. The location table is updated with the new data and in

[SR-Users] XAVP in 3.1.6

2014-03-01 Thread Jijo
Hi I'm trying to use XAVP but the script is showing parsing error. Do i need to include any module? I rebuild kamailio using the flag WITH_XAVP but didn' help. route[0] { $xavp(a=bar) = 'bar'; } S-154:~ # /usr/sbin/kamailio -c -f /etc/kamailio/kam86x2.cfg loading modules under

[SR-Users] Performance impact with AVP and VAR's

2014-02-20 Thread Jijo
Hi All, I have around 300 AVP's and quite amount of VAR's are used in the config file? Does that impact performance?, If so how can i improve it? Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users

Re: [SR-Users] Performance impact with AVP and VAR's

2014-02-20 Thread Jijo
for them? I cannot say for sure, but my intuition is that if you have three hundred variables in any program, you're doing something wrong. At that point you're in territory that clearly calls for some sort of non- scalar data structure, such as an associative array. Jijo realj...@gmail.com wrote

[SR-Users] $var binary operation

2014-02-13 Thread Jijo
with square bracket in the conditional statement is showing parse error when i load the cfg. So it tried like below and that too not working $var(a) = 8; if( $var(a) 4 ) { xlog(var a has third bit set\n); } Please let me know if something missing here.? Thanks Jijo

Re: [SR-Users] $var binary operation

2014-02-13 Thread Jijo
(wiki has to be updated). The second should work, do you get syntax error? Cheers, Daniel On 13/02/14 15:14, Jijo wrote: Hi I tried the binary operation using $var as per the documentation and its seems not working. Can somebody help me to understand it. http://kamailio.org/dokuwiki

Re: [SR-Users] Help

2012-12-07 Thread Jijo
is you can test all your capabilities before making the decision for dedicated trunk from service provider. Thanks Jijo On Fri, Dec 7, 2012 at 3:16 AM, Amar Tuladhar a...@smarttel.com.np wrote: HI, ** ** For this you need connect to a telecom operator in India or a sip trunk provider

[SR-Users] kamailio cores on corrupted route header

2012-10-09 Thread Jijo
--- parse_param.c.orig 2012-10-09 09:42:58.372003500 -0300 +++ parse_param.c 2012-10-09 21:34:14.556367900 -0300 @@ -545,6 +545,7 @@ error: if (t) pkg_free(t); free_params(*_p); +*_p = 0; return -2; ok: Thanks Jijo

[SR-Users] TCP replace alias can cause core

2012-10-01 Thread Jijo
)); } c-aliases=1; } Please let us know if any comments. Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip

Re: [SR-Users] [sr-dev] SRV record in via header not resolving.

2012-09-28 Thread Jijo
, Jijo wrote: Hello, I'm observing that Via Header domain name of type SRV is resolving as DNS A. I looked at the code and it does support only A. It is basically setting to default SIP port check_via_address which is causing DNS A query. Is there any specific reason to do so? I

[SR-Users] SRV record in via header not resolving.

2012-09-26 Thread Jijo
) { int rcvd; rcvd=msg-via1-received || check_via_address(msg-rcv.src_ip, msg-via1-host, msg-via1-port,* msg-via1-proto*, received_dns); return rcvd; } Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users

Re: [SR-Users] [sr-dev] kamailio core at qm_status ( patch required important)

2012-09-20 Thread Jijo
Hi Daniel, This patch needs to be applied to avoid core. Thanks Jijo On Wed, Sep 19, 2012 at 10:54 AM, Jijo realj...@gmail.com wrote: Hi All, Finally i found the issue, Here is one of the bad trace for SUBSCRIBE(722bytes) and NOTIFY(1282bytes) which corrupted the memory. The messages

Re: [SR-Users] [sr-dev] kamailio core at qm_status

2012-09-19 Thread Jijo
-last_used, data, size); q-last_used+=size; } OR we need only the else part as it always add the block to the first. Thanks Jijo On Wed, Jul 18, 2012 at 12:42 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, sorry, I just read the last messages

Re: [SR-Users] [sr-dev] kamailio core at qm_status

2012-07-17 Thread Jijo
Hi, This is not happening at shutdown or status check. Its aborting when the system is active. Thanks Jijo On Tue, Jul 17, 2012 at 3:06 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, does it keep being or it is one time and that's it? That is printed at shut down

[SR-Users] kamailio core at qm_status

2012-07-16 Thread Jijo
Hi All, I'm observing a core intermittently at qm_status (qm=0x786cd000) at mem/q_malloc.c:763 for kamailio version 3.1.0 looking at the backtrace this is occurring while doing a tcp buffer overrun. Please have a look and let me know if anyone observed this issue or how can we debug it. Please

Re: [SR-Users] [sr-dev] kamailio core at qm_status

2012-07-16 Thread Jijo
Jijo realj...@gmail.com escribió: Hi All, I'm observing a core intermittently at qm_status (qm=0x786cd000) at mem/q_malloc.c:763 for kamailio version 3.1.0 I'd say that you're using a very old version. You should update your branch to 3.1.6 or upgrade to a newer branch

Re: [SR-Users] TLS performance testing

2012-05-16 Thread Jijo
Hi Daniel, Please let me know if you are aware about any fix on this issue. Thanks Jijo On Tue, May 15, 2012 at 6:55 PM, Jijo realj...@gmail.com wrote: Hi, I'm seeing similar issue in 3.1.0.. How did we fix it? The back trace from my test is, #2 0x0819c66c in qm_free (qm=0x7861c000, p

Re: [SR-Users] TLS performance testing

2012-05-15 Thread Jijo
in tcp_read_headers (c=0x797fedb4, read_flags=0xbfe236d4) at tcp_read.c:406 I appreciate if we could point the reason the for the double free. Thanks Jijo On Wed, Dec 21, 2011 at 3:13 PM, Kristian Kielhofner k...@kriskinc.comwrote: On Wed, Dec 21, 2011 at 2:56 PM, Daniel-Constantin Mierla mico

Re: [SR-Users] CRLF Error with tcp_crlf_ping

2012-03-27 Thread Jijo
There is no problem as such. On Sat, Mar 24, 2012 at 5:20 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 3/23/12 3:15 PM, Jijo wrote: Hello, Yes it is sending CRLF after the second CRLF from client. Another thing is, Kamailio would send CRLF even if the second CRLF

Re: [SR-Users] CRLF Error with tcp_crlf_ping

2012-03-23 Thread Jijo
Hello, Yes it is sending CRLF after the second CRLF from client. Another thing is, Kamailio would send CRLF even if the second CRLF come after few seconds. I believe we don't have any way to drop it ? Thanks Jijo On Fri, Mar 23, 2012 at 5:34 AM, Daniel-Constantin Mierla mico...@gmail.com

[SR-Users] CRLF Error with tcp_crlf_ping

2012-02-28 Thread Jijo
Hi All. As per the tcp_crlf_ping description, kamailio shall reply CRLF only when it receives CRLF CRLF. But In the 3.1.0 version, if kamailio recieves CRLF, it respond back CRLF. Is this an expected behavior or an error? Thanks Jijo ___ SIP Express

Re: [SR-Users] TCP keepalive on server and client

2012-02-13 Thread Jijo
Hello, I have a requirement where the TLS connection initiated by kamailio shall stay to reuse by the sip server. The sip server is expecting PING on the TLS connection as as per the RFC 5626. Is there any plan to implement ping CRLF CRLF send by kamailio as per the RFC 5626. Thanks Jijo On Mon

[SR-Users] kamailio 3.1.0 crash on ssl-dos attack

2011-11-22 Thread Jijo
Hi All, Kamailio is resetting when we do TLS renegotiation dos attack using the tool available at http://www.thc.org/thc-ssl-dos/. Anybody looked at this issue? How we could resolve it. Any idea? The core generated for 3 pid's as below Pid 1: Core was generated by `/usr/sbin/kamailio -u

Re: [SR-Users] Force socket on reply

2011-10-14 Thread Jijo
; } } update_reply_stats( relayed_code ); Thanks JIjo On Fri, Oct 14, 2011 at 9:56 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, can you send the patch with 'git diff' or 'diff -u' -- it will be easier to apply and analyze it. Once I get

Re: [SR-Users] Force socket on reply

2011-10-13 Thread Jijo
Hi Daniel.. I'm using version 3.1.0. I looked at the change but its done only for forward_reply.. How about relay_reply()? Thanks Jijo On Thu, Oct 13, 2011 at 3:41 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, I haven't understood exactly what you tried? Was it use

[SR-Users] Force socket on reply

2011-10-12 Thread Jijo
|= SND_F_FORCE_SOCKET; * } Thanks JIjo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] decode_mime_type error

2011-08-22 Thread Jijo
Hi Marius, You are right.. It will fail for parse_accept_body... I hope you will be able to open this issue on bug tracker.. Thanks Jijo On Fri, Aug 19, 2011 at 10:12 PM, Bucur Marius bucur_marius_ovi...@yahoo.com wrote: Hello Jijo, About the example I pointed, the parse_accept_body

Re: [SR-Users] decode_mime_type error

2011-08-18 Thread Jijo
/ multipart / extension-token http://rfc-ref.org/RFC-TEXTS/3261/kw-token.html Record-Route = Record-Route HCOLON rec-route *(COMMA rec-route) Thanks Jijo On Thu, Aug 18, 2011 at 2:23 AM, Bucur Marius bucur_marius_ovi...@yahoo.com wrote: Hello Jijo, It seems like the decode_mime_type

[SR-Users] decode_mime_type error

2011-08-17 Thread Jijo
to process the content. Please let me know if you see any impact. Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] 200 OK Retransmission Error

2011-06-15 Thread Jijo
Hi Daniel, Thanks.. Is there any side effects if we increase the wt_timer to 32secs to match with the INVITE transaction timer? regards, Jijo On Wed, Jun 15, 2011 at 3:52 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 6/15/11 6:16 AM, Jijo wrote: Hi All

[SR-Users] 200 OK Retransmission Error

2011-06-14 Thread Jijo
Hi All, In an INVITE transaction, no ACK from A party and B party continue retransmission of 200 OK. I have observed that kamailio is not passing the retransmitted 200 OK message from B party to the Application(script) after 3 seconds. Instead kamailio directly sending to A party without passing

Re: [SR-Users] AVP Error in version 3.1.0

2011-02-20 Thread Jijo
Yes this happens in a testing environment.. I got your point, we saved after t-relay to send the message faster as db save can cause delay. We will make the changes as per your suggestion . Thanks Jijo On Feb 18, 2011, at 4:11 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello

Re: [SR-Users] AVP Error in version 3.1.0

2011-02-16 Thread Jijo
the parts of the config file that are relevant for the case? Do you relay the REGISTER? Cheers, Daniel On 2/16/11 1:17 AM, Jijo wrote: Hi All, On register we store the contact in an avp variable and do a t_relay(). After t_relay() the $avp variable becomes null. I printed the value

[SR-Users] AVP Error in version 3.1.0

2011-02-15 Thread Jijo
.? Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Kamailio CFG file size ??

2011-01-27 Thread Jijo
Package mem size used is 10MB Regards, Jijo On Jan 27, 2011, at 6:44 AM, marius zbihlei marius.zbih...@1and1.ro wrote: On 01/26/2011 10:31 PM, Jijo wrote: Hi All, is there any limitation on the size of kamailo.cfg file. When i tried to add few avp_subst, then the kamailio starts showing up

Re: [SR-Users] Kamailio CFG file size ??

2011-01-26 Thread Jijo
2011 with gcc 4.5.0 On Wed, Jan 26, 2011 at 3:31 PM, Jijo realj...@gmail.com wrote: Hi All, is there any limitation on the size of kamailo.cfg file. When i tried to add few avp_subst, then the kamailio starts showing up the error out of package memory on receiving SIP message. If i

[SR-Users] function get_user_group: parameter 1 is not constant

2010-12-30 Thread Jijo
errors) I have used the API get_user_group as shown below $avp(r_contact)=$ru; $avp(temp)=$null; get_user_group($avp(reg_contact),$avp(temp)); xlog(L_ERR, request - M=$rm get_user_group=$avp(temp)\n\n); Please let me know what could be reason for this error. Thanks Jijo

Re: [SR-Users] avp_db_query returning wrong data

2010-12-20 Thread Jijo
Hi All, I applied the following patch which fixed the issue. http://sip-router.org/tracker/index.php?do=detailstask_id=97 Are we going to merge this patch to Kamailio 3.1.x? Thanks Jijo On Wed, Nov 24, 2010 at 9:35 AM, Jijo realj...@gmail.com wrote: I'm using kamailio 3.1.0, so

Re: [SR-Users] CRASH on qm_free for simultaneous calls (V3.1.0)

2010-12-20 Thread Jijo
the transaction active for 5 seconds. And I think if the DBG_QM_MALLOC is not used, the crash happens in the timer proccess during the wt time (when the 1st call is diconnected before this time). Thanks Jijo On Fri, Dec 17, 2010 at 5:09 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello

[SR-Users] CRASH on qm_free for simultaneous calls (V3.1.0)

2010-12-15 Thread Jijo
:f:cm:dVhEb:l:L:n:vrRDTN:W:w:t:u:g:P:G:SQ:O:a:A: ret = -1 seed = 3337198521 rfd = value optimized out debug_save = value optimized out debug_flag = value optimized out dont_fork_cnt = 0 p = value optimized out Thanks Jijo ___ SIP

[SR-Users] TCP Overload Congestion

2010-12-09 Thread Jijo
. Did anyone observe this behavior? How do we resolve it? Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] avp_db_query returning wrong data

2010-11-24 Thread Jijo
I'm using kamailio 3.1.0, so this is already in place.. Is there any other change happened after 3.1.0 release? On Wed, Nov 24, 2010 at 3:41 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: On 11/24/10 12:59 AM, Alex Balashov wrote: On 11/23/2010 06:41 PM, Jijo wrote: Yes it work

[SR-Users] avp_db_query returning wrong data

2010-11-23 Thread Jijo
connections and Postgres in kamailio. I'm using kamilio 3.1.0. How should i debug this issue?? What are the areas need to look? Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip

[SR-Users] TCP Children and Connection Handling

2010-11-23 Thread Jijo
the performance for a particular TCP connection? Does Kamailio has some mechanism to distribute the message from a single TCP connection to different child, when it is overloaded? What is the best way to solve this issue? Thanks in advance. Jijo ___ SIP Express

[SR-Users] using tls from modules_s instead of core

2010-11-01 Thread Jijo
Hi all. What changes i have to make in the build to use tls from modules_s instead from core modules. Thanks Jijo ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi

Re: [SR-Users] Setting up TLS between proxy and authentication server

2010-10-29 Thread Jijo
Hi Andrei, Which version has this change? I don't see it in 3.0.4, the realease note says that it is fixed. Here is the function int tls_h_fix_read_conn(struct tcp_connection *c) { int ret; struct tls_extra_data* tls_c; ret = -1;=== Isn't it to be zero. Thats what i understood from the