diff --git a/bridges/bridge_native_rtp.c b/bridges/bridge_native_rtp.c index 924686bbe749bda9d5fef6c89ae8db97ea78b7e2..8d33b371a6cb7b304acc275710bcdfaa2785fd40 100644 --- a/bridges/bridge_native_rtp.c +++ b/bridges/bridge_native_rtp.c @@ -84,7 +84,7 @@ static struct ast_frame *native_rtp_framehook(struct ast_channel *chan, struct a /*! \brief Internal helper function which checks whether the channels are compatible with our native bridging */ static int native_rtp_bridge_capable(struct ast_channel *chan) { - return ast_channel_has_audio_frame_or_monitor(chan); + return !ast_channel_has_audio_frame_or_monitor(chan); } /*! \brief Internal helper function which gets all RTP information (glue and instances) relating to the given channels */