diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 579cea83e2..b5fe3e81fa 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -321,6 +321,7 @@ switch_status_t sofia_presence_chat_send(switch_event_t *message_event) status = SWITCH_STATUS_SUCCESS; if ((p = strstr(dup_dest, ";fs_"))) { + *p++ = '>'; *p = '\0'; }