Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, I haven't used with modparams for long time, can you try with dedicated tls.cfg config file for tls module and set there require_certificate=no? It will reveal if there is a problem on handling the modparams for this feature or something else. Cheers, Daniel On 09/05/16 17:41, Sunil

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Sunil More
Hello Daniel, I am not using config file. Those are the only parameters that I am using. Regards, Sunil More On May 9, 2016 6:03 PM, "Daniel-Constantin Mierla" wrote: > Hello, > > do you have config modparam set for tls? Like: > > modparam("tls", "config",

Re: [SR-Users] Planning the release of Kamailio v4.4.1

2016-05-09 Thread Daniel-Constantin Mierla
Hello, short update: it looks like tomorrow I will get enough time to do the release of 4.4.1. Cheers, Daniel On 03/05/16 18:39, Daniel-Constantin Mierla wrote: > > Hello, > > I am considering to do a minor release from branch 4.4 next week, > likely on Tue or Wed, May 10 or 11, 2016. > > If

Re: [SR-Users] Kamailio and Oracle database

2016-05-09 Thread Daniel-Constantin Mierla
Hello, on the master branch (development). Then the commits will be backported to stable branches using "git cherry-pick". An important detail is to format the commit log messages as recommended by the guidelines at: -

Re: [SR-Users] Kamailio and Oracle database

2016-05-09 Thread gmele
Hello, thx, I'll do it! Tell me: do you want me to work on the main branch or on version 4.4.0? Regards Giovanni -- View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-and-Oracle-database-tp147990p148288.html Sent from the Users mailing list archive at

Re: [SR-Users] Kamailio and Oracle database

2016-05-09 Thread Daniel-Constantin Mierla
Hello, thanks for pursuing this further and coming back with fixes! You have to clone (fork) the kamailio repository to your github account, commit your changes there and then make a pull request. See the documentation at gihub.com for how to do it: -

Re: [SR-Users] Kamailio and Oracle database

2016-05-09 Thread gmele
Hello Daniel, I've updated the db_unixodbc module and tested it on our kamailio server: all is working fine now and the watcher table is correctly updated. Now, I'd like to push my modification on github. I'm totally new in using github and need some help here. I've created a github account,

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, do you have config modparam set for tls? Like: modparam("tls", "config", "/usr/local/etc/kamailio/tls.cfg") Or are those all your parameters for tls module? Cheers, Daniel On 09/05/16 14:05, Sunil More wrote: > Hello Daniel, > > I am using this .. > loadmodule "tls.so" modparam("tls",

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Sunil More
Hello Daniel, I am using this .. loadmodule "tls.so" modparam("tls", "tls_method", "TLSv1") modparam("tls", "certificate", "/usr/local/kamailio/etc/kamailio/cc_kamailio/my_cert.net.crt") modparam("tls", "private_key", "/usr/local/kamailio/etc/kamailio/cc_kamailio/my_key.net.key") modparam("tls",

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, look at your tls.cfg file (or modparams for tls module) and change the setting for requiring tls certificate for clients. Cheers, Daniel On 09/05/16 13:44, Sunil More wrote: > Hello All, > > I am trying to connect Kamailio over WSS and the error I get is > "tls_accept: client did not

[SR-Users] WSS configuration sample needed

2016-05-09 Thread Sunil More
Hello All, I am trying to connect Kamailio over WSS and the error I get is "tls_accept: client did not present a certificate" . It works fine for WS, however Please guide me to connect over WSS. the following are the logs i See.. DEBUG: tls [tls_domain.c:703]: sr_ssl_ctx_info_callback(): SSL

Re: [SR-Users] sdp_remove_line_by_prefix

2016-05-09 Thread Alberto Sagredo
Hi Mikko Thanks ! I will test and let you know 2016-05-09 9:21 GMT+02:00 Mikko Lehto : > Alberto Sagredo : > > > Im trying to remove my Asterisk s= line on SDP but when doing: > > > > sdp_remove_line_by_prefix("s=Asterisk"); > > > > Nothing

Re: [SR-Users] sdp_remove_line_by_prefix

2016-05-09 Thread Mikko Lehto
Alberto Sagredo : > Im trying to remove my Asterisk s= line on SDP but when doing: > > sdp_remove_line_by_prefix("s=Asterisk"); > > Nothing happens. Hi Alberto Did you try with 4.4 yet? I made some changes to sdpops and I think your example should now work as

Re: [SR-Users] Getting sip.instance in INVITE

2016-05-09 Thread Cibin Paul
Hi Daniel, Contact header of INVITE will be fine Thanks & Regards Cibin > On 09-May-2016, at 11:45 AM, Daniel-Constantin Mierla > wrote: > > Hello, > > do you want to retrieve it from location after lookup() or from the Contact > header of INVITE? > Cheers, > Daniel > >

Re: [SR-Users] Third party registration help

2016-05-09 Thread Daniel-Constantin Mierla
Hello, I haven't analyzed your message too much now -- just wanted to ask if you looked at uac module for uacreg feature and if that is suiting or not your needs? Cheers, Daniel On 05/05/16 14:40, Code Developer wrote: > Hello, > > I'm after some help on third-party SIP registration in

Re: [SR-Users] Getting sip.instance in INVITE

2016-05-09 Thread Daniel-Constantin Mierla
Hello, do you want to retrieve it from location after lookup() or from the Contact header of INVITE? Cheers, Daniel On 05/05/16 12:25, Cibin Paul wrote: > Hi, > > How can I get sip.instance value in the sip header of INVITE? I do get this > value during REGISTER > > Thanks & Regards > Cibin

Re: [SR-Users] LCR Module Question

2016-05-09 Thread Alberto Sagredo
Thanks Both Fred/Juha System is in production when i have a "free slot" i will check repeating each rule with lower priority. I think that would work as i expect Thanks for your tips guys! Have a nice week Alberto 2016-05-06 13:44 GMT+02:00 Juha Heinanen : > Alberto Sagredo

Re: [SR-Users] Media-Proxy & NAT

2016-05-09 Thread Alberto Sagredo
HI cao You would need to take a look to SDPs on INVITE and ACK to check , external IP address are there in order to work properly. If that is the case, you would need to check that packets are forwarded internally behind two NATs. What RTP Proxy are you using? I highly recommend to use rtpengine