mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
gsmopen: works03
This commit is contained in:
@@ -2210,7 +2210,7 @@ static switch_status_t chat_send(switch_event_t *message_event)
|
||||
}
|
||||
}
|
||||
|
||||
if (!strlen(hint)) { //FIXME FIXME FIXME
|
||||
if (hint==NULL || !strlen(hint)) { //FIXME FIXME FIXME
|
||||
hint = from;
|
||||
}
|
||||
if (to && (user = strdup(to))) {
|
||||
|
||||
Reference in New Issue
Block a user