[SR-Users] Multi party body with content type as application/resource-lists+xml couldnt able to decode

2015-04-23 Thread Surendra Pullaiah
HI Daniel, Can you please share , why kamailio couldn't able to extract the body, when INVITE comes with multi party body (sdp + resource-lists). Is there any other way to extract the same. Please share your views. Regards Surendra _

[SR-Users] Regarding presence conference

2015-05-29 Thread Surendra Pullaiah
Hello Daniel, I am implementing conference bridge using kamalio and RTP porxy without media mixing. Since for now we are ok with this. My question is as per the flow of RFC 4579, UA may send SUBSCRIBE to the conference URI with event as conference. In kamalio modules presence

[SR-Users] code coverage in kamailio using gcov

2015-07-09 Thread Surendra Pullaiah
Hello I am trying to implement code coverage tool in kamailio using gcov. I have added CFLAGS and LIBS in Makefile.defs and it got compiled successfully. My problem is when I am running kamailio it is saying lib64/kamailio/libkcore.so.1: undefined symbol: __gcov

[SR-Users] TCP stack is not doing load distribution among children for SIP

2017-03-06 Thread Surendra Pullaiah
Dear Daniel, A small concern in kamailio, existing TCP stack is not doing load distribution among children for SIP messages. For example UE-->kamailio1 (TCP listen (4 children)) ->kamailio2 (TCP Listen 4 children) As per stack if UE opens a connection with kamailio1 based o

[SR-Users] TCP stack is not doing load distribution among children

2017-03-08 Thread Surendra Pullaiah
Hi Daniel, Thanks for your suggestions. The approaches which you have suggested are good, event I thought before initiating this query (since am working with kamailio for last three years), but my requirement is to distribute on single connection. Since it requires code change,