Giter Site home page Giter Site logo

Comments (11)

julonexus avatar julonexus commented on May 26, 2024

Please try to use only 5.2 and not mixing with 5.1

from linphone-desktop.

AlBundy33 avatar AlBundy33 commented on May 26, 2024

I don't mix them - I always uninstall the versions that I don't use

from linphone-desktop.

julonexus avatar julonexus commented on May 26, 2024

So, what is your log from 5.2.0 on the main instance?

from linphone-desktop.

codiflow avatar codiflow commented on May 26, 2024

I can confirm that.

Linphone crashes on clicking the phone number in the contact section of this page:
grafik

So clicking on tel:+498002153153 Linphone crashes, clicking on tel:0800 2 153 153 nothing happens.

This is the error message:
grafik

OS: Manjaro Linux 6.1.69-1
Browser: Firefox 121.0 (64-Bit)
Linphone (AppImage): Desktop 5.2.0 - Qt5.15.2, Core 5.3.1

Log entry: [AppRun.wrapped/qt] FATAL QT: /opt/Qt/5.15.2/gcc_64/include/QtCore/qstring.h:1335: ASSERT: "i >= 0" in file /opt/Qt/5.15.2/gcc_64/include/QtCore/qstring.h, line 1335

from linphone-desktop.

julonexus avatar julonexus commented on May 26, 2024

@codiflow
the issue is about "sip:[email protected]?method=call" not "tel:656565" that is related to #809

from linphone-desktop.

codiflow avatar codiflow commented on May 26, 2024

from linphone-desktop.

AlBundy33 avatar AlBundy33 commented on May 26, 2024

Please try to use only 5.2 and not mixing with 5.1

I've used 5.1.2 and as 5.2 was released, I've downloaded 5.2 and started the update (where 5.1 gets uninstalled at first.

Then I wantet to use the links as usual which did not work.
Then I've checked the logs and copoed the relevant part.
To check wheather this is a local issue (e.g. due to Windows or Chrome updates) I've uninstalled 5.2 and installed 5.1.2 again and tried to use the links that didn't work with 5.2
with 5.1.2 all was working again.

therefore I've posted the outputs of 5.1.2 and 5.2

from linphone-desktop.

julonexus avatar julonexus commented on May 26, 2024

Ok but the request is still not answered. "What is your log from 5.2.0 on the main instance?"

from linphone-desktop.

AlBundy33 avatar AlBundy33 commented on May 26, 2024

the log from 5.2.0 is in my initial post. 🤔

2024-01-09 10:50:52:939 [/belle-sip] MESSAGE channel [000001EFCB5ABF80]: keep alive sent to [UDP://sip.linphone.org:5060]
2024-01-09 10:50:52:939 [/belle-sip] MESSAGE channel [000001EFD2671A60]: keep alive sent to [UDP://ansitel.example.com:5060]
2024-01-09 10:50:53:341 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\0\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:315: "Starting Linphone (bin: linphone)"
2024-01-09 10:50:53:341 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\0\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:316: "Use locale: de_DE with language: German"
2024-01-09 10:50:53:342 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\0\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:317: "System timezone: code=82 / country=Deutschland / Offset=3600 / ID=Europe/Berlin"
2024-01-09 10:50:53:362 [/qt] MESSAGE QT: :0: "Running secondary app success. Kill it now."
2024-01-09 10:50:53:362 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\0\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:331: "Destroying app..."

There is no output after "Destroying app" that a command was received

[edit]
just to be clear: linphone does not start the call after open the sip-URL and according to the log this is because the running linphone instance does not receive the command.
-> just in case if you meant the server with "main instance". ;-)
[/edit]

from linphone-desktop.

julonexus avatar julonexus commented on May 26, 2024

"2024-01-09 10:50:53:362 [/qt] MESSAGE QT: :0: "Running secondary app success. Kill it now.""
This log comes from the second instance (ran by the URI handler) and you filtered out all other data so there are no info about the main instance (the running Linphone).

Useful data are needed from the start of the application.
So I"m waiting for your whole file log from the start of the application.

from linphone-desktop.

AlBundy33 avatar AlBundy33 commented on May 26, 2024

Of course I filtered out some data because I don't want to spread servers and phone-numbers on github 🙂

What I did now:

  • Updating Linphone to 5.2.1
  • After that I've activated the logging in Linphone where linphone1.log immediatly appears in the log-folder
  • then I've tried to open a sip-url to start a call
    result: (still) nothing happens

The Logfolder still contains only linphone1.log with this content

2024-02-02 07:40:28:540 [/belle-sip] MESSAGE channel [000001F29E4329C0]: keep alive sent to [UDP://sip.linphone.org:5060]
2024-02-02 07:40:28:540 [/belle-sip] MESSAGE channel [000001F2A610CEC0]: keep alive sent to [UDP://ansitel.example.com:5060]
2024-02-02 07:40:35:501 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:315: "Starting Linphone (bin: linphone)"
2024-02-02 07:40:35:502 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:316: "Use locale: de_DE with language: German"
2024-02-02 07:40:35:504 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:317: "System timezone: code=82 / country=Deutschland / Offset=3600 / ID=Europe/Berlin"
2024-02-02 07:40:35:536 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:324: "Received command from other application: `sip:[email protected]?method=call`."
2024-02-02 07:40:35:536 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\App.cpp:331: "Destroying app..."
2024-02-02 07:40:35:538 [/qt] WARNING QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\cli\Cli.cpp:622: "This command doesn't exist: `sip`."
2024-02-02 07:40:35:544 [/qt] MESSAGE QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\cli\Cli.cpp:540: "Detecting URI command: `sip:[email protected]?method=call`..."
2024-02-02 07:40:35:545 [/qt] WARNING QT: C:\GitLab-Runner\builds\hexP7jis\2\BC\public\linphone-desktop\linphone-app\src\app\cli\Cli.cpp:331: "Missing argument for command: `call (sip-address)`."
2024-02-02 07:40:39:259 [/belle-sip] MESSAGE channel [000001F2A610CEC0]: received [558] new bytes from [UDP://ansitel.example.com:5060]:
OPTIONS sip:[email protected];transport=udp SIP/2.0

Via: SIP/2.0/UDP 4.3.2.1:5060;branch=z9hG4bK174a708e;rport

Max-Forwards: 70

From: "asterisk" <sip:[email protected]>;tag=as2f737327

To: <sip:[email protected];transport=udp>

Contact: <sip:[email protected]:5060>

Call-ID: [email protected]:5060

CSeq: 102 OPTIONS

User-Agent: ansitel_PBX

Date: Fri, 02 Feb 2024 07:40:39 GMT

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE

Supported: replaces, timer

Content-Length: 0




2024-02-02 07:40:39:263 [/belle-sip] MESSAGE channel [000001F2A610CEC0] [558] bytes parsed
2024-02-02 07:40:39:263 [/belle-sip] MESSAGE channel [000001F2A610CEC0]: message sent to [UDP://ansitel.example.com:5060], size: [269] bytes
SIP/2.0 200 Ok

Via: SIP/2.0/UDP 4.3.2.1:5060;branch=z9hG4bK174a708e;rport

From: "asterisk" <sip:[email protected]>;tag=as2f737327

To: <sip:[email protected];transport=udp>;tag=yqqgE

Call-ID: [email protected]:5060

CSeq: 102 OPTIONS




2024-02-02 07:40:58:554 [/belle-sip] MESSAGE channel [000001F29E4329C0]: keep alive sent to [UDP://sip.linphone.org:5060]
2024-02-02 07:40:58:554 [/belle-sip] MESSAGE channel [000001F2A610CEC0]: keep alive sent to [UDP://ansitel.example.com:5060]

this is the complete content (anonymized of course / replaced IPs, numbers and Logins)

from linphone-desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.