]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5383 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 7 May 2013 13:31:23 +0000 (08:31 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 7 May 2013 13:31:48 +0000 (08:31 -0500)
src/mod/endpoints/mod_loopback/mod_loopback.c

index 054608dd83694dee0f5045947a602e4cdfba0c4a..e680f0257f2c01eafc87e2e0cffe660350cb8118 100644 (file)
@@ -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])) {