|
1 [Init1] |
|
2 actionParam = 1 _ telServer |
|
3 |
|
4 [StartWatchers] |
|
5 actionParam = watchers _ |
|
6 |
|
7 [Sleep10] |
|
8 actionParam = 10 |
|
9 |
|
10 [GetBaseConstants] |
|
11 actionParam = inbox outbox draft sent deleted |
|
12 |
|
13 [SetSettingsFile] |
|
14 actionParam = "c:\msgtest\media\msg-sms-settings.txt" |
|
15 |
|
16 [SetSmsMessageConfigFile] |
|
17 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmsMessage "c:\msgtest\media\msg-sms-message.txt" |
|
18 |
|
19 [CreateSession] |
|
20 actionParam = session |
|
21 |
|
22 [CreateRegistry] |
|
23 actionParam = session registry |
|
24 |
|
25 [CreateSmsService] |
|
26 actionParam = session _ _ _ _ _ svcid |
|
27 |
|
28 [SetSmsSettings] |
|
29 actionParam = session svcid |
|
30 |
|
31 [SetSchSendSettings] |
|
32 actionParam = session svcid 0 |
|
33 |
|
34 [CreateMtm] |
|
35 actionParam = session svcid registry mtm |
|
36 |
|
37 [EmptyOutbox] |
|
38 actionParam = session outbox |
|
39 |
|
40 [EmptySent] |
|
41 actionParam = session sent |
|
42 |
|
43 [EmptyInbox] |
|
44 actionParam = session inbox |
|
45 |
|
46 [GetSmsConstants] |
|
47 actionParam = mtmid |
|
48 |
|
49 [CreateMessage] |
|
50 actionParam = session outbox svcid _ msgid |
|
51 |
|
52 [CreateSelection] |
|
53 actionParam = selection |
|
54 |
|
55 [AppendToSelection] |
|
56 actionParam = selection msgid |
|
57 |
|
58 [NetAvailable] |
|
59 actionParam = 5 |
|
60 |
|
61 [NetStrengthHigh] |
|
62 actionParam = 6 |
|
63 |
|
64 [Sleep3] |
|
65 actionParam = 3 |
|
66 |
|
67 [CheckChildrenCountOutbox1] |
|
68 actionParam = session outbox 1 |
|
69 |
|
70 [ScheduleMessage] |
|
71 actionParam = 10006 mtm selection "" _ |
|
72 // ESmsMtmCommandScheduleCopy(10002) changing to ESmsMtmCommandSendScheduledCopy(10006) |
|
73 |
|
74 [MsgSent] |
|
75 actionParam = session msgid 8 0 0 0 30 |
|
76 //actionParam = session msgid StateTryingToReach(KMsvSendStateSent) PendingConditionMet(0) !Scheduled(0) ExpectedToFail(0) TimeWhichEventMustHappenIn(30) |
|
77 |
|
78 [CheckChildrenCountOutbox0] |
|
79 actionParam = session outbox 0 |
|
80 |
|
81 [CheckChildrenCountSent1] |
|
82 actionParam = session sent 1 |
|
83 |
|
84 [UnloadPhoneModule] |
|
85 actionParam = _ telServer |