[SR-Users] TLS certificate verification failed

2015-06-25 Thread Austin Einter
Hi All I am having a sip client, I am using GNU tls for transport layer security. I am using Kamailio (TLS enabled) to test all the functionalities. I did registration over TLS. It was fine. I tried to make call. I was able to send INVITE. Kamaiio trying to connect to called party (which is agai

[SR-Users] fix_nated_contact NAT rtpproxy problems

2015-06-25 Thread Vik Killa
Hello, We are trying to get Kamailio working as an SBC using rtpproxy(); The config seems to work except with some carriers, kamailio does not recognize the ACK because it does not match the contact header of the OK I've been trying to figure out how to get kamailio to send the OK back using the p

Re: [SR-Users] interconnect 2 Kamailio server

2015-06-25 Thread Daniel Tryba
On Thursday 25 June 2015 14:58:08 kai.ohnac...@cbc.de wrote: > Now, my questions are: How can I connect 2 Kamailio SIP server together? > Which modules I need? Is there somewhere a good howto? Just like you would do it with any other sip server. But what are you trying to do? It could be as simpl

[SR-Users] interconnect 2 Kamailio server

2015-06-25 Thread kai.ohnacker
Hello, after some trying with SEMS and Blox as SBC, I changed my idea of SIP infrastructure from Kamailio (private) -SBC in DMZ (Private & Public) - www (Public) to Kamailio (private) - Kamailio with rtpproxy in DMZ (Private & Public) - www (Public). Now, my questions are: How can I connect 2 Ka

Re: [SR-Users] "00" prefix record problem on ACC

2015-06-25 Thread ycaner
Hello Daniel, Thanks for reply. it is solved. Have nice day. -- View this message in context: http://sip-router.1086192.n5.nabble.com/00-prefix-record-problem-on-ACC-tp139114p139126.html Sent from the Users mailing list archive at Nabble.com. ___ SIP

Re: [SR-Users] linking math.h while compiling a module

2015-06-25 Thread Shouvanik Chakrabarti
Hello, Thanks for the assistance. Adding the absolute location of the library as LIBS=/usr/lib/x86_64-linux-gnu/libm.so worked. Thanks, Shouvanik. On Thu, Jun 25, 2015 at 1:06 PM, Daniel-Constantin Mierla wrote: > Hello, > > look at the Makefile for other modules depending on external librari

Re: [SR-Users] "00" prefix record problem on ACC

2015-06-25 Thread Daniel-Constantin Mierla
Hello, note that the $rU is the outgoing number after processing via kamailio.cfg. If you want the incoming number, then use $oU. Cheers, Daniel On 25/06/15 10:54, Yasin CANER wrote: > Hello; > ACC module with db_mysql writes Request Uri to Dst_user column in > my configuration. When a inte

[SR-Users] "00" prefix record problem on ACC

2015-06-25 Thread Yasin CANER
Hello;     ACC module with db_mysql writes  Request Uri to Dst_user column in my configuration. When a international call happens , in kamailio acc table dont write 00 prefix to dst_user even if  Mysql dst_user column defined varchar(64). my acc configuration is below. co

Re: [SR-Users] How to disable retransmits via TCP connection? etc.

2015-06-25 Thread Vitaliy Aleksandrov
Hi, But the fact that packet sent from a server to a client looks differently captured from both points says that somebody tries to "help" you (read SIP ALG). So I would join to Daniel's suggestion to try with TLS. On 24/06/15 17:30, Andrey Utkin wrote: Thanks for all the suggestions. Have t

Re: [SR-Users] How to disable retransmits via TCP connection? etc.

2015-06-25 Thread Vitaliy Aleksandrov
Hi, Don't want to sound like a captain obvious, but what I can say after a quick look at your traces is that both client and server are behind NAT and either some entity drops big packets silently or somebody drops ICMP (fragmentation needed) which doesn't allow TCP to adjust max MSS. The othe

[SR-Users] deb building system

2015-06-25 Thread Victor Seva
Hello, I would like to inform that the deb nightly builds are going to be disabled. I'm having problems with the actual configuration and until I found the time to fix them the service will be out of order. No new debs will be produced until further notice. Cheers, Victor signature.asc Descri

Re: [SR-Users] linking math.h while compiling a module

2015-06-25 Thread Daniel-Constantin Mierla
Hello, look at the Makefile for other modules depending on external libraries, such as jansson, uuid, db_mysql, app_lua, ... Cheers, Daniel On 25/06/15 09:08, Shouvanik Chakrabarti wrote: > Hello, > Thanks for your reply. I realize that libm needs to linked. > The errors are of the form: > symb

Re: [SR-Users] Kamailio Server Maintenance - Wed-Thu Night

2015-06-25 Thread Daniel-Constantin Mierla
Hello, the maintenance work was carried successfully last night, hopefully there was no relevant downtime noticed. If anyone spots any service not working, contact us via sr-dev mailing list. Cheers, Daniel On 23/06/15 09:18, Daniel-Constantin Mierla wrote: > Hello, > > during the night between

Re: [SR-Users] linking math.h while compiling a module

2015-06-25 Thread Shouvanik Chakrabarti
Hello, Thanks for your reply. I realize that libm needs to linked. The errors are of the form: symbol pow 0 is undefined. An nm trace of the object reveals that all the math functions are indeed undefined. I was curious as to how I could make sure that lm would be linked, since I am using the maste