Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dateTimeSent is NULL #102

Open
mejuliver opened this issue Apr 12, 2022 · 1 comment
Open

dateTimeSent is NULL #102

mejuliver opened this issue Apr 12, 2022 · 1 comment

Comments

@mejuliver
Copy link

I need to get the datetime sent of a message but its null, even on new message event. Below is the message object

{
sender: '639916650044',
message: 'test 5',
index: 18,
msgStatus: 18,
dateTimeSent: null,
header: {
encoding: '7bit',
smsc: '639934444401',
smscType: 'INTERNATIONAL',
smscPlan: 'ISDN'
}
}

and this is the options

{
baudRate: 115200,
dataBits: 8,
stopBits: 1,
parity: 'none',
rtscts: false,
xon: false,
xoff: false,
xany: false,
autoDeleteOnReceive: true,
enableConcatenation: true,
incomingCallIndication: false,
incomingSMSIndication: true,
pin: '',
customInitCommand: '',
cnmiCommand: 'AT+CNMI=2,1,0,2,1'
}

@Apollon77
Copy link
Contributor

Please pass a logger and provide a full data log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants