aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/smpp
AgeCommit message (Collapse)Author
2018-01-24Improve incoming SMS handlingAbyss777
2017-06-26Fix reconnection on enquire link failedAbyss777
2017-03-20Move handleTextMessage function to separate handler.Abyss777
2017-03-20Implement phone to device comparisonAbyss777
2017-03-09Allow set different source address for commandsAbyss777
2017-03-05Merge pull request #2971 from Abyss777/sms_commandsAnton Tananaev
Implement SMS commands
2017-03-04- Fixed log messagesAbyss777
- Combine exceptions in Protocol
2017-03-03Schedule reconnection only if current task stoppedAbyss777
2017-03-02Remove BaseProtocolSmsEncoder classAbyss777
Add fallback to SMS if device is not online Use more variables and ternary operators
2017-03-02Implement sms commandsAbyss777
2017-02-23- Combine template retrieving in one functionAbyss777
- Do not request delivery receipt
2017-02-22- Simplify delivery log messageAbyss777
- Use warning instead of error
2017-02-21Implement SMS notifications with help smpp protocolAbyss777