c++11pjsippjsua2

Error making call: Too many objects of the specified type (PJ_ETOOMANY) [status=70010]


I am using PJSIP library in my C++ application to test calls. I am getting the Error making call: Too many objects of the specified type (PJ_ETOOMANY) [status=70010] when I tried to make more than 4 calls at a single execution.

I tried to make more than 4 calls in a single execution, and was expecting it to work successfully.


Solution

  • By following below steps, it resolved my problem.