Call leak in PJSUA when use Python binding

VS
Vitold S
Tue, Mar 6, 2018 5:08 PM

Hello,

I have PJSUA solution on Python and detect some strange calls

collecting in PJSUA loggings. Now I see that I can not create more than 4
calls. Incoming call allocate call slots and never freed. Should I freed it
manually or by timer or how to determine problem with this situation.

All calls now store in array in state disconnected it normally behavior?

Thanks.

Hello, I have PJSUA solution on Python and detect some strange calls collecting in PJSUA loggings. Now I see that I can not create more than 4 calls. Incoming call allocate call slots and never freed. Should I freed it manually or by timer or how to determine problem with this situation. All calls now store in array in state disconnected it normally behavior? Thanks.