aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/smpp
AgeCommit message (Collapse)Author
2018-06-27- Rename NotificationException to MessageExceptionAbyss777
- Simplify Notificator instantiation - Make sms configuration more clear - Move some defaults in code - Some cleanup
2018-06-26Merge remote-tracking branch 'ivanfmartinez/notifications'Abyss777
# Conflicts: # src/org/traccar/Context.java
2018-06-02Start Netty 4 migrationAnton Tananaev
2018-04-01generalization for notifications processingIvan Martinez
2018-03-22Add support for long SMS sendingAbyss777
2018-03-06Implement additional way to detect SMPP delivery receiptsAbyss777
2018-02-18Option to set SMPP system typeAnton Tananaev
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