diff --git a/channels/chan_motif.c b/channels/chan_motif.c
index 432685bd5de74324b637be59b4dee72b6f087459..5380f1cd95a72f020db5b6a118692ba389470b52 100644
--- a/channels/chan_motif.c
+++ b/channels/chan_motif.c
@@ -2117,8 +2117,8 @@ static int jingle_interpret_content(struct jingle_session *session, ikspak *pak)
 		struct ast_rtp_instance *rtp = NULL;
 		iks *description, *transport;
 
-		if (strcmp(iks_name(content), "content") &&
-		    strcmp(iks_name(content), "jin:content")) {
+		/* Ignore specific parts if they are known not to be useful */
+		if (!strcmp(iks_name(content), "conference-info")) {
 			continue;
 		}