From 304ab32817952e91727fb115f4230a433c576ab7 Mon Sep 17 00:00:00 2001 From: Jarko Poutiainen Date: Fri, 28 Jan 2011 15:14:04 +0200 Subject: [PATCH] TODO: add CF state change task --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/TODO b/TODO index 41f1f7f8..b62eb993 100644 --- a/TODO +++ b/TODO @@ -255,6 +255,22 @@ Supplementary Services Priority: Low Complexity: C8 +- Call forwarding state handling change + + At the moment call forwarding states are not always correct. Any active + conditional call forwarding should become quiescent while unconditional call + forwarding is activate. If call forwarding unconditional is subsequently + deactivated, all the quiescent forwardings should become operative again. + I.e. No conditional call forwardin string should be returned while + unconditional call forwarding is active even if they exist. + + If there is an successfull attempt to activate/deactivate conditional call + forwarding while unconditional call forwarding is active the conditional cache + flag should cleared. + + Priority: Low + Complexity: C1 + Voicecall =========