[Bug 32718] Calling without number returns org.freedesktop.Telepathy.Error.NotImplemented
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jan 4 07:49:03 CET 2011
https://bugs.freedesktop.org/show_bug.cgi?id=32718
--- Comment #2 from Andres Wigell <andres.wigell at nokia.com> 2011-01-03 22:49:03 PST ---
(In reply to comment #1)
> When you say "without number", what exact channel request are you making? In
> particular, what values (if any) do you provide for TargetID, TargetHandle,
> TargetHandleType?
>
> I think it's reasonable for some combinations to raise NotImplemented: for
> instance, it'd be reasonable to believe that TargetHandleType=None (or omitted)
> is an attempt to "call nobody", which is an unimplemented class of channel (we
> only support calling contacts), hence NotImplemented is right.
>
> InvalidHandle would be right for a request for { ChannelType=StreamedMedia,
> TargetHandleType=CONTACT, TargetID="" }, though.
I'm providing empty string so the parameters look like this. So all other
parameters are correct apart from the TargetID.
request = {
ofTChannel + ".ChannelType" : ofTChTStreamedMedia,
ofTChannel + ".TargetHandleType" : U(HANDLE_TYPE_CONTACT),
ofTChannel + ".TargetID" : "",
ofTChTStreamedMedia + ".InitialAudio" : True,
}
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list