Re: [SR-Users] Multihomed kamailio - one IP for each account

2016-05-27 Thread Attila Megyeri
Excellent, thanks Daniel! I will make some tests next week. From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Friday, May 27, 2016 10:05 AM To: Attila Megyeri ; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Multihomed kamailio - one IP for each account Hello, you

Re: [SR-Users] Multihomed kamailio - one IP for each account

2016-05-26 Thread Attila Megyeri
o.cfg. Otherwise, I think you should considering a firewall that will do translation of a source IP based on receiving on a specific port from kamailio. It should be more lightweight and you can control it independent of kamailio. Cheers, Daniel On 25/05/16 17:07, Attila Megyeri wrote: Hi Folk

[SR-Users] Multihomed kamailio - one IP for each account

2016-05-25 Thread Attila Megyeri
Hi Folks, I am looking for a solution to do the following, basically an SBC-like solution. I have an internal asterisk system that should make outbound calls towards a provider, but that provider authenticates the customer based on IP address. And I have many such customers. The provider is not

Re: [SR-Users] TLSv1.2 and weak ciphers

2015-05-04 Thread Attila Megyeri
Well, properly formulating the question is half-way to the solution :) I had to add cipher_list = HIGH:!ADH:!AECDH And all anon ciphers are gone. I hope this helps someone :) From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Attila Megyeri Sent: Monday, May 4, 2015 2

[SR-Users] TLSv1.2 and weak ciphers

2015-05-04 Thread Attila Megyeri
Hi Daniel, Kamailio folks, We are trying to make our server more secure, but we have some issues. Right now, we have set the TLS method to method = TLSv1+ and cipher_list = HIGH The problem is, that there are still cipher suites offered which are not secure. E.g. If I check with the SSLLabs a

Re: [SR-Users] htable persistation question

2015-03-31 Thread Attila Megyeri
-Users] htable persistation question Hello, as I can see, all the three hash tables defined in memory use the same database table. Is it what you want? Shouldn't be there different database tables for each memory table? Cheers, Daniel On 31/03/15 13:14, Attila Megyeri wrote: Hi, We are h

[SR-Users] htable persistation question

2015-03-31 Thread Attila Megyeri
Hi, We are having problem with persisting htable. There are 4 hashtables defined in kamailio config, like: modparam("htable", "db_url", DBURL) modparam("htable", "htable", "vtp=>size=10;autoexpire=120;dbtable=htable;dbmode=1;") modparam("htable", "htable", "a=>size=6;") modparam("htable", "htab

Re: [SR-Users] SIP notify to UAC, triggered from DB or web

2013-05-10 Thread Attila Megyeri
I managed to find a solution in the meantime: using the xhttp module + uac gives a perfect solution. Regards, Attila From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Attila Megyeri Sent: Friday, May 10, 2013 4:57 PM To: sr-users@lists.sip

[SR-Users] SIP notify to UAC, triggered from DB or web

2013-05-10 Thread Attila Megyeri
Hello, I would like to send a SIP NOTIFY message to my SIP client(s), initiated by an event on the server side. //OFF Asterisk has a similar functionality, for instance ("sip notify -reboot"), to request a reboot of the phone device from the server side. There is no need for an associated SUBSC

Re: [SR-Users] RLS Module - Getting NOTIFY for offline users

2013-04-25 Thread Attila Megyeri
Dear Peter, Thank you for your quick response. we will look into of what you recommended! Regards, Attila -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Peter Dunkley Sent: Wednesday, April 24, 2013 10:15 PM To

[SR-Users] RLS Module - Getting NOTIFY for offline users

2013-04-24 Thread Attila Megyeri
Dear Users, We use Kamailio as our SIP proxy and Presence server, leveraging XCAP and RLS functionality. After issuing SUBSCRIBE rls@ I would like to get presence information for the contacts in the RLS list not only when they are online, but also if they are offline. Is this possible? Current