You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get the callback to fire on incoming SMS. I can see the received SMS when I call GetNextSMS but the callback never fires. The callback does not fire for incoming calls either, but it does work for replies to USSD requests.
I attached the modified incoming.py example which reproduces the problem on my system and the debug log. From the output, the SMS is received but the callback is never called:
Press Ctrl+C to interrupt
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Received new SMS
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Signal is at 48%
Received new SMS
Signal is at 48%
Signal is at 48%
Signal is at 48%
I can't get the callback to fire on incoming SMS. I can see the received SMS when I call GetNextSMS but the callback never fires. The callback does not fire for incoming calls either, but it does work for replies to USSD requests.
I attached the modified incoming.py example which reproduces the problem on my system and the debug log. From the output, the SMS is received but the callback is never called:
Any idea where the problem might be?
Thanks.
incoming.py.txt
gammu.dbg.txt
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: