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, Livi

[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 ?