Commit d3b4dc71a024d23e0a6c9aff8a8b40cc585f115f
1 parent
209ea177a5
Exists in
master
Report sender include report_apikey
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
lib/report-sender.js
... | ... | @@ -36,6 +36,8 @@ function incomingSMS(message, modemInfo) { |
36 | 36 | modem: config.name, |
37 | 37 | modem_imsi: modemInfo.imsi, |
38 | 38 | modem_msisdn: modemInfo.msisdn, |
39 | + report_port: config.http_command_server.listen_port, | |
40 | + report_apikey: config.http_command_server.apikey, | |
39 | 41 | }, |
40 | 42 | }; |
41 | 43 |