Submit Log Integration
The Submit Log feature allows you to track every SMS message submitted to the Jasmin Gateway in real-time.
Enabling the Feature
- Env Configuration: Set
SUBMIT_LOG=Truein your.envfile. - Jasmin Configuration: Ensure
publish_submit_sm_respis enabled injasmin.cfg.
How it Works
- Jasmin Gateway publishes submit responses to RabbitMQ.
- The SMS Logger service consumes these messages.
- Messages are saved to the
submit_logtable in the database. - The Web Panel reads from this table to display the dashboard.
Dashboard Features
- Status Badges: Easily identify Delivered, Failed, or Queued messages.
- Search: Filter by Receiver (Destination), Sender (Source), or Message ID.
- Pagination: Browse through millions of logs efficiently.