[OpenSER-Users] Permissions Module
Kelvin Williams
kelvin-lists at williamschadwell.com
Sat Jun 23 22:56:19 CEST 2007
Does anyone have Openser 1.2, with PostgreSQL 8.2.4 and the Permissions
module working with at least one entry in the address table?
If anyone has Openser 1.2 and PostgreSQL 8.2.4 running in combination, could
you see if you can duplicate this problem? Any time any entry is in the
address table, OpenSER will not start, reporting this error:
openser=# select * from address;
id | grp | ip_addr | mask | port
----+-----+---------+------+------
(0 rows)
Starts fine!
openser=# insert into address (grp, ip_addr, mask, port) values (0,
'192.168.1.100',32, 5060);
INSERT 0 1
openser=# select * from address;
id | grp | ip_addr | mask | port
----+-----+---------------+------+------
5 | 0 | 192.168.1.100 | 32 | 5060
(1 row)
openser=#
Jun 23 16:55:47 gaia /usr/local/sbin/openser[24163]: ERROR: permissions:
address_reload(): Database problem
Jun 23 16:55:47 gaia /usr/local/sbin/openser[24163]:
permissions:init_addresses(): Reload of address table failed
Jun 23 16:55:47 gaia /usr/local/sbin/openser[24163]: Error while
initializing allow_address function
Jun 23 16:55:47 gaia /usr/local/sbin/openser[24163]: init_mod(): Error while
initializing module permissions
Thanks in advance,
kw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20070623/fd6c7eb7/attachment.htm
More information about the Users
mailing list