diff --git a/src/main/java/eu/siacs/conversations/entities/Contact.java b/src/main/java/eu/siacs/conversations/entities/Contact.java index 91a3b7ca77566e3c297c7491fe153f1403801c1c..203e81b2edf0dad58f06658c928d792e8cc794b6 100644 --- a/src/main/java/eu/siacs/conversations/entities/Contact.java +++ b/src/main/java/eu/siacs/conversations/entities/Contact.java @@ -690,7 +690,11 @@ public class Contact implements ListItem, Blockable { PhoneAccount.CAPABILITY_CALL_PROVIDER ).build(); - telecomManager.registerPhoneAccount(phoneAccount); + try { + telecomManager.registerPhoneAccount(phoneAccount); + } catch (final Exception e) { + Log.w(Config.LOGTAG, "Could not registerPhoneAccount: " + e); + } } // Unregister any associated PSTN gateway integration