Table of Contents |
---|
...
In order to receive the final SMS status there is must be a job which automatically send request to IP2SMS and update status in verification.sms_log
Configuration
Process configuration
Parameter | Description | Value |
---|---|---|
SMS_STATUSES_SCHEDULE | (Cron Format) How often to perform termination (as for now it should be 2 times a day1 minute) | `* * * * *` |
SMS_STATUSES_EXPIRATION | (HoursMins, integer > 0) Medication Dispense sms lifetime | 2535 |
Specification
Search candidates
...
Field name | Source | Description |
---|---|---|
id | ||
phone_number | ||
body | SMS text, for verifications SMS body='VERIFICATION' | |
type | ('verification', 'medication_request') | |
gateway_id | status_id from response | |
gateway_status | $status | SMS Status |
status_changed_at | $date | date from status response (date when status was changed) |
updated_at | :timestamp | TIMESTAMP |
inserted_at | TIMESTAMP |
...