diff --git a/sflphone-common/src/managerimpl.cpp b/sflphone-common/src/managerimpl.cpp
index f4b01094c351d07ed3d878be758c4387bfe4ce74..cdbdc87798c2dd1ab7a1b73e05f300412554909a 100644
--- a/sflphone-common/src/managerimpl.cpp
+++ b/sflphone-common/src/managerimpl.cpp
@@ -1241,6 +1241,9 @@ ManagerImpl::joinParticipant(const CallID& call_id1, const CallID& call_id2)
 	_audiodriver->getMainBuffer()->unBindAll(call_id1);
 	conf->bindParticipant(call_id1);
     }
+    else{
+        _debug("    CAll State not recognized");
+    }
 
     currentAccountId = getAccountFromCall (call_id2);
     call = getAccountLink (currentAccountId)->getCall (call_id2);
@@ -1264,6 +1267,9 @@ ManagerImpl::joinParticipant(const CallID& call_id1, const CallID& call_id2)
 	_audiodriver->getMainBuffer()->unBindAll(call_id2);
 	conf->bindParticipant(call_id2);
     }
+    else{
+        _debug("    CAll State not recognized");
+    }
 
     // finally bind main participant to conference
     // addMainParticipant(default_conf);