with PJSUA, REGISTER and INVITE can use the same transport TCP port to dial an outbound call.
REGISTER tcpc0x7f0074098168 ..TCP transport 171.38.0.2:51779 is connecting to 141.13.6.10:5060
INVITE tcpc0x7f0074098168 ..TCP transport 171.38.0.2:51779 is connecting to 141.13.6.10:5060
with PJSUA2, REGISTER and INVITE use two different transport TCP ports to dial an outbound ball.
REGISTER tcpc0x7fe28c078248 ..TCP transport 171.38.0.2:41779 is connecting to 141.13.6.10:5060
INVITE tcpc0x7fe28c09e468 ....TCP transport 171.38.0.2:57472 is connecting to 141.13.6.10:5060
Any ways in PJSUA2 to force REGISTER & INVITE to use the same transport TCP pipe?
I have been struggling to solve this problem for the past week.
Thank you.
Tone