Comment 3 for bug 1260988

Revision history for this message
Tony Espy (awe) wrote : Re: declining a calls hangs up rather than going to voicemail. aka, no Ignore option for incoming calls

Just confirmed this on a maguro running r162 & my personal T-Mobile SIM.

Note, after swapping my SIM back into my personal maguro, declining a call works as expected ( ie. goes to VM ).

This may be something we're doing incorrectly on the dialer side of things where we currently just call the Hangup() method on the incoming call object.

It could be that for some operators this works by default, but others may require additional steps to push the call to VM. The voicecall-api also defines a Deflect() method, which can be used to deflect a call to another number ( eg. VM ), however Tiago pointed out that this might also be handled by the call-forwarding interface ( which is currently in-progress, but not yet landed in the archive ).

I will add more details once I've gotten to the bottom of this.