BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
401 stars 204 forks source link

[Bug]: Linphone crashes when uses rls with asterisk. #602

Open LucasfoliveiraSe opened 2 years ago

LucasfoliveiraSe commented 2 years ago

Context

I have chosen linphone desktop as part of my voip solution . Linphone is a fantastic tool with a lot of advantages that we were pursuing . It is free , opensource , multiplataform , auto-configuration with xml . In general i work in a place with serius limitation of budget so we adapt linphone to our reality.

General information

Expected behaviour

I am trying to integrate rls from a linphone client to a asterisk server since both clains rfc 4662 capabilities. So i open friends database and insert in the friends_list rls_uri of the asterisk. The linphone simply crashes when i click on contacts. linphone2.log WhatsApp Image 2022-01-19 at 14 12 25

To Reproduce

after change to a asterisk rls , just click in contacts then the linphone crashes.

Additional context

No response

SDK logs URL

No response

jehandelalune commented 2 years ago

Strange, how many /r/n between Content-Length: 994 and --fskyi ? It might be one more than expected. Cheers

LucasfoliveiraSe commented 2 years ago

I did not find any /r/n , but I realizer something that seens strange to me ,the field boundary linphone log indicates that does no exist but in the sngrep picture it is there , i just don´t know if it is a problem the "--" before the term.

jehandelalune commented 2 years ago

2 /r/n are expected (I.E carriage return + new line) but it seems there are 3 (I.E one extra) it might be the issue. -- is expected, it's not the issue.