Hi,
Can anyone give me information about how i can connect and use telnet interface. I tried by typing " telnet IP 4242" on command line of a PC which was running bsc-hack program but i couldn't succeed. I want to send SMS and use silent call property by using telnet. Please help me.
Ahmet.
Can anyone give me information about how i can connect and use telnet interface. I tried by typing " telnet IP 4242" on command line of a PC which was running bsc-hack program but i couldn't succeed. I want to send SMS and use silent call property by using telnet. Please help me.
That should have worked ...
You _did_ replace the "IP" by your machine IP right ? (just asking ...)
Sylvain
Hi Ahmet,
On Mon, May 17, 2010 at 06:08:32PM +0300, AHMET GÜLTEKİN wrote:
Can anyone give me information about how i can connect and use telnet interface. I tried by typing " telnet IP 4242" on command line of a PC which was running bsc-hack program but i couldn't succeed. I want to send SMS and use silent call property by using telnet. Please help me.
You have to telnet to localhost (127.0.0.1) port 4242, as we don't bind the telnet interface on the real/public IP address for security reasons.
Hover, I believe that there should be a command line argument to override this. If you or anyone wants to write a patch for this, I'm happy to merge it.