From d2bec055b87697986a545ff138b4943fc52d547b Mon Sep 17 00:00:00 2001 From: Joseph <71848841+junction1153@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:20:52 -0500 Subject: [PATCH] Update sofia_presence.c - one more for #2666 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 48ad579411..151d6ec634 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -2501,7 +2501,7 @@ static char *gen_pidf(char *user_agent, char *id, char *url, char *open, char *r { char *ret = NULL; - if (switch_stristr("polycom", user_agent)) { + if (switch_stristr("poly", user_agent)) { *ct = "application/xpidf+xml"; /* If unknown/none prpid is provided, just show the user as online. */