]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Sep 2013 17:53:45 +0000 (22:53 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Sep 2013 17:53:54 +0000 (22:53 +0500)
src/mod/endpoints/mod_sofia/sofia.c

index f29156cbaeae3b0f4a9df2f8b2a847c2a7b56fad..83080a3890904e9c2bfb8ddfe4a5a667642f544d 100644 (file)
@@ -858,7 +858,7 @@ void sofia_update_callee_id(switch_core_session_t *session, sofia_profile_t *pro
        const char *name_var = "callee_id_name";
        const char *num_var = "callee_id_number";
 
-       if (switch_true(switch_channel_get_variable(channel, SWITCH_IGNORE_DISPLAY_UPDATES_VARIABLE)) || sofia_test_pflag(profile, PFLAG_SEND_DISPLAY_UPDATE)) {
+       if (switch_true(switch_channel_get_variable(channel, SWITCH_IGNORE_DISPLAY_UPDATES_VARIABLE)) || !sofia_test_pflag(profile, PFLAG_SEND_DISPLAY_UPDATE)) {
                return;
        }