ALEXIS LE GOFF

Results 32 comments of ALEXIS LE GOFF
trafficstars

If anyone is interested, I made a fix for the `NotificationEmailList` issue, using @disruptek 's fix: https://github.com/alexislg2/boto/commit/49e7d0bef13c05b1860067c25e53c54152eea1cc

I know why this happens It's because the CSMS code il always the same ('00') So the phone receiving the message cannot distinguish between the 2 SMS. the pdu.js function...

I add a random 8bit CSMS number and it works well. No more problem! Do you want a PR for npm pdu ?

Thanks! Have you ever experienced this problem? If so, do you know what is the cause of this? By the way, what can I do when I detect a timeout...

I found out why this happened. It's because the modem seems to 'forget' that we have registered for sms notifications I need to put this in a regular interval to...

Why not but you have to keep the possibility for the user using modem.js of not having to select an encoding (exactly like your mobile phone does: you type your...

OK On Sep 16, 2014 11:38 AM, "Emil Sedgh" [email protected] wrote: > I agree that the patch is useful. All I'm saying is that pdu.js should do > it, not...

But il will only work if you also merge my PR on pdu.js for using GSM 7-bit alphabet

Exactly same error here. Did you solve it?

Sure about that ? In the connectionLost function when I call the service again but since there is no network an error is thrown. What I want is : when...