Agi debug using socket java listen socket with java any pos

Hello …
It is possible using
"agi debug"
using the method java with socket becouse the normal telnet port 23 it
is closed and the ssh port 22 in is crypted :question: :bulb:

Any suggesion are welcome :question: :bulb:

Best Regards

Paul
(marketing@medianet24.com)

… listen socket with java any possible suggestions tks …

for (int a=6;a<10;a=a+10) // old checking mehtod using telnet
{
Test=networkIn.readLine();
System.out.println("sono dentro al while ");
System.out.println("qui’ stampo "+Test);
if (theLine[10].equals(Test))
{
System.out.println("sono dentro al while "); break;
}
out.println(theLine[7]);
out.flush();
System.out.println(networkIn.readLine());
f1 = false;
}