mod_sofia: fix sending message when fs_nat=yes is present in contact resolve #1948
This commit is contained in:
parent
41507363f3
commit
0dc7718e07
|
@ -321,6 +321,7 @@ switch_status_t sofia_presence_chat_send(switch_event_t *message_event)
|
||||||
status = SWITCH_STATUS_SUCCESS;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
|
|
||||||
if ((p = strstr(dup_dest, ";fs_"))) {
|
if ((p = strstr(dup_dest, ";fs_"))) {
|
||||||
|
*p++ = '>';
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue