Commit bcb1b0e082cfe9f870d92cd0e737c9a4f6f7936b

Authored by Adhidarma Hadiwinoto
1 parent 9357a646c3
Exists in master

config.origin

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

1 1 {
2 2 "name": "SMSTOOLS",
  3 + "origin": "SMSTOOLS",
3 4 "messaging_url": "http://localhost:32979/",
4 5  
5 6 "# listen_port": "HTTP port untuk mendapat perintah dari CORE",
lib/smstools-handler/received.js
... ... @@ -44,7 +44,6 @@ module.exports = async (msgFilename) => {
44 44 partner: `${from}${config.number_suffix || ''}`,
45 45 partner_raw: from,
46 46 msg: text,
47   - origin: config.name || 'SMSTOOLS',
48 47 origin_label: imsi || 'UNKNOWN',
49 48 origin_transport: 'SMS',
50 49 origin_partner: from,