In the past I have used telnet for practising with protocols like smtp, pop, ftp etc while reading the rfcs. For example, I could connect via telnet to an smtp server by entering telnet smtp.ntlworld 25 from the command line and then issue smtp commands and view the smtp responses from the server. Very useful! I would like to use telnet with ekiga in a similar way, for example by calling the echo test function at sip:500 ekiga net, issue INVITE, ACK, BYE etc and observe what happens. I tried connecting by entering: $ telnet ekiga.net Trying 86.64.162.35... telnet: Unable to connect to remote host: Connection refused and also: $ telnet ekiga.net 5060 Trying 86.64.162.35... telnet: Unable to connect to remote host: Connection refused but could get not beyond this point. Would be grateful for advice. Ken |