Auto re-dailing dailup connection program

any one can send me Auto re-dailing using dailup connection program

[74 byte] By [travprasada] at [2007-11-27 11:30:39]
# 1

public class AutoRedial {

public boolean redial=true;

public void dial(){

while(redial) {

//Ring.. Ring..

}

}

}

diptaPBa at 2007-7-29 16:35:09 > top of Java-index,Java Essentials,Java Programming...
# 2

thanks ,

i am traying full dialup connection using Serial prot or peralalport,

first enabled the port and get the connection.

travprasada at 2007-7-29 16:35:09 > top of Java-index,Java Essentials,Java Programming...