In order to avoid any performance issues, I tried to change the query from
```
sql_query("sip_proxy_cache", "DELETE FROM location WHERE server_id=0 AND 
connection_id=$conid", "result");
```
to
``` 
sql_query_async("sip_proxy_cache", "DELETE FROM location WHERE server_id=0 AND 
connection_id=$conid");
```
but got the same error.

So please make the sql connections available in event routes as they have been 
before.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3843#issuecomment-2098488770
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3843/2098488...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to