Re: [OpenSIPS-Users] Opensips module like htable in kamailio

2018-03-07 Thread Liviu Chircu

Hi Kirill,

The current way to achieve this would be to your map as a json string 
(using the $json variable), attached to the "%ip" key, using the 
cachedb_local module. This solution has an added encoding/decoding 
overhead, but it gets the job done quickly and intuitively.


Best regards,

Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com

On 07.03.2018 08:21, Kirill Galinurov wrote:

Hi. we need some module to store some keys like %ip -> { port => 15643,
                                  username => 'test',
                                  domain => 'test',
                                  auth_count => '2'}
to do  protect against dictionary attacks. Like in Kamaillio.
What is the best module to do this in   Opensips ?




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Opensips module like htable in kamailio

2018-03-06 Thread Kirill Galinurov
Hi. we need some module to store some keys like  %ip -> { port => 15643,

  username => 'test',

  domain => 'test',

  auth_count => '2'}
to do  protect against dictionary attacks. Like in Kamaillio.
What is the best module to do this in   Opensips ?
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users