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%
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.
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.