Commit fa31f6f730817deb91d09dc161296323e6d0c9ab
1 parent
bea5466bf0
Exists in
master
integrasi dengan komodo-sdk
Showing 2 changed files with 19 additions and 3 deletions Inline Diff
index.js
1 | "use strict"; | 1 | "use strict"; |
2 | 2 | ||
3 | const transport = require('./transport-xmpp'); | 3 | const transport = require('./transport-xmpp'); |
4 | const trxCenter = require('./trx-center'); | 4 | const trxCenter = require('komodo-sdk/center/messaging/trx-center'); |
5 | const httpResponseServer = require('./center-http-response-server'); | ||
6 | 5 | ||
7 | transport.init(trxCenter.callback); | 6 | transport.init(trxCenter.callback); |
8 | trxCenter.setTransport(transport); | 7 | trxCenter.setTransport(transport); |
9 | httpResponseServer.setTransport(transport); | ||
10 | 8 |
logs/log.2017-08-22
1 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:52:50"} | 1 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:52:50"} |
2 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:52:50"} | 2 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:52:50"} |
3 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:52:51"} | 3 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:52:51"} |
4 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:52:52"} | 4 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:52:52"} |
5 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:52:52"} | 5 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:52:52"} |
6 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:06"} | 6 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:06"} |
7 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:06"} | 7 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:06"} |
8 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 12:53:06"} | 8 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 12:53:06"} |
9 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 12:53:06"} | 9 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 12:53:06"} |
10 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:53:06"} | 10 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:53:06"} |
11 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:53:46"} | 11 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:53:46"} |
12 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:53:46"} | 12 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:53:46"} |
13 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:53:47"} | 13 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:53:47"} |
14 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:53:48"} | 14 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:53:48"} |
15 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:53:48"} | 15 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:53:48"} |
16 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:50"} | 16 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:53:50"} |
17 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:50"} | 17 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:53:50"} |
18 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:03"} | 18 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:03"} |
19 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:03"} | 19 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:03"} |
20 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:26"} | 20 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:26"} |
21 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:26"} | 21 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:26"} |
22 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:33"} | 22 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:54:33"} |
23 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:33"} | 23 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:54:33"} |
24 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:13"} | 24 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:13"} |
25 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:13"} | 25 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:13"} |
26 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:13"} | 26 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:13"} |
27 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:15"} | 27 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:55:15"} |
28 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:15"} | 28 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:55:15"} |
29 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:15"} | 29 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:55:15"} |
30 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:55:16"} | 30 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:55:16"} |
31 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:55:16"} | 31 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:55:16"} |
32 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:55:20"} | 32 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:55:20"} |
33 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:55:20"} | 33 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:55:20"} |
34 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:55:20"} | 34 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:55:20"} |
35 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:38"} | 35 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:38"} |
36 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:38"} | 36 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:38"} |
37 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:38"} | 37 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:38"} |
38 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:39"} | 38 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:39"} |
39 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:39"} | 39 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:39"} |
40 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:46"} | 40 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:57:46"} |
41 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:46"} | 41 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:57:46"} |
42 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:46"} | 42 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:57:46"} |
43 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:47"} | 43 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:57:47"} |
44 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:47"} | 44 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:57:47"} |
45 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:59:09"} | 45 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 12:59:09"} |
46 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:59:09"} | 46 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 12:59:09"} |
47 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:59:09"} | 47 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 12:59:09"} |
48 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:59:10"} | 48 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 12:59:10"} |
49 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:59:10"} | 49 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 12:59:10"} |
50 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:59:13"} | 50 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 12:59:13"} |
51 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:59:13"} | 51 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 12:59:13"} |
52 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:59:13"} | 52 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 12:59:13"} |
53 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:59:13"} | 53 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 12:59:13"} |
54 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:03"} | 54 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:03"} |
55 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:03"} | 55 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:03"} |
56 | {"qs":{"request_id":"SAL_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"SAL","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"sal.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:01:03"} | 56 | {"qs":{"request_id":"SAL_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"SAL","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"sal.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:01:03"} |
57 | {"body":"{\"request_id\":\"SAL_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"SAL\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:01:03"} | 57 | {"body":"{\"request_id\":\"SAL_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"SAL\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:01:03"} |
58 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:03"} | 58 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian SAL ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:03"} |
59 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:01:32"} | 59 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:01:32"} |
60 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:01:32"} | 60 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:01:32"} |
61 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:01:32"} | 61 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:01:32"} |
62 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:01:33"} | 62 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:01:33"} |
63 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:01:33"} | 63 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:01:33"} |
64 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:35"} | 64 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:35"} |
65 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:35"} | 65 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:35"} |
66 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:35"} | 66 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:35"} |
67 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:35"} | 67 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:35"} |
68 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.123","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:38"} | 68 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.123","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:38"} |
69 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:38"} | 69 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:38"} |
70 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"123"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:38"} | 70 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"123"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:38"} |
71 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:38"} | 71 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:38"} |
72 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:40"} | 72 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:40"} |
73 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:40"} | 73 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:40"} |
74 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:40"} | 74 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:40"} |
75 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:40"} | 75 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:40"} |
76 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:43"} | 76 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:43"} |
77 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:43"} | 77 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:43"} |
78 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:43"} | 78 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:43"} |
79 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:43"} | 79 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:43"} |
80 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:44"} | 80 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"saldo","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:01:44"} |
81 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:44"} | 81 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:01:44"} |
82 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:44"} | 82 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 13:01:44"} |
83 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:44"} | 83 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:01:44"} |
84 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:02:09"} | 84 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:02:09"} |
85 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:02:09"} | 85 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:02:09"} |
86 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:02:09"} | 86 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:02:09"} |
87 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:02:10"} | 87 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:02:10"} |
88 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:02:10"} | 88 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:02:10"} |
89 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:08"} | 89 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:08"} |
90 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:08"} | 90 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:08"} |
91 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:08"} | 91 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:08"} |
92 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:09"} | 92 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:09"} |
93 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:09"} | 93 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:09"} |
94 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:29"} | 94 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:29"} |
95 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:29"} | 95 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:29"} |
96 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:29"} | 96 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:29"} |
97 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:30"} | 97 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:05:30"} |
98 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:30"} | 98 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:05:30"} |
99 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:59"} | 99 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:05:59"} |
100 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:59"} | 100 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:05:59"} |
101 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:59"} | 101 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:05:59"} |
102 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:00"} | 102 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:00"} |
103 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:00"} | 103 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:00"} |
104 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:08"} | 104 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:08"} |
105 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:08"} | 105 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:08"} |
106 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:08"} | 106 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:08"} |
107 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:09"} | 107 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:09"} |
108 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:09"} | 108 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:09"} |
109 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:29"} | 109 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:06:29"} |
110 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:29"} | 110 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:06:29"} |
111 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:30"} | 111 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:06:30"} |
112 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:31"} | 112 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:06:31"} |
113 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:31"} | 113 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:06:31"} |
114 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:09:57"} | 114 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:09:57"} |
115 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:09:57"} | 115 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:09:57"} |
116 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:09:57"} | 116 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:09:57"} |
117 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:09:58"} | 117 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:09:58"} |
118 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:09:58"} | 118 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:09:58"} |
119 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:10:32"} | 119 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 13:10:32"} |
120 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:10:32"} | 120 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 13:10:32"} |
121 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:10:32"} | 121 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 13:10:32"} |
122 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:10:33"} | 122 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 13:10:33"} |
123 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:10:33"} | 123 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 13:10:33"} |
124 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sp.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:10:51"} | 124 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sp.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:10:51"} |
125 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:10:51"} | 125 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:10:51"} |
126 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Layanan belum tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:10:51"} | 126 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Layanan belum tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:10:51"} |
127 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081232.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:46:46"} | 127 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081232.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:46:46"} |
128 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:46:46"} | 128 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:46:46"} |
129 | {"qs":{"request_id":"TSEL5_081232_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081232.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:46:46"} | 129 | {"qs":{"request_id":"TSEL5_081232_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081232.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:46:46"} |
130 | {"body":"{\"request_id\":\"TSEL5_081232_20170822\",\"transaction_id\":25,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"081232\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:46:46"} | 130 | {"body":"{\"request_id\":\"TSEL5_081232_20170822\",\"transaction_id\":25,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"081232\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:46:46"} |
131 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:46"} | 131 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:46"} |
132 | {"qs":{"request_id":"TSEL5_081232_20170822","transaction_id":"25","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","rc":"00","message":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"20170822134648351","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:46:48"} | 132 | {"qs":{"request_id":"TSEL5_081232_20170822","transaction_id":"25","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081232","rc":"00","message":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"20170822134648351","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:46:48"} |
133 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:48"} | 133 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081232 BERHASIL. SN=20170822134648351. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:46:48"} |
134 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:47:32"} | 134 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 13:47:32"} |
135 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:47:32"} | 135 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 13:47:32"} |
136 | {"qs":{"request_id":"TSEL5_08123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08123.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:47:32"} | 136 | {"qs":{"request_id":"TSEL5_08123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08123.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 13:47:32"} |
137 | {"body":"{\"request_id\":\"TSEL5_08123_20170822\",\"transaction_id\":26,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"08123\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:47:33"} | 137 | {"body":"{\"request_id\":\"TSEL5_08123_20170822\",\"transaction_id\":26,\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"TSEL5\",\"destination\":\"08123\",\"rc\":\"68\",\"message\":\"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.\",\"amount\":5300,\"ending_balance\":526900,\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 13:47:33"} |
138 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:33"} | 138 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:33"} |
139 | {"qs":{"request_id":"TSEL5_08123_20170822","transaction_id":"26","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","rc":"14","message":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:47:35"} | 139 | {"qs":{"request_id":"TSEL5_08123_20170822","transaction_id":"26","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","rc":"14","message":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","sn":"","amount":"5300","ending_balance":"526900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 13:47:35"} |
140 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:35"} | 140 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 526.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 13:47:35"} |
141 | {"err":{"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"},"level":"warn","message":"Error on XMPP transport","timestamp":"2017-08-22 14:47:38"} | 141 | {"err":{"code":"ECONNRESET","errno":"ECONNRESET","syscall":"read"},"level":"warn","message":"Error on XMPP transport","timestamp":"2017-08-22 14:47:38"} |
142 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:42:10"} | 142 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:42:10"} |
143 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:42:10"} | 143 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:42:10"} |
144 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:42:10"} | 144 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:42:10"} |
145 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:42:11"} | 145 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:42:11"} |
146 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:42:11"} | 146 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:42:11"} |
147 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:26"} | 147 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:26"} |
148 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:26"} | 148 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:26"} |
149 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:26"} | 149 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:26"} |
150 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:27"} | 150 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:27"} |
151 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:27"} | 151 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:27"} |
152 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:30"} | 152 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:44:30"} |
153 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:30"} | 153 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:44:30"} |
154 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:30"} | 154 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:44:30"} |
155 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:31"} | 155 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:44:31"} |
156 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:31"} | 156 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:44:31"} |
157 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:46:47"} | 157 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:46:47"} |
158 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:46:47"} | 158 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:46:47"} |
159 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:46:48"} | 159 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:46:48"} |
160 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:46:49"} | 160 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:46:49"} |
161 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:46:49"} | 161 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:46:49"} |
162 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:46:52"} | 162 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:46:52"} |
163 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:17"} | 163 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:17"} |
164 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:17"} | 164 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:17"} |
165 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:17"} | 165 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:17"} |
166 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:18"} | 166 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:18"} |
167 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:18"} | 167 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:18"} |
168 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:32"} | 168 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:32"} |
169 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:32"} | 169 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:32"} |
170 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:32"} | 170 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:32"} |
171 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:33"} | 171 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:33"} |
172 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:33"} | 172 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:33"} |
173 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:48"} | 173 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:47:48"} |
174 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:48"} | 174 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:47:48"} |
175 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:48"} | 175 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:47:48"} |
176 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:49"} | 176 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:47:49"} |
177 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:49"} | 177 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:47:49"} |
178 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:52"} | 178 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:52"} |
179 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:52"} | 179 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:52"} |
180 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:52"} | 180 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:52"} |
181 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:52"} | 181 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:52"} |
182 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"} | 182 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"} |
183 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:52"} | 183 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:52"} |
184 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"} | 184 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:52"} |
185 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:58"} | 185 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:47:58"} |
186 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:58"} | 186 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:47:58"} |
187 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:58"} | 187 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:47:58"} |
188 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:58"} | 188 | {"qs":{"request_id":"S_1234_20170822","terminal_name":"adhisimon@host2host.id","product_name":"S","destination":"1234","origin":"XMPP0","report_port":14232,"msg":"s.1234"},"level":"verbose","message":"Request buy a prepaid product to CORE","timestamp":"2017-08-22 15:47:58"} |
189 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"} | 189 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"} |
190 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:58"} | 190 | {"body":"{\"request_id\":\"S_1234_20170822\",\"terminal_name\":\"adhisimon@host2host.id\",\"product_name\":\"S\",\"destination\":\"1234\",\"rc\":\"03\",\"message\":\"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.\",\"origin\":\"XMPP0\",\"origin_report_ip\":\"::ffff:127.0.0.1\",\"origin_report_port\":\"14232\"}","level":"verbose","message":"Got direct response from CORE","timestamp":"2017-08-22 15:47:58"} |
191 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"} | 191 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian S ke 1234 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:47:58"} |
192 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:14"} | 192 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:14"} |
193 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:14"} | 193 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:14"} |
194 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:14"} | 194 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:14"} |
195 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:48:15"} | 195 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:48:15"} |
196 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:48:15"} | 196 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:48:15"} |
197 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:16"} | 197 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:16"} |
198 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:16"} | 198 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:16"} |
199 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:48:16"} | 199 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:48:16"} |
200 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:48:16"} | 200 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:48:16"} |
201 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:19"} | 201 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:48:19"} |
202 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:19"} | 202 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:48:19"} |
203 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:48:19"} | 203 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:48:19"} |
204 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:59"} | 204 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:48:59"} |
205 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:59"} | 205 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:48:59"} |
206 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:59"} | 206 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:48:59"} |
207 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:00"} | 207 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:00"} |
208 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:00"} | 208 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:00"} |
209 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:04"} | 209 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:04"} |
210 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:04"} | 210 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:04"} |
211 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:04"} | 211 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:04"} |
212 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:05"} | 212 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:05"} |
213 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:05"} | 213 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:05"} |
214 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:15"} | 214 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:15"} |
215 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:15"} | 215 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:15"} |
216 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:15"} | 216 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:15"} |
217 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:16"} | 217 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:16"} |
218 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:16"} | 218 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:16"} |
219 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:22"} | 219 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:22"} |
220 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:22"} | 220 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:22"} |
221 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:23"} | 221 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:23"} |
222 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:24"} | 222 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:24"} |
223 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:24"} | 223 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:24"} |
224 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:33"} | 224 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:49:33"} |
225 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:34"} | 225 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:49:34"} |
226 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:34"} | 226 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:49:34"} |
227 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:35"} | 227 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:49:35"} |
228 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:35"} | 228 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:49:35"} |
229 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:50:44"} | 229 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:50:44"} |
230 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:50:44"} | 230 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:50:44"} |
231 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:50:44"} | 231 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:50:44"} |
232 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:50:45"} | 232 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:50:45"} |
233 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:50:45"} | 233 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:50:45"} |
234 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:47"} | 234 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:47"} |
235 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:47"} | 235 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:47"} |
236 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:50:47"} | 236 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting balance service to CORE","timestamp":"2017-08-22 15:50:47"} |
237 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:47"} | 237 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:47"} |
238 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:51"} | 238 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:50:51"} |
239 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:51"} | 239 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:50:51"} |
240 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:50:51"} | 240 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:50:51"} |
241 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:51"} | 241 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:50:51"} |
242 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:51:47"} | 242 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:51:47"} |
243 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:51:47"} | 243 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:51:47"} |
244 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:51:47"} | 244 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:51:47"} |
245 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:51:48"} | 245 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:51:48"} |
246 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:51:48"} | 246 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:51:48"} |
247 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:52:34"} | 247 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 15:52:34"} |
248 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:52:34"} | 248 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 15:52:34"} |
249 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:52:34"} | 249 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 15:52:34"} |
250 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:52:35"} | 250 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 15:52:35"} |
251 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:52:35"} | 251 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 15:52:35"} |
252 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:11"} | 252 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:11"} |
253 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:11"} | 253 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:11"} |
254 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:11"} | 254 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:11"} |
255 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:11"} | 255 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:11"} |
256 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:15"} | 256 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:15"} |
257 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:15"} | 257 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:15"} |
258 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:15"} | 258 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:15"} |
259 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:15"} | 259 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:15"} |
260 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sad.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:18"} | 260 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.sad.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:18"} |
261 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:18"} | 261 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:18"} |
262 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"sad"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:19"} | 262 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"sad"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:19"} |
263 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:19"} | 263 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:19"} |
264 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:26"} | 264 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 15:53:26"} |
265 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:26"} | 265 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 15:53:26"} |
266 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_12_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:26"} | 266 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_12_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 15:53:26"} |
267 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:26"} | 267 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:26"} |
268 | {"qs":{"request_id":"TSEL5_12_20170822","transaction_id":"27","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","rc":"00","message":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"20170822155328572","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 15:53:28"} | 268 | {"qs":{"request_id":"TSEL5_12_20170822","transaction_id":"27","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12","rc":"00","message":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"20170822155328572","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 15:53:28"} |
269 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:28"} | 269 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12 BERHASIL. SN=20170822155328572. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 15:53:28"} |
270 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.ISAT.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:03:43"} | 270 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.ISAT.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:03:43"} |
271 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:03:43"} | 271 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:03:43"} |
272 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"ISAT"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:03:43"} | 272 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"ISAT"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:03:43"} |
273 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:03:43"} | 273 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:03:43"} |
274 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.TSEL.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:04:18"} | 274 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"H.TSEL.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:04:18"} |
275 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:04:18"} | 275 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:04:18"} |
276 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"TSEL"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:04:18"} | 276 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"TSEL"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:04:18"} |
277 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:04:18"} | 277 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:04:18"} |
278 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:25"} | 278 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:25"} |
279 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:25"} | 279 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:25"} |
280 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:25"} | 280 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:25"} |
281 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:25"} | 281 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:25"} |
282 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:46"} | 282 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:13:46"} |
283 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:46"} | 283 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:13:46"} |
284 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:46"} | 284 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:13:46"} |
285 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT10=0; ISAT12=0; ISAT20=19800; ISAT25=0; ISAT50=0; ISAT100=0","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:46"} | 285 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT10=0; ISAT12=0; ISAT20=19800; ISAT25=0; ISAT50=0; ISAT100=0","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:13:46"} |
286 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:36"} | 286 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.isat.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:36"} |
287 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:36"} | 287 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:36"} |
288 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:36"} | 288 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:36"} |
289 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:36"} | 289 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:36"} |
290 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:40"} | 290 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.tsel.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:16:40"} |
291 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:40"} | 291 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:16:40"} |
292 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:40"} | 292 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:16:40"} |
293 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:40"} | 293 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:16:40"} |
294 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.cumi","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:17"} | 294 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"h.cumi","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:17"} |
295 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:17"} | 295 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:17"} |
296 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"cumi"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:17"} | 296 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"cumi"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:17"} |
297 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:18"} | 297 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:18"} |
298 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:39"} | 298 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:39"} |
299 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:39"} | 299 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:39"} |
300 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:39"} | 300 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:39"} |
301 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:39"} | 301 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:39"} |
302 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"price.isat","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:48"} | 302 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"price.isat","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:48"} |
303 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:48"} | 303 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:48"} |
304 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:48"} | 304 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"isat"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:48"} |
305 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:48"} | 305 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"ISAT5=5450; ISAT20=19800","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:48"} |
306 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.xl","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:55"} | 306 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.xl","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:55"} |
307 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:55"} | 307 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:55"} |
308 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"xl"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:55"} | 308 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"xl"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:55"} |
309 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:55"} | 309 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Produk tidak tersedia.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:55"} |
310 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.tsel","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:59"} | 310 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"harga.tsel","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:17:59"} |
311 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:59"} | 311 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:17:59"} |
312 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:59"} | 312 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/pricelist","qs":{"terminal_name":"adhisimon@host2host.id","keyword":"tsel"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:17:59"} |
313 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:59"} | 313 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"TSEL5=5300; TSEL10=10350; TSEL20=19900; TSEL25=24950; TSEL50=49000 (CLOSE); TSEL100=98000","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:17:59"} |
314 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1235.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:19:07"} | 314 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1235.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:19:07"} |
315 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:19:07"} | 315 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:19:07"} |
316 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_1235_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1235.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:19:07"} | 316 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_1235_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1235.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:19:07"} |
317 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:07"} | 317 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:07"} |
318 | {"qs":{"request_id":"TSEL5_1235_20170822","transaction_id":"28","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","rc":"14","message":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:19:09"} | 318 | {"qs":{"request_id":"TSEL5_1235_20170822","transaction_id":"28","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1235","rc":"14","message":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","sn":"","amount":"5300","ending_balance":"532200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:19:09"} |
319 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:09"} | 319 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1235 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 532.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:19:09"} |
320 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:22:58"} | 320 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:22:58"} |
321 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:22:58"} | 321 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:22:58"} |
322 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_0123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0123.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:22:58"} | 322 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_0123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0123.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:22:58"} |
323 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:22:58"} | 323 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:22:58"} |
324 | {"qs":{"request_id":"TSEL5_0123_20170822","transaction_id":"29","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","rc":"14","message":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","sn":"","amount":"5300","ending_balance":"537500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:01"} | 324 | {"qs":{"request_id":"TSEL5_0123_20170822","transaction_id":"29","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0123","rc":"14","message":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","sn":"","amount":"5300","ending_balance":"537500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:01"} |
325 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:01"} | 325 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0123 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 537.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:01"} |
326 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.03.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:23:50"} | 326 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.03.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:23:50"} |
327 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:23:50"} | 327 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:23:50"} |
328 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_03_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.03.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:23:50"} | 328 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_03_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.03.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:23:50"} |
329 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:51"} | 329 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:51"} |
330 | {"qs":{"request_id":"TSEL5_03_20170822","transaction_id":"30","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","rc":"14","message":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","sn":"","amount":"5300","ending_balance":"542800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:53"} | 330 | {"qs":{"request_id":"TSEL5_03_20170822","transaction_id":"30","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"03","rc":"14","message":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","sn":"","amount":"5300","ending_balance":"542800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:23:53"} |
331 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:53"} | 331 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 03 pada tanggal Tue Aug 22 2017 16:23:50 GMT+0700 (WIB) GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 542.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:23:53"} |
332 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:24:33"} | 332 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:24:33"} |
333 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:24:33"} | 333 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:24:33"} |
334 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_9_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:24:33"} | 334 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_9_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:24:33"} |
335 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:33"} | 335 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:33"} |
336 | {"qs":{"request_id":"TSEL5_9_20170822","transaction_id":"31","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","rc":"14","message":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","sn":"","amount":"5300","ending_balance":"548100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:24:36"} | 336 | {"qs":{"request_id":"TSEL5_9_20170822","transaction_id":"31","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9","rc":"14","message":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","sn":"","amount":"5300","ending_balance":"548100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:24:36"} |
337 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:36"} | 337 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9 pada tanggal 2017 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 548.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:24:36"} |
338 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:27"} | 338 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:27"} |
339 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:27"} | 339 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:27"} |
340 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_5_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:27"} | 340 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_5_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:27"} |
341 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:27"} | 341 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:27"} |
342 | {"qs":{"request_id":"TSEL5_5_20170822","transaction_id":"32","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","rc":"14","message":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","sn":"","amount":"5300","ending_balance":"553400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:29"} | 342 | {"qs":{"request_id":"TSEL5_5_20170822","transaction_id":"32","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5","rc":"14","message":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","sn":"","amount":"5300","ending_balance":"553400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:29"} |
343 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:29"} | 343 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5 pada tanggal 2017-08-22 16:25:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 553.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:29"} |
344 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.2.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:48"} | 344 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.2.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:25:48"} |
345 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:48"} | 345 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:25:48"} |
346 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_2_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.2.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:48"} | 346 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_2_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.2.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:25:48"} |
347 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:48"} | 347 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:48"} |
348 | {"qs":{"request_id":"TSEL5_2_20170822","transaction_id":"33","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","rc":"00","message":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"20170822162551714","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:51"} | 348 | {"qs":{"request_id":"TSEL5_2_20170822","transaction_id":"33","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"2","rc":"00","message":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"20170822162551714","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:25:51"} |
349 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:51"} | 349 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 2 pada tanggal 2017-08-22 16:25:48 BERHASIL. SN=20170822162551714. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:25:51"} |
350 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:39"} | 350 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:39"} |
351 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:39"} | 351 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:39"} |
352 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:39"} | 352 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:39"} |
353 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:39"} | 353 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:39"} |
354 | {"qs":{"request_id":"TSEL5_087_20170822","transaction_id":"34","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","rc":"14","message":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:42:42"} | 354 | {"qs":{"request_id":"TSEL5_087_20170822","transaction_id":"34","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","rc":"14","message":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","sn":"","amount":"5300","ending_balance":"558700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:42:42"} |
355 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:42"} | 355 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 pada tanggal 2017-08-22 16:42:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 558.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:42"} |
356 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:55"} | 356 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:42:55"} |
357 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:55"} | 357 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:42:55"} |
358 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:55"} | 358 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_087_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:42:55"} |
359 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 sudah pernah dilakukan di hari yang sama. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:55"} | 359 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087 sudah pernah dilakukan di hari yang sama. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:42:55"} |
360 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.06.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:05"} | 360 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.06.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:05"} |
361 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:05"} | 361 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:05"} |
362 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_06_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.06.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:05"} | 362 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_06_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.06.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:05"} |
363 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:05"} | 363 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:05"} |
364 | {"qs":{"request_id":"TSEL5_06_20170822","transaction_id":"36","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","rc":"00","message":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"20170822164308385","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:08"} | 364 | {"qs":{"request_id":"TSEL5_06_20170822","transaction_id":"36","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"06","rc":"00","message":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"20170822164308385","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:08"} |
365 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:08"} | 365 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 06 pada tanggal 2017-08-22 16:43:05 BERHASIL. SN=20170822164308385. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:08"} |
366 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.3.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:50"} | 366 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.3.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:43:50"} |
367 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:50"} | 367 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:43:50"} |
368 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_3_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.3.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:50"} | 368 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_3_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.3.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:43:50"} |
369 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:50"} | 369 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:50"} |
370 | {"qs":{"request_id":"TSEL5_3_20170822","transaction_id":"37","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","rc":"14","message":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:53"} | 370 | {"qs":{"request_id":"TSEL5_3_20170822","transaction_id":"37","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"3","rc":"14","message":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","sn":"","amount":"5300","ending_balance":"564000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:43:53"} |
371 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:53"} | 371 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 3 pada tanggal 2017-08-22 16:43:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 564.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:43:53"} |
372 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:44:07"} | 372 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:44:07"} |
373 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:44:07"} | 373 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:44:07"} |
374 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:44:07"} | 374 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:44:07"} |
375 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:44:07"} | 375 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 GAGAL. Kesalahan validitas store / terminal / password.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:44:07"} |
376 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:45"} | 376 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:45"} |
377 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:45"} | 377 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:45"} |
378 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:45"} | 378 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:45"} |
379 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:45"} | 379 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:45"} |
380 | {"qs":{"request_id":"TSEL5_71_20170822","transaction_id":"38","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","rc":"14","message":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","sn":"","amount":"5300","ending_balance":"569300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:48:47"} | 380 | {"qs":{"request_id":"TSEL5_71_20170822","transaction_id":"38","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","rc":"14","message":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","sn":"","amount":"5300","ending_balance":"569300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:48:47"} |
381 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:47"} | 381 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:47"} |
382 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:55"} | 382 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.71.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:48:55"} |
383 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:55"} | 383 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:48:55"} |
384 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:55"} | 384 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_71_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"71","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.71.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:48:55"} |
385 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:56"} | 385 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 71 pada tanggal 2017-08-22 16:48:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 569.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:48:56"} |
386 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:15"} | 386 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:15"} |
387 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:15"} | 387 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:15"} |
388 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:15"} | 388 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:15"} |
389 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:16"} | 389 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:16"} |
390 | {"qs":{"request_id":"TSEL5_66_20170822","transaction_id":"40","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","rc":"00","message":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"20170822164918303","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:49:18"} | 390 | {"qs":{"request_id":"TSEL5_66_20170822","transaction_id":"40","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","rc":"00","message":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"20170822164918303","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:49:18"} |
391 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:18"} | 391 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:18"} |
392 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:20"} | 392 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:20"} |
393 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:20"} | 393 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:20"} |
394 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:20"} | 394 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:20"} |
395 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:20"} | 395 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:20"} |
396 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:41"} | 396 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.66.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:49:41"} |
397 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:41"} | 397 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:49:41"} |
398 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:41"} | 398 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_66_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"66","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.66.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:49:41"} |
399 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:41"} | 399 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 66 pada tanggal 2017-08-22 16:49:15 BERHASIL. SN=20170822164918303. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:49:41"} |
400 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:27"} | 400 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:27"} |
401 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:27"} | 401 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:27"} |
402 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:27"} | 402 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:27"} |
403 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:27"} | 403 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:27"} |
404 | {"qs":{"request_id":"TSEL5_333_20170822","transaction_id":"43","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","rc":"14","message":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:29"} | 404 | {"qs":{"request_id":"TSEL5_333_20170822","transaction_id":"43","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","rc":"14","message":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","sn":"","amount":"5300","ending_balance":"574600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:29"} |
405 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:29"} | 405 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:29"} |
406 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:36"} | 406 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.33.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:36"} |
407 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:36"} | 407 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:36"} |
408 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:36"} | 408 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_33_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.33.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:36"} |
409 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:36"} | 409 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:36"} |
410 | {"qs":{"request_id":"TSEL5_33_20170822","transaction_id":"44","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","rc":"14","message":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","sn":"","amount":"5300","ending_balance":"579900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:39"} | 410 | {"qs":{"request_id":"TSEL5_33_20170822","transaction_id":"44","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"33","rc":"14","message":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","sn":"","amount":"5300","ending_balance":"579900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:50:39"} |
411 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:39"} | 411 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 33 pada tanggal 2017-08-22 16:50:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 579.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:39"} |
412 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:49"} | 412 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:49"} |
413 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:49"} | 413 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:49"} |
414 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:49"} | 414 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:49"} |
415 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:50"} | 415 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:50"} |
416 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:57"} | 416 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.333.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:50:57"} |
417 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:57"} | 417 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:50:57"} |
418 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:57"} | 418 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.333.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:50:57"} |
419 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:57"} | 419 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 333 pada tanggal 2017-08-22 16:50:27 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 574.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:50:57"} |
420 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:52:51"} | 420 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:52:51"} |
421 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:52:51"} | 421 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:52:51"} |
422 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:52:52"} | 422 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:52:52"} |
423 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:52:53"} | 423 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:52:53"} |
424 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:52:53"} | 424 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:52:53"} |
425 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:53:27"} | 425 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:53:27"} |
426 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:53:28"} | 426 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:53:28"} |
427 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:53:28"} | 427 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:53:28"} |
428 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:53:29"} | 428 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:53:29"} |
429 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:53:29"} | 429 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:53:29"} |
430 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:53:53"} | 430 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:53:53"} |
431 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:53:53"} | 431 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:53:53"} |
432 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:53:53"} | 432 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:53:53"} |
433 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:53"} | 433 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:53"} |
434 | {"qs":{"request_id":"TSEL5_19_20170822","transaction_id":"47","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","sn":"","amount":"5300","ending_balance":"585200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:53:56"} | 434 | {"qs":{"request_id":"TSEL5_19_20170822","transaction_id":"47","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","sn":"","amount":"5300","ending_balance":"585200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:53:56"} |
435 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:56"} | 435 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:53:56"} |
436 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:03"} | 436 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:03"} |
437 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:03"} | 437 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:03"} |
438 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:03"} | 438 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:03"} |
439 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:03"} | 439 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:03"} |
440 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:12"} | 440 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:12"} |
441 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:12"} | 441 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:12"} |
442 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:12"} | 442 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:12"} |
443 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:12"} | 443 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:12"} |
444 | {"qs":{"request_id":"TSEL5_19_20170822_1","transaction_id":"49","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","sn":"","amount":"5300","ending_balance":"590500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:54:15"} | 444 | {"qs":{"request_id":"TSEL5_19_20170822_1","transaction_id":"49","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","rc":"14","message":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","sn":"","amount":"5300","ending_balance":"590500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 16:54:15"} |
445 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:15"} | 445 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:15"} |
446 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:24"} | 446 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234.1","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:24"} |
447 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:24"} | 447 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:24"} |
448 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:24"} | 448 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822_1","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234.1"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:24"} |
449 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:25"} | 449 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:54:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 590.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:25"} |
450 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:31"} | 450 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.19.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 16:54:31"} |
451 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:31"} | 451 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 16:54:31"} |
452 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:31"} | 452 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"TSEL5_19_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"19","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.19.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 16:54:31"} |
453 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:31"} | 453 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 19 pada tanggal 2017-08-22 16:53:53 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 585.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 16:54:31"} |
454 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:56:55"} | 454 | {"level":"verbose","message":"/home/adhisimon/Projects/komodo-center-xmpp/node_modules/komodo-sdk/logger.js: initialized","timestamp":"2017-08-22 16:56:55"} |
455 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:56:55"} | 455 | {"level":"info","message":"HTTP Reverse/Report server listen on port 14232","timestamp":"2017-08-22 16:56:55"} |
456 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:56:55"} | 456 | {"level":"info","message":"XMPP transport connected, JID: komodo_trx0","timestamp":"2017-08-22 16:56:55"} |
457 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:56:56"} | 457 | {"level":"verbose","message":"Transport is ready","timestamp":"2017-08-22 16:56:56"} |
458 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:56:56"} | 458 | {"level":"info","message":"CENTER is ONLINE, ready to communicate","timestamp":"2017-08-22 16:56:56"} |
459 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:21"} | 459 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:21"} |
460 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:21"} | 460 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:21"} |
461 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:21"} | 461 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:21"} |
462 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:21"} | 462 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:21"} |
463 | {"qs":{"request_id":"AUTO_TSEL5_022_20170822","transaction_id":"52","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","rc":"00","message":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"20170822170924339","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:24"} | 463 | {"qs":{"request_id":"AUTO_TSEL5_022_20170822","transaction_id":"52","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","rc":"00","message":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"20170822170924339","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:24"} |
464 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:24"} | 464 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:24"} |
465 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:31"} | 465 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.022.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:31"} |
466 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:31"} | 466 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:31"} |
467 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:31"} | 467 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_022_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"022","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.022.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:31"} |
468 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:31"} | 468 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 022 pada tanggal 2017-08-22 17:09:21 BERHASIL. SN=20170822170924339. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:31"} |
469 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:39"} | 469 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:39"} |
470 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:39"} | 470 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:39"} |
471 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:39"} | 471 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:39"} |
472 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:39"} | 472 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:39"} |
473 | {"qs":{"request_id":"AUTO_TSEL5_0221_20170822","transaction_id":"54","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","rc":"14","message":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:42"} | 473 | {"qs":{"request_id":"AUTO_TSEL5_0221_20170822","transaction_id":"54","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","rc":"14","message":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","sn":"","amount":"5300","ending_balance":"595800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:09:42"} |
474 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:42"} | 474 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:42"} |
475 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:50"} | 475 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0221.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:09:50"} |
476 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:50"} | 476 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:09:50"} |
477 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:50"} | 477 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0221_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0221","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0221.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:09:50"} |
478 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:50"} | 478 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0221 pada tanggal 2017-08-22 17:09:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 595.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:09:50"} |
479 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:06"} | 479 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:06"} |
480 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:06"} | 480 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:06"} |
481 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:06"} | 481 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:06"} |
482 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:07"} | 482 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:07"} |
483 | {"qs":{"request_id":"AUTO_TSEL5_0888_20170822","transaction_id":"56","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","rc":"00","message":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","sn":"20170822171109595","amount":"5300","ending_balance":"601100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:11:09"} | 483 | {"qs":{"request_id":"AUTO_TSEL5_0888_20170822","transaction_id":"56","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888","rc":"00","message":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","sn":"20170822171109595","amount":"5300","ending_balance":"601100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:11:09"} |
484 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:09"} | 484 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888 pada tanggal 2017-08-22 17:11:06 BERHASIL. SN=20170822171109595. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:09"} |
485 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08881.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:32"} | 485 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08881.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:11:32"} |
486 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:32"} | 486 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:11:32"} |
487 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08881_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08881","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08881.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:32"} | 487 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08881_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08881","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08881.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:11:32"} |
488 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08881 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:32"} | 488 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08881 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 601.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:11:32"} |
489 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088811.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:13:15"} | 489 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088811.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:13:15"} |
490 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:13:15"} | 490 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:13:15"} |
491 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088811_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088811","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088811.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:13:15"} | 491 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088811_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088811","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088811.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:13:15"} |
492 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088811 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 606.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:13:15"} | 492 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088811 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 606.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:13:15"} |
493 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:14:24"} | 493 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0888111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:14:24"} |
494 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:14:24"} | 494 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:14:24"} |
495 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:14:24"} | 495 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0888111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0888111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0888111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:14:24"} |
496 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 611.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:14:24"} | 496 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0888111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 611.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:14:24"} |
497 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088813.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:15:19"} | 497 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088813.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:15:19"} |
498 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:15:19"} | 498 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:15:19"} |
499 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088813_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088813","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088813.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:15:19"} | 499 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088813_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088813","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088813.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:15:19"} |
500 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088813 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 617.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:15:19"} | 500 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088813 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 617.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:15:19"} |
501 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:25"} | 501 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:25"} |
502 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:25"} | 502 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:25"} |
503 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:25"} | 503 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:25"} |
504 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 622.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:25"} | 504 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 622.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:25"} |
505 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088817.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:47"} | 505 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088817.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:16:47"} |
506 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:47"} | 506 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:16:47"} |
507 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088817_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088817","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088817.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:47"} | 507 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088817_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088817","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088817.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:16:47"} |
508 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088817 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 627.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:47"} | 508 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088817 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 627.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:16:47"} |
509 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:18:50"} | 509 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:18:50"} |
510 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:18:50"} | 510 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:18:50"} |
511 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:18:50"} | 511 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:18:50"} |
512 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:50"} | 512 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:50"} |
513 | {"qs":{"request_id":"AUTO_TSEL5_088815_201708225e9cfa32-d048-4392-b18b-fd28ba9ec7d7","transaction_id":"63","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","sn":"","amount":"5300","ending_balance":"632900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:18:52"} | 513 | {"qs":{"request_id":"AUTO_TSEL5_088815_201708225e9cfa32-d048-4392-b18b-fd28ba9ec7d7","transaction_id":"63","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","sn":"","amount":"5300","ending_balance":"632900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:18:52"} |
514 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:52"} | 514 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:18:50 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 632.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:18:52"} |
515 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:19:00"} | 515 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.088815.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:19:00"} |
516 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:19:00"} | 516 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:19:00"} |
517 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:19:00"} | 517 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_088815_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.088815.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:19:00"} |
518 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:00"} | 518 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:00"} |
519 | {"qs":{"request_id":"AUTO_TSEL5_088815_20170822a7bbb082-cc38-40d1-9f3a-7b6f53daf7d5","transaction_id":"64","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","sn":"","amount":"5300","ending_balance":"638200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:19:02"} | 519 | {"qs":{"request_id":"AUTO_TSEL5_088815_20170822a7bbb082-cc38-40d1-9f3a-7b6f53daf7d5","transaction_id":"64","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"088815","rc":"14","message":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","sn":"","amount":"5300","ending_balance":"638200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:19:02"} |
520 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:02"} | 520 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 088815 pada tanggal 2017-08-22 17:19:00 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 638.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:19:02"} |
521 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"} | 521 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"} |
522 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"} | 522 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"} |
523 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"} | 523 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"} |
524 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:23"} | 524 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:23"} |
525 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"} | 525 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.089.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:22:23"} |
526 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"} | 526 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:22:23"} |
527 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"} | 527 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_089_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"089","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.089.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:22:23"} |
528 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 pada tanggal 2017-08-22 17:22:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:24"} | 528 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 089 pada tanggal 2017-08-22 17:22:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:22:24"} |
529 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:07"} | 529 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:07"} |
530 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:07"} | 530 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:07"} |
531 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:07"} | 531 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:07"} |
532 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:07"} | 532 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:07"} |
533 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:08"} | 533 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.911.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:23:08"} |
534 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:08"} | 534 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:23:08"} |
535 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:08"} | 535 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_911_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.911.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:23:08"} |
536 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:08"} | 536 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:08"} |
537 | {"qs":{"request_id":"AUTO_TSEL5_911_20170822882f6bdb-a158-464b-8eb5-65df929e1026","transaction_id":"67","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","rc":"14","message":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","sn":"","amount":"5300","ending_balance":"643500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:23:18"} | 537 | {"qs":{"request_id":"AUTO_TSEL5_911_20170822882f6bdb-a158-464b-8eb5-65df929e1026","transaction_id":"67","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"911","rc":"14","message":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","sn":"","amount":"5300","ending_balance":"643500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:23:18"} |
538 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:18"} | 538 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 911 pada tanggal 2017-08-22 17:23:07 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 643.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:23:18"} |
539 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:36"} | 539 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:36"} |
540 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:36"} | 540 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:36"} |
541 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:36"} | 541 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:36"} |
542 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:36"} | 542 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:36"} |
543 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:40"} | 543 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:28:40"} |
544 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:40"} | 544 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:28:40"} |
545 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:40"} | 545 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:28:40"} |
546 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:40"} | 546 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:40"} |
547 | {"qs":{"request_id":"AUTO_TSEL5_552_20170822","transaction_id":"69","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","rc":"00","message":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"20170822172847194","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:28:47"} | 547 | {"qs":{"request_id":"AUTO_TSEL5_552_20170822","transaction_id":"69","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","rc":"00","message":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"20170822172847194","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:28:47"} |
548 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:47"} | 548 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:28:47"} |
549 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:04"} | 549 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:04"} |
550 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:04"} | 550 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:04"} |
551 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:04"} | 551 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:04"} |
552 | {"module_name":"trx-center.js","method_name":"requestToCore","requestOptions":{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"}},"err":{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":32972},"level":"warn","message":"Error requesting to CORE","timestamp":"2017-08-22 17:32:04"} | 552 | {"module_name":"trx-center.js","method_name":"requestToCore","requestOptions":{"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"}},"err":{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":32972},"level":"warn","message":"Error requesting to CORE","timestamp":"2017-08-22 17:32:04"} |
553 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"INTERNAL ERROR","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:04"} | 553 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"INTERNAL ERROR","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:04"} |
554 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:51"} | 554 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:32:51"} |
555 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:51"} | 555 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:32:51"} |
556 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:51"} | 556 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:32:51"} |
557 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:51"} | 557 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:32:51"} |
558 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:03"} | 558 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.552.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:03"} |
559 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:03"} | 559 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:03"} |
560 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:03"} | 560 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_552_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"552","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.552.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:03"} |
561 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:03"} | 561 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 552 pada tanggal 2017-08-22 17:28:36 BERHASIL. SN=20170822172847194. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:03"} |
562 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:12"} | 562 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:12"} |
563 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:12"} | 563 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:12"} |
564 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:12"} | 564 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:12"} |
565 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:12"} | 565 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:12"} |
566 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:14"} | 566 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:14"} |
567 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:14"} | 567 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:14"} |
568 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:14"} | 568 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:14"} |
569 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:14"} | 569 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:14"} |
570 | {"qs":{"request_id":"AUTO_TSEL5_555_20170822c93f9f67-84b6-4fb0-a34f-aed013422830","transaction_id":"73","transaction_date":"2017-08-22T10:33:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:22"} | 570 | {"qs":{"request_id":"AUTO_TSEL5_555_20170822c93f9f67-84b6-4fb0-a34f-aed013422830","transaction_id":"73","transaction_date":"2017-08-22T10:33:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","sn":"","amount":"5300","ending_balance":"648800","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:22"} |
571 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:22"} | 571 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 648.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:22"} |
572 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:22"} | 572 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:22"} |
573 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:22"} | 573 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:22"} |
574 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:22"} | 574 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:22"} |
575 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:23"} | 575 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:23"} |
576 | {"qs":{"request_id":"AUTO_TSEL5_555_201708220ce872a7-f893-4a44-9a15-180022618b0a","transaction_id":"75","transaction_date":"2017-08-22T10:33:23.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","sn":"","amount":"5300","ending_balance":"654100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:34"} | 576 | {"qs":{"request_id":"AUTO_TSEL5_555_201708220ce872a7-f893-4a44-9a15-180022618b0a","transaction_id":"75","transaction_date":"2017-08-22T10:33:23.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","sn":"","amount":"5300","ending_balance":"654100","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:34"} |
577 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:34"} | 577 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 17:33:23 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 654.100.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:34"} |
578 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:41"} | 578 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:41"} |
579 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:41"} | 579 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:41"} |
580 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:41"} | 580 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:41"} |
581 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:41"} | 581 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:41"} |
582 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:45"} | 582 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.5551.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:33:45"} |
583 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:45"} | 583 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:33:45"} |
584 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:45"} | 584 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_5551_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.5551.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:33:45"} |
585 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:45"} | 585 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:45"} |
586 | {"qs":{"request_id":"AUTO_TSEL5_5551_201708225caed1cc-dcd3-4532-879a-1912fa9a34b0","transaction_id":"76","transaction_date":"2017-08-22T10:33:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","rc":"14","message":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","sn":"","amount":"5300","ending_balance":"659400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:52"} | 586 | {"qs":{"request_id":"AUTO_TSEL5_5551_201708225caed1cc-dcd3-4532-879a-1912fa9a34b0","transaction_id":"76","transaction_date":"2017-08-22T10:33:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"5551","rc":"14","message":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","sn":"","amount":"5300","ending_balance":"659400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:33:52"} |
587 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:52"} | 587 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 5551 pada tanggal 2017-08-22 17:33:41 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:33:52"} |
588 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:45"} | 588 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:45"} |
589 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:45"} | 589 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:45"} |
590 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:45"} | 590 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:45"} |
591 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:45"} | 591 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:45"} |
592 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:46"} | 592 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:46"} |
593 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:46"} | 593 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:46"} |
594 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:46"} | 594 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:46"} |
595 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:46"} | 595 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:46"} |
596 | {"qs":{"request_id":"AUTO_TSEL5_131_20170822b0c90ce8-72e3-427f-a921-518ab67087b7","transaction_id":"78","transaction_date":"2017-08-22T10:36:45.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","sn":"","amount":"5300","ending_balance":"664700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:36:55"} | 596 | {"qs":{"request_id":"AUTO_TSEL5_131_20170822b0c90ce8-72e3-427f-a921-518ab67087b7","transaction_id":"78","transaction_date":"2017-08-22T10:36:45.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","sn":"","amount":"5300","ending_balance":"664700","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:36:55"} |
597 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"} | 597 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:45 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"} |
598 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:55"} | 598 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:36:55"} |
599 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:55"} | 599 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:36:55"} |
600 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:55"} | 600 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:36:55"} |
601 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"} | 601 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:36:55"} |
602 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:37:00"} | 602 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.131.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:37:00"} |
603 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:37:00"} | 603 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:37:00"} |
604 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:37:00"} | 604 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_131_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.131.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:37:00"} |
605 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:00"} | 605 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:00"} |
606 | {"qs":{"request_id":"AUTO_TSEL5_131_20170822d30fd3bf-9a95-4a3d-a403-7df0222dcba9","transaction_id":"80","transaction_date":"2017-08-22T10:36:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","sn":"","amount":"5300","ending_balance":"670000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:37:06"} | 606 | {"qs":{"request_id":"AUTO_TSEL5_131_20170822d30fd3bf-9a95-4a3d-a403-7df0222dcba9","transaction_id":"80","transaction_date":"2017-08-22T10:36:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"131","rc":"14","message":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","sn":"","amount":"5300","ending_balance":"670000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:37:06"} |
607 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:06"} | 607 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 131 pada tanggal 2017-08-22 17:36:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:37:06"} |
608 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:57"} | 608 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:57"} |
609 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:57"} | 609 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:57"} |
610 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:57"} | 610 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:57"} |
611 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:57"} | 611 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:57"} |
612 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:59"} | 612 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:38:59"} |
613 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:59"} | 613 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:38:59"} |
614 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:59"} | 614 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:38:59"} |
615 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:59"} | 615 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:38:59"} |
616 | {"qs":{"request_id":"AUTO_TSEL5_9999_20170822eefd1af2-d958-4954-9b8d-e989e472ea36","transaction_id":"82","transaction_date":"2017-08-22T10:38:57.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:39:08"} | 616 | {"qs":{"request_id":"AUTO_TSEL5_9999_20170822eefd1af2-d958-4954-9b8d-e989e472ea36","transaction_id":"82","transaction_date":"2017-08-22T10:38:57.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:39:08"} |
617 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:39:08"} | 617 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 17:38:57 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:39:08"} |
618 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:33"} | 618 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:33"} |
619 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:33"} | 619 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:33"} |
620 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:33"} | 620 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:33"} |
621 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:33"} | 621 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:33"} |
622 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:34"} | 622 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:34"} |
623 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:34"} | 623 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:34"} |
624 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:34"} | 624 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:34"} |
625 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:34"} | 625 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:34"} |
626 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:39"} | 626 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:39"} |
627 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:39"} | 627 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:39"} |
628 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:39"} | 628 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:39"} |
629 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:39"} | 629 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:39"} |
630 | {"qs":{"request_id":"AUTO_TSEL5_771_201708222eeabba6-b700-4ab2-93e7-ef9301e08e8c","transaction_id":"84","transaction_date":"2017-08-22T10:40:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:40:44"} | 630 | {"qs":{"request_id":"AUTO_TSEL5_771_201708222eeabba6-b700-4ab2-93e7-ef9301e08e8c","transaction_id":"84","transaction_date":"2017-08-22T10:40:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:40:44"} |
631 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:44"} | 631 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:44"} |
632 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:52"} | 632 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:52"} |
633 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:52"} | 633 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:52"} |
634 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:52"} | 634 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:52"} |
635 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:52"} | 635 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:52"} |
636 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:54"} | 636 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.771.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:40:54"} |
637 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:54"} | 637 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:40:54"} |
638 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:54"} | 638 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_771_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.771.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:40:54"} |
639 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:54"} | 639 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:40:54"} |
640 | {"qs":{"request_id":"AUTO_TSEL5_771_20170822259846e6-9d47-4aa6-b6a7-b201fa719528","transaction_id":"87","transaction_date":"2017-08-22T10:40:52.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:41:03"} | 640 | {"qs":{"request_id":"AUTO_TSEL5_771_20170822259846e6-9d47-4aa6-b6a7-b201fa719528","transaction_id":"87","transaction_date":"2017-08-22T10:40:52.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"771","rc":"14","message":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:41:03"} |
641 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:41:03"} | 641 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 771 pada tanggal 2017-08-22 17:40:52 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:41:03"} |
642 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0822.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:51:40"} | 642 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0822.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:51:40"} |
643 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:51:40"} | 643 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:51:40"} |
644 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0822_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0822.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:51:40"} | 644 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0822_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0822.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:51:40"} |
645 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:40"} | 645 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:40"} |
646 | {"qs":{"request_id":"AUTO_TSEL5_0822_20170822","transaction_id":"89","transaction_date":"2017-08-22T10:51:40.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","rc":"00","message":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175150649","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:51:50"} | 646 | {"qs":{"request_id":"AUTO_TSEL5_0822_20170822","transaction_id":"89","transaction_date":"2017-08-22T10:51:40.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0822","rc":"00","message":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175150649","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:51:50"} |
647 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:50"} | 647 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0822 pada tanggal 2017-08-22 17:51:40 BERHASIL. SN=20170822175150649. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:51:50"} |
648 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.000.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:21"} | 648 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.000.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:21"} |
649 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:21"} | 649 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:21"} |
650 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_000_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.000.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:21"} | 650 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_000_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.000.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:21"} |
651 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:21"} | 651 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:21"} |
652 | {"qs":{"request_id":"AUTO_TSEL5_000_20170822","transaction_id":"90","transaction_date":"2017-08-22T10:52:21.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","rc":"00","message":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175223747","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:23"} | 652 | {"qs":{"request_id":"AUTO_TSEL5_000_20170822","transaction_id":"90","transaction_date":"2017-08-22T10:52:21.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"000","rc":"00","message":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175223747","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:23"} |
653 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:23"} | 653 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 000 pada tanggal 2017-08-22 17:52:21 BERHASIL. SN=20170822175223747. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:23"} |
654 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.22222.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:41"} | 654 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.22222.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:41"} |
655 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:41"} | 655 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:41"} |
656 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_22222_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.22222.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:41"} | 656 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_22222_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.22222.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:41"} |
657 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:41"} | 657 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:41"} |
658 | {"qs":{"request_id":"AUTO_TSEL5_22222_20170822","transaction_id":"91","transaction_date":"2017-08-22T10:52:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","rc":"00","message":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175243836","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:43"} | 658 | {"qs":{"request_id":"AUTO_TSEL5_22222_20170822","transaction_id":"91","transaction_date":"2017-08-22T10:52:41.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"22222","rc":"00","message":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822175243836","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:43"} |
659 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:43"} | 659 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 22222 pada tanggal 2017-08-22 17:52:41 BERHASIL. SN=20170822175243836. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:43"} |
660 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:56"} | 660 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:52:56"} |
661 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:56"} | 661 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:52:56"} |
662 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:56"} | 662 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:52:56"} |
663 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:56"} | 663 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:56"} |
664 | {"qs":{"request_id":"AUTO_TSEL5_1111111_201708229c2dea61-e353-4619-8244-494511d5a12a","transaction_id":"92","transaction_date":"2017-08-22T10:52:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","rc":"14","message":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:58"} | 664 | {"qs":{"request_id":"AUTO_TSEL5_1111111_201708229c2dea61-e353-4619-8244-494511d5a12a","transaction_id":"92","transaction_date":"2017-08-22T10:52:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1111111","rc":"14","message":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 17:52:58"} |
665 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:58"} | 665 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1111111 pada tanggal 2017-08-22 17:52:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:52:58"} |
666 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:53:08"} | 666 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 17:53:08"} |
667 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:53:08"} | 667 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 17:53:08"} |
668 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:53:08"} | 668 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 17:53:08"} |
669 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:53:08"} | 669 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 17:53:08"} |
670 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:04"} | 670 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:04"} |
671 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:04"} | 671 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:04"} |
672 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:04"} | 672 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:04"} |
673 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:04"} | 673 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:04"} |
674 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.56.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:11"} | 674 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.56.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:11"} |
675 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:11"} | 675 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:11"} |
676 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_56_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.56.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:11"} | 676 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_56_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.56.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:11"} |
677 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:11"} | 677 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:11"} |
678 | {"qs":{"request_id":"AUTO_TSEL5_56_20170822","transaction_id":"93","transaction_date":"2017-08-22T11:03:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","rc":"00","message":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","sn":"20170822180314493","amount":"5300","ending_balance":"696500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:14"} | 678 | {"qs":{"request_id":"AUTO_TSEL5_56_20170822","transaction_id":"93","transaction_date":"2017-08-22T11:03:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"56","rc":"00","message":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","sn":"20170822180314493","amount":"5300","ending_balance":"696500","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:14"} |
679 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:14"} | 679 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 56 pada tanggal 2017-08-22 18:03:11 BERHASIL. SN=20170822180314493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:14"} |
680 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:18"} | 680 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:18"} |
681 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:18"} | 681 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:18"} |
682 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:18"} | 682 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:18"} |
683 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:18"} | 683 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:18"} |
684 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.515.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:55"} | 684 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.515.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:03:55"} |
685 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:55"} | 685 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:03:55"} |
686 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_515_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.515.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:55"} | 686 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_515_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.515.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:03:55"} |
687 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:55"} | 687 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:55"} |
688 | {"qs":{"request_id":"AUTO_TSEL5_515_20170822baf940a6-2bbe-43db-a8c9-2e976c1490b1","transaction_id":"94","transaction_date":"2017-08-22T11:03:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","rc":"14","message":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:57"} | 688 | {"qs":{"request_id":"AUTO_TSEL5_515_20170822baf940a6-2bbe-43db-a8c9-2e976c1490b1","transaction_id":"94","transaction_date":"2017-08-22T11:03:55.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"515","rc":"14","message":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:03:57"} |
689 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:57"} | 689 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 515 pada tanggal 2017-08-22 18:03:55 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:03:57"} |
690 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:04:07"} | 690 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:04:07"} |
691 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:04:07"} | 691 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:04:07"} |
692 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:04:07"} | 692 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:04:07"} |
693 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:04:07"} | 693 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:04:07"} |
694 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:24"} | 694 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:24"} |
695 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:24"} | 695 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:24"} |
696 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:24"} | 696 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:24"} |
697 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:24"} | 697 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:24"} |
698 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:27"} | 698 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:27"} |
699 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:27"} | 699 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:27"} |
700 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:27"} | 700 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:27"} |
701 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:27"} | 701 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:27"} |
702 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081231.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:34"} | 702 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081231.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:11:34"} |
703 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:34"} | 703 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:11:34"} |
704 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081231_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081231.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:34"} | 704 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081231_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081231.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:11:34"} |
705 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:34"} | 705 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:34"} |
706 | {"qs":{"request_id":"AUTO_TSEL5_081231_20170822b69d6064-7edc-4d7b-8071-f1847d62dc68","transaction_id":"95","transaction_date":"2017-08-22T11:11:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","rc":"14","message":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:11:37"} | 706 | {"qs":{"request_id":"AUTO_TSEL5_081231_20170822b69d6064-7edc-4d7b-8071-f1847d62dc68","transaction_id":"95","transaction_date":"2017-08-22T11:11:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081231","rc":"14","message":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:11:37"} |
707 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:37"} | 707 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081231 pada tanggal 2017-08-22 18:11:34 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:11:37"} |
708 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:03"} | 708 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:03"} |
709 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:03"} | 709 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:03"} |
710 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:03"} | 710 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:03"} |
711 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:03"} | 711 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:03"} |
712 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:05"} | 712 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:05"} |
713 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:05"} | 713 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:05"} |
714 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:05"} | 714 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:05"} |
715 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:05"} | 715 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:05"} |
716 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:10"} | 716 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.087777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:10"} |
717 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:10"} | 717 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:10"} |
718 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_087777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:10"} | 718 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_087777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.087777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:10"} |
719 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:10"} | 719 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 701.800.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:10"} |
720 | {"qs":{"request_id":"AUTO_TSEL5_087777_20170822cfb7e180-c11a-4b79-9577-68938a3a4d79","transaction_id":"96","transaction_date":"2017-08-22T11:12:10.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","rc":"14","message":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:12"} | 720 | {"qs":{"request_id":"AUTO_TSEL5_087777_20170822cfb7e180-c11a-4b79-9577-68938a3a4d79","transaction_id":"96","transaction_date":"2017-08-22T11:12:10.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"087777","rc":"14","message":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","sn":"","amount":"5300","ending_balance":"NaN","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:12"} |
721 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:12"} | 721 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 087777 pada tanggal 2017-08-22 18:12:10 GAGAL. Harga Rp. 5.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:12"} |
722 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0811111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:34"} | 722 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0811111111.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:34"} |
723 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:34"} | 723 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:34"} |
724 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0811111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0811111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:34"} | 724 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0811111111_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0811111111.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:34"} |
725 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:34"} | 725 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:34"} |
726 | {"qs":{"request_id":"AUTO_TSEL5_0811111111_201708222721e73f-5ce5-4c81-9a55-a35673352d9b","transaction_id":"97","transaction_date":"2017-08-22T11:12:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","rc":"14","message":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:36"} | 726 | {"qs":{"request_id":"AUTO_TSEL5_0811111111_201708222721e73f-5ce5-4c81-9a55-a35673352d9b","transaction_id":"97","transaction_date":"2017-08-22T11:12:34.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0811111111","rc":"14","message":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:12:36"} |
727 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:36"} | 727 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0811111111 pada tanggal 2017-08-22 18:12:34 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:36"} |
728 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:39"} | 728 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:39"} |
729 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:39"} | 729 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:39"} |
730 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:39"} | 730 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:39"} |
731 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:39"} | 731 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:39"} |
732 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.12349797","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:42"} | 732 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.12349797","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:42"} |
733 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:42"} | 733 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:42"} |
734 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"12349797"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:42"} | 734 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"12349797"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:42"} |
735 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:42"} | 735 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:42"} |
736 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:57"} | 736 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:12:57"} |
737 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:57"} | 737 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:12:57"} |
738 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:57"} | 738 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:12:57"} |
739 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:57"} | 739 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:12:57"} |
740 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.99999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:11"} | 740 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.99999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:11"} |
741 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:11"} | 741 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:11"} |
742 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_99999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.99999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:11"} | 742 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_99999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.99999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:11"} |
743 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:11"} | 743 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:11"} |
744 | {"qs":{"request_id":"AUTO_TSEL5_99999_201708228c59b06c-d4a0-429c-9696-95d97d2b1267","transaction_id":"98","transaction_date":"2017-08-22T11:13:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","rc":"14","message":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:13:14"} | 744 | {"qs":{"request_id":"AUTO_TSEL5_99999_201708228c59b06c-d4a0-429c-9696-95d97d2b1267","transaction_id":"98","transaction_date":"2017-08-22T11:13:11.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"99999","rc":"14","message":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:13:14"} |
745 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:14"} | 745 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 99999 pada tanggal 2017-08-22 18:13:11 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:14"} |
746 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:22"} | 746 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:13:22"} |
747 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:22"} | 747 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:13:22"} |
748 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:22"} | 748 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:13:22"} |
749 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:22"} | 749 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 696.500.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:13:22"} |
750 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:14:56"} | 750 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08333.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:14:56"} |
751 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:14:56"} | 751 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:14:56"} |
752 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:14:56"} | 752 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08333_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08333.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:14:56"} |
753 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:14:56"} | 753 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:14:56"} |
754 | {"qs":{"request_id":"AUTO_TSEL5_08333_201708220baab144-8779-462a-a69c-911259a68461","transaction_id":"99","transaction_date":"2017-08-22T11:14:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","rc":"14","message":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:07"} | 754 | {"qs":{"request_id":"AUTO_TSEL5_08333_201708220baab144-8779-462a-a69c-911259a68461","transaction_id":"99","transaction_date":"2017-08-22T11:14:56.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08333","rc":"14","message":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:07"} |
755 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:07"} | 755 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08333 pada tanggal 2017-08-22 18:14:56 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:07"} |
756 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.777777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:15:33"} | 756 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.777777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:15:33"} |
757 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:15:33"} | 757 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:15:33"} |
758 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_777777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.777777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:15:33"} | 758 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_777777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.777777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:15:33"} |
759 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:33"} | 759 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:33"} |
760 | {"qs":{"request_id":"AUTO_TSEL5_777777_201708225bc4fef4-5b61-48da-bf77-17b66107b1d1","transaction_id":"100","transaction_date":"2017-08-22T11:15:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","rc":"14","message":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:43"} | 760 | {"qs":{"request_id":"AUTO_TSEL5_777777_201708225bc4fef4-5b61-48da-bf77-17b66107b1d1","transaction_id":"100","transaction_date":"2017-08-22T11:15:33.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"777777","rc":"14","message":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:15:43"} |
761 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:43"} | 761 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 777777 pada tanggal 2017-08-22 18:15:33 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:15:43"} |
762 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:07"} | 762 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:07"} |
763 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:07"} | 763 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:07"} |
764 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:07"} | 764 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:07"} |
765 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:07"} | 765 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:07"} |
766 | {"qs":{"request_id":"AUTO_TSEL5_0666_20170822","transaction_id":"101","transaction_date":"2017-08-22T11:16:07.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","rc":"00","message":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822181617529","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:16:17"} | 766 | {"qs":{"request_id":"AUTO_TSEL5_0666_20170822","transaction_id":"101","transaction_date":"2017-08-22T11:16:07.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","rc":"00","message":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","sn":"20170822181617529","amount":"5300","ending_balance":"691200","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:16:17"} |
767 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:17"} | 767 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:17"} |
768 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:43"} | 768 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:16:43"} |
769 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:43"} | 769 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:16:43"} |
770 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:43"} | 770 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:16:43"} |
771 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:43"} | 771 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0666 pada tanggal 2017-08-22 18:16:07 BERHASIL. SN=20170822181617529. Harga Rp. 5.300. Saldo setelah transaksi Rp. 691.200.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:16:43"} |
772 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234556.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:18:43"} | 772 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234556.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:18:43"} |
773 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:18:43"} | 773 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:18:43"} |
774 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234556_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234556","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234556.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:18:43"} | 774 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234556_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234556","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234556.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:18:43"} |
775 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234556 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:18:43"} | 775 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234556 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:18:43"} |
776 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.90091.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:19:00"} | 776 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.90091.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:19:00"} |
777 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:19:00"} | 777 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:19:00"} |
778 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_90091_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"90091","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.90091.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:19:00"} | 778 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_90091_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"90091","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.90091.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:19:00"} |
779 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 90091 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:19:00"} | 779 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 90091 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:19:00"} |
780 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12345.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:20:43"} | 780 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12345.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:20:43"} |
781 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:20:43"} | 781 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:20:43"} |
782 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12345_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12345","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12345.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:20:43"} | 782 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12345_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12345","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12345.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:20:43"} |
783 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12345 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:20:43"} | 783 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12345 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:20:43"} |
784 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234565.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:21:36"} | 784 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.081234565.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:21:36"} |
785 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:21:36"} | 785 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:21:36"} |
786 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234565_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234565.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:21:36"} | 786 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_081234565_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.081234565.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:21:36"} |
787 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:36"} | 787 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:36"} |
788 | {"qs":{"request_id":"AUTO_TSEL5_081234565_201708228e31755b-d88f-48aa-9eb8-9a921111332b","transaction_id":"106","transaction_date":"2017-08-22T11:21:36.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","rc":"14","message":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:21:46"} | 788 | {"qs":{"request_id":"AUTO_TSEL5_081234565_201708228e31755b-d88f-48aa-9eb8-9a921111332b","transaction_id":"106","transaction_date":"2017-08-22T11:21:36.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"081234565","rc":"14","message":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","sn":"","amount":"5300","ending_balance":"680600","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:21:46"} |
789 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:46"} | 789 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 081234565 pada tanggal 2017-08-22 18:21:36 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:21:46"} |
790 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:04"} | 790 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:04"} |
791 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:04"} | 791 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:04"} |
792 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:04"} | 792 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:04"} |
793 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:04"} | 793 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:04"} |
794 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1234777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:15"} | 794 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.1234777.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:23:15"} |
795 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:15"} | 795 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:23:15"} |
796 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1234777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1234777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1234777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:15"} | 796 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_1234777_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"1234777","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.1234777.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:23:15"} |
797 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1234777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:16"} | 797 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 1234777 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:23:16"} |
798 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12341.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:24:44"} | 798 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.12341.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:24:44"} |
799 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:24:44"} | 799 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:24:44"} |
800 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12341_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12341","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12341.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:24:44"} | 800 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_12341_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"12341","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.12341.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:24:44"} |
801 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12341 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:24:44"} | 801 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 12341 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:24:44"} |
802 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:26:12"} | 802 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.9999.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:26:12"} |
803 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:26:12"} | 803 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:26:12"} |
804 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:26:12"} | 804 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_9999_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.9999.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:26:12"} |
805 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:12"} | 805 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:12"} |
806 | {"qs":{"request_id":"AUTO_TSEL5_9999_20170822a649195c-66fd-45d4-9ae7-4789828e061f","transaction_id":"109","transaction_date":"2017-08-22T11:26:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:26:23"} | 806 | {"qs":{"request_id":"AUTO_TSEL5_9999_20170822a649195c-66fd-45d4-9ae7-4789828e061f","transaction_id":"109","transaction_date":"2017-08-22T11:26:12.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"9999","rc":"14","message":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:26:23"} |
807 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:23"} | 807 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 9999 pada tanggal 2017-08-22 18:26:12 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:26:23"} |
808 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:41"} | 808 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:41"} |
809 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:41"} | 809 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:41"} |
810 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:41"} | 810 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:41"} |
811 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:41"} | 811 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:41"} |
812 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.6666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:48"} | 812 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.6666.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:28:48"} |
813 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:48"} | 813 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:28:48"} |
814 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_6666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.6666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:48"} | 814 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_6666_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.6666.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:28:48"} |
815 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:48"} | 815 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:48"} |
816 | {"qs":{"request_id":"AUTO_TSEL5_6666_20170822","transaction_id":"110","transaction_date":"2017-08-22T11:28:48.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","rc":"00","message":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"20170822182859493","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:28:59"} | 816 | {"qs":{"request_id":"AUTO_TSEL5_6666_20170822","transaction_id":"110","transaction_date":"2017-08-22T11:28:48.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"6666","rc":"00","message":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","sn":"20170822182859493","amount":"5300","ending_balance":"685900","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:28:59"} |
817 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:59"} | 817 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 6666 pada tanggal 2017-08-22 18:28:48 BERHASIL. SN=20170822182859493. Harga Rp. 5.300. Saldo setelah transaksi Rp. 685.900.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:28:59"} |
818 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:31"} | 818 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:31"} |
819 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:31"} | 819 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:31"} |
820 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:31"} | 820 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:31"} |
821 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:31"} | 821 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Kesalahan autentikasi dalam pengecekan saldo.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:31"} |
822 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:34"} | 822 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"s.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:34"} |
823 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:34"} | 823 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:34"} |
824 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:34"} | 824 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:34"} |
825 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:34"} | 825 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 680.600.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:34"} |
826 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.64.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:42"} | 826 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.64.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:42"} |
827 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:42"} | 827 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:42"} |
828 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_64_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.64.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:42"} | 828 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_64_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.64.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:42"} |
829 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:42"} | 829 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:42"} |
830 | {"qs":{"request_id":"AUTO_TSEL5_64_20170822","transaction_id":"111","transaction_date":"2017-08-22T11:29:42.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","rc":"00","message":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"20170822182952677","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:29:52"} | 830 | {"qs":{"request_id":"AUTO_TSEL5_64_20170822","transaction_id":"111","transaction_date":"2017-08-22T11:29:42.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"64","rc":"00","message":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"20170822182952677","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:29:52"} |
831 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:52"} | 831 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 64 pada tanggal 2017-08-22 18:29:42 BERHASIL. SN=20170822182952677. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:52"} |
832 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:58"} | 832 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"sal.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:29:58"} |
833 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:58"} | 833 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:29:58"} |
834 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:58"} | 834 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/services/balance","qs":{"terminal_name":"adhisimon@host2host.id","password":"1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:29:58"} |
835 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:58"} | 835 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"MASTER, saldo anda saat ini Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:29:58"} |
836 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:30:13"} | 836 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.555.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:30:13"} |
837 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:30:13"} | 837 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:30:13"} |
838 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:30:13"} | 838 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_555_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.555.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:30:13"} |
839 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:13"} | 839 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:13"} |
840 | {"qs":{"request_id":"AUTO_TSEL5_555_20170822cd0c28a1-fbc9-4eea-bbcd-f2da7cda2d29","transaction_id":"112","transaction_date":"2017-08-22T11:30:13.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:30:15"} | 840 | {"qs":{"request_id":"AUTO_TSEL5_555_20170822cd0c28a1-fbc9-4eea-bbcd-f2da7cda2d29","transaction_id":"112","transaction_date":"2017-08-22T11:30:13.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"555","rc":"14","message":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:30:15"} |
841 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:15"} | 841 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 555 pada tanggal 2017-08-22 18:30:13 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:30:15"} |
842 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.55531.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:36:39"} | 842 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.55531.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:36:39"} |
843 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:36:39"} | 843 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:36:39"} |
844 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_55531_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.55531.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:36:39"} | 844 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_55531_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.55531.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:36:39"} |
845 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:39"} | 845 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:39"} |
846 | {"qs":{"request_id":"AUTO_TSEL5_55531_20170822b213dc22-5f46-47a9-a631-4f4819f44e7c","transaction_id":"113","transaction_date":"2017-08-22T11:36:39.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","rc":"14","message":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:36:41"} | 846 | {"qs":{"request_id":"AUTO_TSEL5_55531_20170822b213dc22-5f46-47a9-a631-4f4819f44e7c","transaction_id":"113","transaction_date":"2017-08-22T11:36:39.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"55531","rc":"14","message":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:36:41"} |
847 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:41"} | 847 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 55531 pada tanggal 2017-08-22 18:36:39 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:36:41"} |
848 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.066613.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:40:06"} | 848 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.066613.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:40:06"} |
849 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:40:06"} | 849 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:40:06"} |
850 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_066613_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.066613.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:40:06"} | 850 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_066613_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.066613.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:40:06"} |
851 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:06"} | 851 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:06"} |
852 | {"qs":{"request_id":"AUTO_TSEL5_066613_20170822d99e8f9b-c146-4168-9204-aa32abd578ff","transaction_id":"114","transaction_date":"2017-08-22T11:40:06.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","rc":"14","message":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:40:09"} | 852 | {"qs":{"request_id":"AUTO_TSEL5_066613_20170822d99e8f9b-c146-4168-9204-aa32abd578ff","transaction_id":"114","transaction_date":"2017-08-22T11:40:06.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"066613","rc":"14","message":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:40:09"} |
853 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:09"} | 853 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 066613 pada tanggal 2017-08-22 18:40:06 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:40:09"} |
854 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tselt.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:14"} | 854 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tselt.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:14"} |
855 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:14"} | 855 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:14"} |
856 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSELT_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSELT","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tselt.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:14"} | 856 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSELT_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSELT","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tselt.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:14"} |
857 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSELT ke 73 GAGAL. Produk sedang kami tutup atau mengalami gangguan.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:14"} | 857 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSELT ke 73 GAGAL. Produk sedang kami tutup atau mengalami gangguan.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:14"} |
858 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:18"} | 858 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.73.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 18:42:18"} |
859 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:18"} | 859 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 18:42:18"} |
860 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:18"} | 860 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_73_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.73.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 18:42:18"} |
861 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:18"} | 861 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:18"} |
862 | {"qs":{"request_id":"AUTO_TSEL5_73_20170822b4d7653a-f15b-4212-92a9-ffaa4eb45e33","transaction_id":"115","transaction_date":"2017-08-22T11:42:18.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","rc":"14","message":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:42:21"} | 862 | {"qs":{"request_id":"AUTO_TSEL5_73_20170822b4d7653a-f15b-4212-92a9-ffaa4eb45e33","transaction_id":"115","transaction_date":"2017-08-22T11:42:18.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"73","rc":"14","message":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 18:42:21"} |
863 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:21"} | 863 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 73 pada tanggal 2017-08-22 18:42:18 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 18:42:21"} |
864 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.08123.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:00:58"} | ||
865 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:00:58"} | ||
866 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_08123_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.08123.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:00:58"} | ||
867 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:00:58"} | ||
868 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.0723.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:01:01"} | ||
869 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:01:01"} | ||
870 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_0723_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0723","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.0723.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:01:01"} | ||
871 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0723 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 664.700.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:01"} | ||
872 | {"me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"tsel5.78782.1234","level":"info","message":"Incoming message via XMPP transport","timestamp":"2017-08-22 19:01:05"} | ||
873 | {"level":"verbose","message":"Reporting message to CORE","timestamp":"2017-08-22 19:01:05"} | ||
874 | {"url":"http://localhost:32972/apikey/c47ed08df360a15f9c60e8cfb3020f7d083b3f89/prepaid/buy","qs":{"request_id":"AUTO_TSEL5_78782_20170822","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"78782","password":"1234","origin":"XMPP0","report_port":14232,"msg":"tsel5.78782.1234"},"level":"verbose","message":"Requesting service to CORE","timestamp":"2017-08-22 19:01:05"} | ||
875 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 78782 SEDANG DIPROSES. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:05"} | ||
876 | {"qs":{"request_id":"AUTO_TSEL5_0723_20170822db2cd202-b508-43a4-bf3b-4f2ec4eb767d","transaction_id":"117","transaction_date":"2017-08-22T12:01:01.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"0723","rc":"14","message":"Pembelian TSEL5 ke 0723 pada tanggal 2017-08-22 19:01:01 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","sn":"","amount":"5300","ending_balance":"670000","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:07"} | ||
877 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 0723 pada tanggal 2017-08-22 19:01:01 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 670.000.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:07"} | ||
878 | {"qs":{"request_id":"AUTO_TSEL5_08123_201708224397dbc4-2069-4897-bb63-f291ecb58268","transaction_id":"116","transaction_date":"2017-08-22T12:00:58.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"08123","rc":"14","message":"Pembelian TSEL5 ke 08123 pada tanggal 2017-08-22 19:00:58 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","sn":"","amount":"5300","ending_balance":"675300","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:08"} | ||
879 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 08123 pada tanggal 2017-08-22 19:00:58 GAGAL. Harga Rp. 5.300. Saldo setelah transaksi Rp. 675.300.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:08"} | ||
880 | {"qs":{"request_id":"AUTO_TSEL5_78782_20170822","transaction_id":"118","transaction_date":"2017-08-22T12:01:05.000Z","terminal_name":"adhisimon@host2host.id","product_name":"TSEL5","destination":"78782","rc":"00","message":"Pembelian TSEL5 ke 78782 pada tanggal 2017-08-22 19:01:05 BERHASIL. SN=20170822190115056. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","sn":"20170822190115056","amount":"5300","ending_balance":"659400","origin":"XMPP0","origin_report_ip":"127.0.0.1","origin_report_port":"14232"},"level":"verbose","message":"Got reverse report from CORE","timestamp":"2017-08-22 19:01:15"} | ||
881 | {"transport":"xmpp","me":"komodo_trx0@host2host.id","partner":"adhisimon@host2host.id","msg":"Pembelian TSEL5 ke 78782 pada tanggal 2017-08-22 19:01:05 BERHASIL. SN=20170822190115056. Harga Rp. 5.300. Saldo setelah transaksi Rp. 659.400.","level":"verbose","message":"Sending message via XMPP transport","timestamp":"2017-08-22 19:01:15"} | ||
864 | 882 |