-
Notifications
You must be signed in to change notification settings - Fork 4
Architecture
nimf edited this page Jun 20, 2012
·
4 revisions
- Receives SMS, saves it to inbox table
- Receives SMS'es parts, saves them to the parts table
- Receives delivery reports, saves it to inbox table
- Glues SMS parts together, removing from parts table and creating in inbox table
- Checks for delivery reports in inbox table, looking for corresponding SMS in sent table, updating delivery status in sent table
- Gets SMS from outbox table, sends them, moves them to sent table