sipster
sipster copied to clipboard
No way to gracefully free allocated resources/connections
It seems that pjsua2 keeps some resources allocated even when all accounts are unregistered etc
Would it be possible to implement support for libDestroy function? Or is it somehow already accessible? http://www.pjsip.org/pjsip/docs/html/classpj_1_1Endpoint.htm#a5ee37daaeb8f2c00d2adc8fd756fc656 http://www.pjsip.org/docs/book-latest/html/endpoint.html#shutting-down-the-library
Anything is possible. There currently is no binding to libDestroy() if that's what you're looking for. The other objects (e.g. Transported, Account, Call) will eventually have close() methods added too.