Call deflection API
Submitted by Simon McVittie
Assigned to Telepathy bugs list
Description
+++ This bug was initially created as a clone of Bug #24936 +++
oFono supports Deflect for voice calls. This may be something the Call interface wants to support as well. From the docs:
void Deflect(string number)
Deflects the incoming or waiting call to number given
in the argument. This method is only valid if the
call is in "incoming" or "waiting" state and the
Call Deflection supplementary service is subscribed to.
This functionality is generally implemented by using
the +CHLD=4 * NUMBER command.
This method should not be confused with the Transfer()
method.