From 8ceab4ce1129e465b5fe087d8ffe4ba3d1fd2035 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 9 Sep 2013 20:08:43 +0500 Subject: [PATCH] FS-5717 --resolve --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index ae3ddb5929..63154d83c5 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -859,7 +859,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))) { + if (switch_true(switch_channel_get_variable(channel, SWITCH_IGNORE_DISPLAY_UPDATES_VARIABLE)) || sofia_test_pflag(profile, PFLAG_SEND_DISPLAY_UPDATE)) { return; }