Skip to content
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

Add button to process incoming message (in inbox) #523

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

tenzap
Copy link
Collaborator

@tenzap tenzap commented Oct 29, 2024

This is to check for unprocessed messaged that are waiting in the table Inbox of the gammu-smsd DB

@tenzap tenzap force-pushed the feature-205-ProcessIncomingUI branch from e2ba8b9 to b505a59 Compare October 29, 2024 22:19
This is to check for unprocessed messaged that are waiting in the table Inbox of the gammu-smsd DB
- set working-dir for composer
- utils/check_translation.php: fix path to vendor/autoload.php
- utils/composer.json: add missing nikic/php-parser
@tenzap tenzap force-pushed the feature-205-ProcessIncomingUI branch from 2ff692a to 7ff6f05 Compare October 29, 2024 22:35
@kingster
Copy link
Collaborator

What is the difference between this and the refresh button that exists refresh_button ?

@tenzap
Copy link
Collaborator Author

tenzap commented Nov 27, 2024

Normally (if everything is well configured) the Daemon.php (which processes the new SMS that gammu has inserted in the db) is triggered in the backgroud by gammu-smsd (with its runonreceive directive) and the refresh button just updates the UI with the content of the database.

The new button will also trigger the daemon before refreshing the UI.

If the Daemon is not run, the messages don't appear in the UI, although they are in the db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants