<html><head></head><body><div style="color:#000; background-color:#fff; font-family:標楷體, dfkai-sb;font-size:16px"><div id="yui_3_16_0_ym19_1_1518589825317_3344">Hi List,<br></div><div id="yui_3_16_0_ym19_1_1518589825317_3333"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3332">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 ?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3331"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3334"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3330">WARNING:db_postgres:db_postgres_get_columns: unhandled data type column (uuid_generate_v1mc) type id (2950), use DB_STRING as default<br id="yui_3_16_0_ym19_1_1518589825317_3288"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3335"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3329">Its caused by following line in my config</div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3328"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_5015">avp_db_query("SELECT uuid_generate_v1mc()","$avp(callid)");</div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3327"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_3326"><br></div><div id="yui_3_16_0_ym19_1_1518589825317_3218" dir="ltr">does this mean I need to convert it to string before returning from postgres via the sql I use ?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1518589825317_5033"><br></div></div></body></html>