[Telepathy-commits] [telepathy-sofiasip/master] Added a FIXME comment about implementing incoming CANCEL for a re-INVITE

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Thu Oct 16 06:43:47 PDT 2008


The situation is exotic, but possible, like so many things in SIP.
---
 src/sip-media-channel.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c
index 6fc3f4a..66462e6 100644
--- a/src/sip-media-channel.c
+++ b/src/sip-media-channel.c
@@ -981,6 +981,9 @@ priv_nua_i_cancel_cb (TpsipMediaChannel *self,
 
   g_return_val_if_fail (priv->session != NULL, FALSE);
 
+  /* FIXME: implement cancellation of an incoming re-INVITE, if ever
+   * found in real usage and not caused by a request timeout */
+
   if (ev->sip != NULL)
     for (reason = ev->sip->sip_reason;
          reason != NULL;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list