mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 11:10:24 +00:00
missed one spot
This commit is contained in:
parent
4d6ee827e0
commit
ed29a31462
@ -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"))) {
|
if ((val = sofia_glue_get_unknown_header(sip, "X-FS-Display-Name"))) {
|
||||||
name = (char *) val;
|
name = (char *) val;
|
||||||
|
check_decode(name, session);
|
||||||
fs++;
|
fs++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user