On Sat, Oct 9, 2010 at 7:22 PM, Shrouk Khan shroukkhan@softverk.is wrote:
2010/10/9 Shrouk Khan shroukkhan@softverk.is:
'grp' shouldn't be zero, but being zero shouldn't originate your issue anyhow. But try changing it.
WOW changing grp to 1 fixed the issue.
So , why can it not be zero ?
On Sat, Oct 9, 2010 at 7:29 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2010/10/9 Shrouk Khan shroukkhan@softverk.is:
WOW changing grp to 1 fixed the issue.
So , why can it not be zero ?
Because allow_source_address_group() [*] function returns as integer the value of "grp" column and any module exported function returning 0 means that the request/response processing terminates inmediately. In fact, the default value of "grp" column is 1 (check the table schema).
[*] http://kamailio.org/docs/modules/stable/modules_k/permissions.html#id2884734