Bug 284749 - 'Voice over IP (VoIP/SIP)' is unavailable with telepathy-rakia
Summary: 'Voice over IP (VoIP/SIP)' is unavailable with telepathy-rakia
Status: RESOLVED UPSTREAM
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: accounts-kcm (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: 0.4.0
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 22:36 UTC by nucleo
Modified: 2012-07-06 12:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nucleo 2011-10-22 22:36:44 UTC
Version:           unspecified
OS:                Linux

I replaced telepathy-sofiasip with telepathy-rakia but then 'Voice over IP (VoIP/SIP)' disappeared in telepathy-accounts-kcm. 

Reproducible: Always

Steps to Reproduce:
1. remove telepathy-sofiasip
2. install telepathy-rakia

Actual Results:  
$ qdbus org.freedesktop.Telepathy.ConnectionManager.rakia
Error: org.freedesktop.DBus.Error.NoReply
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Expected Results:  
'Voice over IP (VoIP/SIP)' should be available in telepathy-accounts-kcm with telepathy-rakia.

Contents of /usr/share/telepathy/managers/rakia.manager:

[ConnectionManager]
BusName=org.freedesktop.Telepathy.ConnectionManager.sofiasip
ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/sofiasip
Interfaces=

[Protocol sip]
param-account=s required register
param-auth-user=s
param-password=s secret
param-alias=s
param-registrar=s
param-proxy-host=s
param-port=q
param-transport=s
param-loose-routing=b
param-discover-binding=b
param-keepalive-mechanism=s
param-keepalive-interval=u
param-discover-stun=b
param-stun-server=s
param-stun-port=q
param-immutable-streams=b
param-local-ip-address=s
param-local-port=q
param-extra-auth-user=s
param-extra-auth-password=s secret
param-ignore-tls-errors=b
default-port=5060
default-transport=auto
default-loose-routing=false
default-discover-binding=true
default-keepalive-mechanism=auto
default-stun-port=3478
default-immutable-streams=false
default-ignore-tls-errors=false
RequestableChannelClasses=text-1on1-1;streamedmedia-1on1-2;
Interfaces=
ConnectionInterfaces=org.freedesktop.Telepathy.Connection.Interface.Requests;org.freedesktop.Telepathy.Connection.Interface.Contacts;org.freedesktop.Telepathy.Connection.Interface.Aliasing;
VCardField=x-sip
EnglishName=SIP
Icon=im-sip

[text-1on1-1]
org.freedesktop.Telepathy.Channel.ChannelType s=org.freedesktop.Telepathy.Channel.Type.Text
org.freedesktop.Telepathy.Channel.TargetHandleType u=1
allowed=org.freedesktop.Telepathy.Channel.TargetHandle;org.freedesktop.Telepathy.Channel.TargetID;

[streamedmedia-1on1-2]
org.freedesktop.Telepathy.Channel.ChannelType s=org.freedesktop.Telepathy.Channel.Type.StreamedMedia
org.freedesktop.Telepathy.Channel.TargetHandleType u=1
allowed=org.freedesktop.Telepathy.Channel.TargetHandle;org.freedesktop.Telepathy.Channel.TargetID;org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialAudio;org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo;org.freedesktop.Telepathy.Channel.Interface.DTMF.InitialTones;
Comment 1 nucleo 2011-10-22 22:41:09 UTC
telepathy-kde built fro sources ftp://ftp.kde.org/pub/kde/unstable/telepathy-kde/0.1.0/src/
Comment 2 nucleo 2011-10-29 00:12:34 UTC
Looks like this bug was only with telepathy-rakia-0.7.2.
With telepathy-rakia-0.7.3 'Voice over IP (VoIP/SIP)'  available again in telepathy-kde-accounts-kcm.