Just for list information.

Norman Brandinger wrote:

Hi Bogdan,

Your fix did indeed get rid of the message.

Thank you,
Norm

Bogdan-Andrei Iancu wrote:

Hi Norman,

the message is from postgres module and it is not related to AVP.
the reason is the newly TEXT data type added into the postgres table definitions. The module does not recognize this data type (TEXTOID id 25).

I just committed a fix on cvs - no functionality was affected (unknown types were automatically cast to STRING anyhow), but it gets rid of the message.

before doing a backport, please test the devel and let me know if it fixes your problem.

regards,
bogdan



Norman Brandinger wrote:

We have recently started logging "unknown type 25" messages (as shown below):

openser[4683]: unknown type 25
openser[4683]: val2str(): converting received_ip, 11

The code that is producing the messages hasn't changed:

avp_db_delete("$fU","$avp(s:received_ip)");
avp_write("$si", "$avp(s:received_ip)");
avp_db_store("$fU","$avp(s:received_ip)");

I thought that perhaps there was a new requirement for a modparam setting but the "unknown type 25" message was still generated.

modparam("avpops","avp_aliases", "received_ip=i:123")

Has anyone else come across this ?
Regards,
Norm



_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel








_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to