Store incoming SMS into SQL database
* gsm_util now uses caller-allocated data (rather than callee-allocated)
* correctly parse destination address
* parse (but not transcode) non-default encodings of SMS
* reject SMS to unknown destination number
* resolve target subscriber id and store incoming SMS (without header) in 'sms' table

What we're now missing is the sending part, i.e. a regular task iterating over
all pending SMS and trying to deliver them.  Also, check for pending SMS once
we get a LOCATION UPDATE.

1 file changed
tree: 843c67590b18a35f646f656481f5213c6bf3f1e8
  1. doc/
  2. tests/
  3. tools/
  4. AUTHORS
  5. configure.in
  6. COPYING
  7. Makefile.am
  8. README