--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingfw/biomsgfw/IACPTSRC/iacp04.txt Mon Jan 18 20:36:02 2010 +0200
@@ -0,0 +1,49 @@
+//SIAP11
+password
+Pname:Demon
+Ptype:PPPS
+Pdata:! Generic script for dial up connections
+! Consult your service provider if
+! modifications are required
+start:
+LOOP 3
+ {
+ WAIT 10
+ {
+ "name" login
+ "ogin" login
+ }
+ SEND <0x0d>
+ }
+login:
+ SEND login_name$+<0x0d>
+ WAIT 10
+ {
+ "assword:" password
+ "nvalid" failure
+ "rror" failure
+ "ncorrect" failure
+ }
+ EXIT KErrTimeOut$
+password:
+ SEND login_pass$+<0x0d>
+ WAIT 10
+ {
+ "OK" success
+ "HELLO" success
+ "GO" success
+ "IP" success
+ "ddress" success
+ "ocol" protocol
+ "nvalid" failure
+ "rror" failure
+ "ncorrect" failure
+ }
+ EXIT KErrTimeOut$
+protocol:
+ SEND "PPP"+<0x0d>
+ EXIT
+success:
+ EXIT
+failure:
+ EXIT KErrLoginFail$
\ No newline at end of file