Re: [SR-Users] Permissions module question

2016-10-11 Thread Ivan Dudko
Daniel, Thank you. It works. чт, 15 сент. 2016 г. в 15:07, Daniel-Constantin Mierla : > Hello, > > On 14/09/16 09:49, Ivan Dudko wrote: > > Hello! > > I am new to kamailio and trying to use it vanilla config. > Now main question is how to use ip based auth. > I found recent post of Daniel-Consta

Re: [SR-Users] Permissions module question

2016-09-15 Thread Daniel-Constantin Mierla
Hello, On 14/09/16 09:49, Ivan Dudko wrote: > Hello! > > I am new to kamailio and trying to use it vanilla config. > Now main question is how to use ip based auth. > I found recent post of Daniel-Constantin Mierla: > http://lists.sip-router.org/pipermail/sr-users/2011-December/071147.html > Here

Re: [SR-Users] Permissions module question

2016-09-14 Thread Ivan Dudko
lmer > > > > *Van:* sr-users [mailto:sr-users-boun...@lists.sip-router.org] *Namens *Ivan > Dudko > *Verzonden:* woensdag 14 september 2016 09:49 > *Aan:* sr-users@lists.sip-router.org > *Onderwerp:* [SR-Users] Permissions module question > > > > Hello! > &

Re: [SR-Users] Permissions module question

2016-09-14 Thread Tim Balmer
Verzonden: woensdag 14 september 2016 09:49 Aan: sr-users@lists.sip-router.org Onderwerp: [SR-Users] Permissions module question Hello! I am new to kamailio and trying to use it vanilla config. Now main question is how to use ip based auth. I found recent post of Daniel-Constantin Mierla: http

[SR-Users] Permissions module question

2016-09-14 Thread Ivan Dudko
Hello! I am new to kamailio and trying to use it vanilla config. Now main question is how to use ip based auth. I found recent post of Daniel-Constantin Mierla: http://lists.sip-router.org/pipermail/sr-users/2011-December/071147.html Here he recommends to use 'address' table from permissions modul

Re: [SR-Users] Permissions module question

2011-12-05 Thread Daniel-Constantin Mierla
Hello, for pure IP based auth, it is better to use 'address' table from permission module instead of trusted table. You have to add the trusted IP addresses in address table with grp=1 and in the config file have a condition like: if(allow_source_address()) { # source IP is in address ta

[SR-Users] Permissions module question

2011-12-04 Thread pablo umanzor
hi, recently i've implemented the module antiflood into kamailio (3.1.5 from GIT) ,the module works and i can see the ip banned with kamctl fifo sht_dump ipban now, when i try to allocate a trusted ip address with permissions module #!ifdef WITH_IPAUTH modparam("permissions", "db_url", DBURL) mo

Re: [SR-Users] Permissions module question?

2010-06-29 Thread JR Richardson
> 2010/6/28 JR Richardson : > > Kamailio 3.0 permissions module, I see that the address database table > > is cached by default, really the only option. ?But there is no MI > > Function to reload the database into cache, you must restart kamailio > > to update the cache for the address table. ?Is t

Re: [SR-Users] Permissions module question?

2010-06-29 Thread Iñaki Baz Castillo
2010/6/28 JR Richardson : > Kamailio 3.0 permissions module, I see that the address database table > is cached by default, really the only option.  But there is no MI > Function to reload the database into cache, you must restart kamailio > to update the cache for the address table.  Is there any r

[SR-Users] Permissions module question?

2010-06-28 Thread JR Richardson
Hi All, Kamailio 3.0 permissions module, I see that the address database table is cached by default, really the only option. But there is no MI Function to reload the database into cache, you must restart kamailio to update the cache for the address table. Is there any reason the reload MI funct