[Bug 26699] api to allow interception of calls being made

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 9 13:24:43 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=26699

Simon McVittie <simon.mcvittie at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-09-09 04:24:42 PDT ---
I believe the McpRequest API in the forthcoming version 5.5.4 should be capable
enough that it can do this. To do so, consult the mission-control-plugins
documentation, create an object that implements the McpRequestPolicy
GInterface, and return it from your mcp_plugin_ref_nth_object() function.

You'd need to use mcp_request_ref_nth_request() to look at the properties of
the channel request to see whether it's a StreamedMedia call to a premium-rate
number, and mcp_request_start_delay() and mcp_request_end_delay() to stall the
request while querying the database and waiting for user input.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list