We have moved to a new Sailfish OS Forum. Please start new discussions there.
3

Source of the Sailfish.telephony QML plugin [answered]

asked 2019-06-12 15:02:49 +0300

updated 2019-06-12 15:04:28 +0300

jiit gravatar image

I would like to solve this issue (display the company field for the caller if present): https://together.jolla.com/question/144033/incoming-call-display-details-company-field/?sort=votes&page=1 by creating a patch.

By checking the /usr/share/voicecall-ui-jolla/pages/calling/InCallView.qml file it turned out it displays the caller/called name with the following snipplet:

property string callSimName: telephony.simNameForCall(telephony.primaryCall)

The telephony looks like imported with the import Sailfish.Telephony 1.0. I have not been able to find this component here: https://sailfishos.org/wiki/images/thumb/9/93/Mer-cellular-diagram.png/960px-Mer-cellular-diagram.png so I have no idea where to look for the sources. The only thing what I have found is the /usr/lib/qt5/qml/Sailfish/Telephony/libsailfishtelephonyplugin.so on the device.

Is it a closed source properitary plugin? If yes would it be possible to share what interfaces does it present (ie. is it possible to query the company name of the caller through it?) Or even better would not it makes sense to open sourcing this component?

Thank you for the answers in advance!

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by martonmiklos
close date 2019-06-17 13:45:20.487937

1 Answer

Sort by » oldest newest most voted
1

answered 2019-06-12 15:21:11 +0300

Pekka Vuorela gravatar image

Telephony there is not Sailfish.Telephony but component internal to voicecall ui. main.qml has id with that name for VoiceCallManager.qml.

edit flag offensive delete publish link more

Comments

Hi Pekka!

Many thanks for the answer I have missed that there is Telepony and a telephony as well.

martonmiklos ( 2019-06-17 13:45:09 +0300 )edit

Question tools

Follow
4 followers

Stats

Asked: 2019-06-12 15:02:49 +0300

Seen: 221 times

Last updated: Jun 12 '19