From: Anthony Minessale Date: Tue, 7 May 2013 13:31:23 +0000 (-0500) Subject: FS-5383 --resolve X-Git-Tag: v1.2.10~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3f26b0f8c265a5f512517f384be9e8459a2f05;p=thirdparty%2Ffreeswitch.git FS-5383 --resolve --- diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c index 054608dd83..e680f0257f 100644 --- a/src/mod/endpoints/mod_loopback/mod_loopback.c +++ b/src/mod/endpoints/mod_loopback/mod_loopback.c @@ -963,7 +963,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s switch (msg->message_id) { case SWITCH_MESSAGE_INDICATE_DISPLAY: - { + if (tech_pvt->other_channel) { if (switch_test_flag(tech_pvt, TFLAG_BLEG)) { if (!zstr(msg->string_array_arg[0])) {