VoiSmart / pjsip-android

SIP Service for Android based on PJSIP
http://www.pjsip.org/
Apache License 2.0
288 stars 140 forks source link

Registration problem #161

Closed Maksewsha closed 2 years ago

Maksewsha commented 2 years ago

Error with SipService when trying to setAccount.

val myAcc = SipAccountData() myAcc.authenticationType = SipAccountData.AUTH_TYPE_DIGEST myAcc.username = LOGIN myAcc.password = PASS myAcc.host = HOST myAcc.realm = HOST myAcc.port = 5060 myAccId = SipServiceCommand.setAccount(applicationContext, myAcc)

Screenshot 2022-06-02 at 14 00 08