mod_sofia: fix sending message when fs_nat=yes is present in contact resolve #1948

This commit is contained in:
Antonio Silva 2023-08-09 11:34:56 +01:00
parent 41507363f3
commit 0dc7718e07
1 changed files with 1 additions and 0 deletions

View File

@ -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';
}