Hi List,

I got another issue where opensips issue a warning I'm trying to load a uuid 
from a postgres database as opensips doesn't have a built-in function to 
generate a uuid. How do I get rid of this warning ?

WARNING:db_postgres:db_postgres_get_columns: unhandled data type column 
(uuid_generate_v1mc) type id (2950), use DB_STRING as default

Its caused by following line in my config
avp_db_query("SELECT uuid_generate_v1mc()","$avp(callid)");

does this mean I need to convert it to string before returning from postgres 
via the sql I use ?
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to