From: Brian West Date: Thu, 29 Sep 2011 23:00:21 +0000 (-0500) Subject: missed one spot X-Git-Tag: v1.2-rc1~27^2~386^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed29a31462e7c1d2dab4cd00d6f71e233e947928;p=thirdparty%2Ffreeswitch.git missed one spot --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 640f1b2d0e..9601697ab4 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -695,6 +695,7 @@ void sofia_update_callee_id(switch_core_session_t *session, sofia_profile_t *pro if ((val = sofia_glue_get_unknown_header(sip, "X-FS-Display-Name"))) { name = (char *) val; + check_decode(name, session); fs++; }