-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not seeing submit logs in DB #2
Comments
Actually found i need to activate the publish_submit_sm_resp in jasmin.cfg |
Can you help me with this sir? |
You should ensure sms_submit_log up and running and connecting to rabbitmq which works with jasmin gateway. |
Once I send sms I get like this.
Hi, can you please take a look at this file? I am use same server for jasmin_web_panel and sms_submit_log. In this server, I have installed rabbitmq. I didn't do any configuration for rabbitmq just installed it and used it. Please let me know if I did anything wrong. This is my .env file for submi_log
|
Hi,
Have installed jasmin-submit-logs and is running(seen in jasmin-web-panel).
Problem: not seeing anything being written to submit_log table, when send SMS. Do see in jasmin log files.
Anything you can point to ?
jasmin_web_db=# select * from submit_log;
id | msgid | source_connector | routed_cid | source_addr | destination_addr | rate | pdu_count | short_message | binary_message | status | uid | trials | created_at
| status_at
(0 rows)
The text was updated successfully, but these errors were encountered: