I need to send INFO SIP message to users. When I have some call I know it's channel Unique-ID. From fs_cli I can execute command
uuid_send_info <UUID> <my message>
And it works! But if I try to send this command from Java Client object like
client.sendAsyncApiCommand("uuid_send_info", "<UUID> <my message>");
I receive from FreeSwitch response [+OK Success], but message not sending to user.
What could be the problem?