3

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?

carapuz
  • 75
  • 8
  • Can you turn up the log level on the fs_cli while you run `client.sendAsyncApiCommand("uuid_send_info", " ");` and see what it shows? – byoungdale Oct 12 '17 at 14:21
  • In debug mode if fs_cli I have only two records: 2017-10-13 02:05:29.545316 [DEBUG] switch_ivr.c:623 sofia/internal/@ Command Execute send_info(testmessage) EXECUTE sofia/internal/@ send_info(testmessage) – carapuz Oct 12 '17 at 23:09

0 Answers0