messagingfw/biomsgfw/BITSTSRC/IAP8.TXT
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 //SIAP11
       
     2 password
       
     3 //----- Test_3
       
     4 //----- Using Logging Script .
       
     5 
       
     6 //Name
       
     7 Iname:Demon
       
     8 Iuid:yashar
       
     9 Ipwd:dig23ler
       
    10 
       
    11 //Default Telephone Number
       
    12 Itel:+44 845 2121666
       
    13 
       
    14 Idns1:158.152.1.58
       
    15 Idns2:158.152.1.43
       
    16 
       
    17 //--- start logging script----------------- 
       
    18 ILs:! Generic script for dial up connections
       
    19 ILs:! Consult your service provider if
       
    20 ILs:! modifications are required
       
    21 ILs:
       
    22 ILs:start:
       
    23 ILs:LOOP 3
       
    24 ILs:   {
       
    25 ILs:   WAIT 10
       
    26 ILs:      {
       
    27 ILs:      "name" login
       
    28 ILs:      "ogin" login
       
    29 ILs:      }
       
    30 ILs:   SEND <0x0d>
       
    31 ILs:   }
       
    32 ILs:
       
    33 ILs:login:
       
    34 ILs:    SEND login_name$+<0x0d>
       
    35 ILs:    WAIT 10
       
    36 ILs:       {
       
    37 ILs:       "assword:" password
       
    38 ILs:       "nvalid" failure
       
    39 ILs:       "rror" failure
       
    40 ILs:       "ncorrect" failure
       
    41 ILs:       }
       
    42 ILs:    EXIT KErrTimeOut$
       
    43 ILs:
       
    44 ILs:password:
       
    45 ILs:   SEND login_pass$+<0x0d>
       
    46 ILs:   WAIT 10
       
    47 ILs:      {
       
    48 ILs:      "OK" success
       
    49 ILs:      "HELLO" success
       
    50 ILs:      "GO" success
       
    51 ILs:      "IP" success
       
    52 ILs:      "ddress" success
       
    53 ILs:      "ocol" protocol
       
    54 ILs:      "nvalid" failure
       
    55 ILs:      "rror" failure
       
    56 ILs:      "ncorrect" failure
       
    57 ILs:      }
       
    58 ILs:      EXIT KErrTimeOut$
       
    59 ILs:
       
    60 ILs:protocol:
       
    61 ILs:    SEND "PPP"+<0x0d>
       
    62 ILs:    EXIT
       
    63 ILs:
       
    64 ILs:success:
       
    65 ILs:   EXIT
       
    66 ILs:
       
    67 ILs:failure:
       
    68 ILs:  EXIT KErrLoginFail$	
       
    69 //----- end of logging script-----------------
       
    70 
       
    71 ----------------------end of sms --------------------------------------------