I have a little problem. In local network the click to call ocx work properly but when I try to reach it from remote server it says "login timeout". My firewall is configured to route thi port on the asterisk machine:
80
2727
5060
4569
5036
Can someone help me?
Thank you in advance.
[UPDATE]
I solved the problem by myself!
In the file log.js I have to specify the remote server IP not the local one:
hostname=\'xx.xx.xx.xx\';
Bye