79344430

Date: 2025-01-10 01:52:28
Score: 4
Natty: 4
Report link

I am using the ios-swift-pjsua2 project from pj-project and I have a problem. I have integrated pjsua2 into CallKit, and the issue is that I can make 4 calls with CallKit, and the 4th call gets disconnected. I noticed that call_id only goes from 0-3, which means that the 4th call has call_id = 4. So, I am putting it on hold with pjsua_call_set_hold(3, nil, nil). However, why is the 5th call rejected with a busy signal? Where exactly do I need to change max_calls or what should I do after making the change? I tried modifying the file mentioned in the post, but when I run ./configure-iphone and then make dep && make clean && make, I get the following error after make dep && make clean && make:

pjproject-master: Is a directory. Stop.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2): what should I do
  • RegEx Blacklisted phrase (1): I get the following error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: BouncedBy