Re: [SR-Users] Kamailio SIP TLS issue

2016-10-24 Thread Sergey Basov
Hi Daniel, In attachment part of the log with debug=3 after kamailio starts and when it is accepting connection to 10.1.23.23 and 10.1.23.33 port 5061 If you need more info I will try to provide it kamailio v 4.4.3 on rhel 7 x86_64 Thank you. -- Best regards, Sergey Basov e-

Re: [SR-Users] How compile Kamailio in freebsd : add carrierroute module

2016-10-24 Thread Daniel-Constantin Mierla
Hello, not familiar with the bsd ports and how they perform the installation, but maybe you can compile it from kamailio sources taken from the github.com/kamailio/kamailio . Once you clone from the git repository and install common dependencies, try: make include_modules="carrierroute" cfg make

Re: [SR-Users] Kamailio SIP TLS issue

2016-10-24 Thread Daniel-Constantin Mierla
Hello, can you run with debug=3 in kamailio.cfg and see if you can spot anything relevant at startup, when the tls module is initialized and loads the certificates? Cheers, Daniel On 25/10/16 03:29, Sergey Basov wrote: > Hi All > > I have some strange behavior of kamailio with TLS. > > I have c

[SR-Users] How compile Kamailio in freebsd : add carrierroute module

2016-10-24 Thread AFRICALLSHOP
Hello, I try to compile kamailio in freebsd. I want to add carrierroute module. I do : 1) cd /usr/ports/net/kamailio 2) make install but carrierroute module is not compiled. Could you help me? Regards Abdoul. ___ SIP Express Router (S

[SR-Users] Kamailio SIP TLS issue

2016-10-24 Thread Sergey Basov
Hi All I have some strange behavior of kamailio with TLS. I have configured second IP addres on server, added it to tls listener, and tls.cfg file. But when I try to connect using openssl s_client -showcerts -connect 10.1.23.33:5061 -tls1 -state and openssl s_client -showcerts -connect 10.1.23.

[SR-Users] How compile Kamailio in freebsd : add carrierroute module

2016-10-24 Thread Abdoul Osséni
Hello, I try to compile kamailio in freebsd. I want to add carrierroute module. I did : 1) cd /usr/ports/net/kamailio/ 2) make install but carrierroute module is not compiled. Could you help me? Regards Abdoul. ___ SIP Express Router (SER) and Ka

Re: [SR-Users] Rewriting To on BYE

2016-10-24 Thread Daniel-Constantin Mierla
Hello, just to clarify -- did you tried and there were some issues, or just pure validation of the regex in the subst? If the second, I would rather use subdt_hf(), but not sure it's in 4.3 or added later. Then instead of \2, I would use $tU (To header username). Likely you can also completely a

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-24 Thread Daniel-Constantin Mierla
Hello, I haven't noticed the log files, it's ok. >From the Route header, I see that there is a proxy that uses WS: Route: That is the address of the next hop and typically a proxy doesn't use websocket connection to another proxy. Can you show a diagram with the sip server nodes in your networ

[SR-Users] app_perl modifies Via header?

2016-10-24 Thread Igor Potjevlesch
Hello, I try to use app_perl and cnxcc module. As soon as I load the module like this: # - app_perl params modparam("app_perl", "filename", "/usr/local/etc/kamailio/AAA/aaa-script.pl") modparam("app_perl", "modpath", "/usr/local/lib64/kamailio/perl/") The Via header is m

[SR-Users] Rewriting To on BYE

2016-10-24 Thread Charles Phillips
I need a sanity check if you don’t mind… I am setting up a stateless proxy for several (separate, not load balanced) Asterisk servers behind Kamailio 4.2 (with domain and dispatcher). All works as expected except when called party hangs up, as Asterisk seems to address the BYE “To” (that is se

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-24 Thread Serhat Guler
Hi Daniel, Thanks for your reply. I actually attached a log file with debug level 3, consisting ACK related messages. If you would like to see more logs, I'll send a new log file in the evening. Cheers, Serhat On 24 October 2016 at 12:13, Daniel-Constantin Mierla wrote: > Hello, > > can you ge

[SR-Users] [CFP] FOSDEM 2017, RTC devroom, speakers, volunteers neeeded

2016-10-24 Thread FOSDEM RTC Team
FOSDEM is one of the world's premier meetings of free software developers, with over five thousand people attending each year. FOSDEM 2017 takes place 4-5 February 2017 in Brussels, Belgium. https://fosdem.org This email contains information about: - Real-Time communications dev-room and lounge

Re: [SR-Users] PCSCF cannot create via header for sipml5 ACK package

2016-10-24 Thread Daniel-Constantin Mierla
Hello, can you get all the log messages for ACK but with debug=3 in the kamailio.cfg? Cheers, Daniel On 23/10/16 22:04, Serhat Guler wrote: > ​Hello, > > I finally managed to place a call from sipml5 webrtc client​ to > Mercuro IMS client. The phone rings, and when I answer it sends 200 OK > to

Re: [SR-Users] configuration kamailio 4.4.2 with Asterisk 13.10.0

2016-10-24 Thread Daniel-Constantin Mierla
Hello, can you provide ngrep output with the sip messages for such case? It will help to see where it's replied. Cheers, Daniel On 21/10/16 15:24, Serge Gabriel Ahnoux wrote: > Hello > > I am trying to configure kamailio 4.4.2 with asterisk 13.10.0. > My Os is Debian 7.4 > > I followed the tut