BelledonneCommunications / linphone-android

Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
https://linphone.org
GNU General Public License v3.0
1.1k stars 670 forks source link

Conflicts with whether linphone will run exosip? #2177

Closed LoyaiHai closed 3 weeks ago

LoyaiHai commented 3 weeks ago

Hi @Viish When I run the demo that contains only Exosip, the whole registration process is clear through the Wireshark tool: first 401, then add authentication information. When I integrated both linphone and Exosip into the project, I noticed that the registration of Exosip was abnormal: 401, and then sending 3 registration requests, the first of which read: 1 binging; Second display: remove 1 binging; here is the picture:

抓包
Viish commented 3 weeks ago

Hi @LoyaiHai,

What are you doing? Linphone no longer uses ExoSIP library for many years. If you are doing some changes on your side, I can't help with that, and linphone-android repository is definitively not the right place for that.

Cheers,

LoyaiHai commented 3 weeks ago

@Viish I mean, my current project, I need to use the Exosip library and linphone modules. Since it's all about the sip protocol, the question I want to ask is: Is there a possibility of conflict when the two exist in the same project

Viish commented 3 weeks ago

Is there a possibility of conflict when the two exist in the same project

Not that I know of, but we never tested it some it's possible. Question is: why do you need ExoSIP library when you already have a SIP library in Linphone?