--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/171
Closed #171.
This should be possible now by using tcpops and sqlops modules -- delete in db tables using sqlops with connection id inside the event route for tcp connection close:
* https://www.kamailio.org/docs/modules/stable/modules/tcpops.html#idp24331996
Daniel-Constantin Mierla writes:
This should be possible now by using tcpops and sqlops modules -- delete in db tables using sqlops with connection id inside the event route for tcp connection close:
Thanks, Juha