Commit f8b177906d1d1c7c6af85c9e6056f163e3119e6d

Authored by Adhidarma Hadiwinoto
1 parent 5ae5434534
Exists in master

Include ts and status on http report

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

lib/report-sender.js
... ... @@ -12,6 +12,8 @@ function incomingSMS(message) {
12 12 url: config.report_url.incoming_sms,
13 13 qs: {
14 14 modem: config.name,
  15 + ts: message.ts,
  16 + status: message.status,
15 17 number: message.from,
16 18 msg: message.message,
17 19 },