-
```
I have implemented JSMPP in a project but speed of sending sms is very slow
can anybody please help on this because i have very high volume
transactions requirements.
```
Original issue reporte…
-
```
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.
DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notificatio…
-
```
What steps will reproduce the problem?
1.
dongle ussd dongle0 *707# when i send this command
ussd reply from operater received and decoded correct
[2014-09-21 12:30:18] VERBOSE[3586] at_response.…
-
```
What steps will reproduce the problem?
1.
dongle ussd dongle0 *707# when i send this command
ussd reply from operater received and decoded correct
[2014-09-21 12:30:18] VERBOSE[3586] at_response.…
-
```
What steps will reproduce the problem?
1.select BMW Connector websms
2.send a sms
3.Fehler, SMS Versand ist aus unbekannten Gründen gescheitert!
last version of WEB SMS and BMW Connector
```
Or…
-
```
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.
DO NOT, I repeat, DO NOT file more duplicates of issue 3 (bluetooth
notificatio…
-
```
As I wrote in http://code.google.com/p/dashclock/issues/detail?id=71
It would be great to have ability to choose which sms app to open when I tap
notification.
```
Original issue reported on co…
-
```
Different phones have different maximum SMS message sizes! See
http://en.wikipedia.org/wiki/SMS#Message_size
e.g. My friend's older phone had an upper limit of 195 characters. His new
phone has o…
-
Sending ascii sms text like below (text length < 160)
SmsSubmitPdu pdu;
byte dcs = (byte)DataCodingScheme.NoClass_7Bit;
pdu = new SmsSubmitPdu(sms, phoneno, smsc, dcs);
comm.SendMe…
uugan updated
6 years ago
-
Set up API to translate messages on the go. Please include name of packages used when creating a PR.