You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pjsua2 will not register to the sip server until acc.SetRegistration(true) is called. I have tested this on v2.9, not sure if it works without this on older versions.
Solution: call acc.SetRegistration(true) after acc.Create(accCfg)
The text was updated successfully, but these errors were encountered:
pjsua2 will not register to the sip server until acc.SetRegistration(true) is called. I have tested this on v2.9, not sure if it works without this on older versions.
Solution: call acc.SetRegistration(true) after acc.Create(accCfg)
The text was updated successfully, but these errors were encountered: