-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathTODO
18 lines (12 loc) · 798 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This file is probably not usable for anybody except me ;-).
- move crap like following to gammu config to avoid so heavy usage of gsmstate.h header
#ifndef GSM_USED_IRDAOBEX
# define GSM_USED_IRDAOBEX
#endif
- make gammu core interruptible by some flag. this is especially needed when connect takes ages
- drop multiple configurations handling in libGammu, it should provide just API to read some section from Gammurc and possible fallback logic should be in application
- add support for listing inbox messages in SMSD (to allow interface which will list them)
- filtering flags: timestamp, processed
- add support for setting processed flag via API
- add support for acquiring number of messages in sending queue
- *_CreateOutboxSMS are too fragile and can not be run concurrently