After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660121 - Can't call PSTN contacts
Can't call PSTN contacts
Status: RESOLVED FIXED
Product: gnome-contacts
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Contacts maintainer(s)
GNOME Contacts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-09-26 11:44 UTC by Guillaume Desmottes
Modified: 2011-09-26 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
start_call_with_account: set Empathy.AudioVideo as preferred handler (1.03 KB, patch)
2011-09-26 11:47 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2011-09-26 11:44:41 UTC
- Be sure to have a SIP widget configured with the magical "use for pstn" option turned on
- Look at one contact having a phone number
- Try calling him

That fails because gnome-contacts requests a StreamedMedia channel (which is good) but set Empathy.Call as preferred handler. Such channel should be handled by Empathy.AudioVideo, not Empathy.Call
Comment 1 Guillaume Desmottes 2011-09-26 11:47:06 UTC
Created attachment 197465 [details] [review]
start_call_with_account: set Empathy.AudioVideo as preferred handler

Empathy.Call only handle Call channels, Empathy.AudioVideo is the one handling
StreamedMedia channels.
Comment 2 Guillaume Desmottes 2011-09-26 12:47:56 UTC
Attachment 197465 [details] pushed as fe21748 - start_call_with_account: set Empathy.AudioVideo as preferred handler