pjsua2 sample app outgoing calls getting 403 Forbidden response with TCP connection
问题 I had successfully registered my sip client in pjsua sample app and is receiving incoming calls over UDP. But whenver I try to make an outgoing call it get disconnected with 403 FORBIDDEN error. And the connection created is TCP! I verified the destination uri. it is in the format as sip:mobile-number@sip-server-ip:port here is my makeCall code : public void makeCall(View view) { //some code here.. MyCall call = new MyCall(account, id); CallOpParam prm = new CallOpParam(true); try { call