<div dir="ltr"><div>Hi,</div><div><br></div><div>I have this small script written in Perl which allows me to send messages in chat. Of course when I simulate chat command in fs_cli everything is fine. Unfortunately this script does not work very well....</div>
<div><br></div><div>#!/usr/bin/perl</div><div>use strict;</div><div>use warnings;</div><div><br></div><div>our $from = $ARGV[0];</div><div>our $to = $ARGV[1];</div><div>our $msg = $ARG[2];</div><div><br></div><div>my $api = new freeswitch::API();</div>
<div>my $foo = $api-&gt;executeString(&quot;chat sip|$from|$to|$msg&quot;);</div><div>freeswitch::consoleLog(&quot;Send message!&quot;);</div><div><br></div><div><br></div><div>When I write something to someone in window chat I receive this kind of error :</div>
<div><br></div><div>from [<a href="mailto:ciesluk@10.0.0.199">ciesluk@10.0.0.199</a>]</div><div>to [<a href="mailto:piotr@10.0.0.199">piotr@10.0.0.199</a>]</div><div>Example message</div><div>Invalid Profile 10.0.0.199</div>
<div><br></div><div>I must to say that I do not know why I am getting this address 10.0.0.199. My IP address of server is different (83.142.xxx.xxx). There is no place where this IP 10.0.0.199 can be set in conf files. Could anyone guide me how can I fix this error ? Thanks in advance!</div>
<div><br></div><div><br></div><div>Best regards,<br>Łukasz Cieśluk</div>
</div>