python-gammu
python-gammu copied to clipboard
Python bindings for Gammu
Some alarms system only receive SMS in text mode and gammu seems to always default to send in PDU mode. Is there a way to expose or force text mode...
Is it posible to implement call functionality for python api? This would be a big improvement for self developped sms gateways. Kind regards, Thomas
NetworkCode is "240 24" and I would think it should populate NetworkName from https://wammu.eu/tools/networks/ but it does not. Am I doing something wrong maybe? Also would like to know if...
When using SMS callbacks with a [SIM800C modem](https://www.amazon.com/SIM800C-Wireless-Quad-Band-Communication-Transmission/dp/B087Z6F953/ref=pd_ybh_a_1?_encoding=UTF8&psc=1&refRID=PMR9ZDS9VW0PXJ117DSB), the call to ReadDevice crash the process: [gammu/src/gammu.c:430](https://github.com/gammu/python-gammu/blob/master/gammu/src/gammu.c#L430) ``` Fatal Python error: Segmentation fault Current thread 0x00007fd295440700 (most recent call first): File...
**To replicate:** 1. Install gammu-smsd (and gammu if needed) 1. Install or compile the binary distribution of python-gammu 1. Prepare a working gammu-smsdrc -file (depending on the distro) 1. Run...
@nijel I'm trying to send ussd codes, using a worker, but noticed that the charset choosen or set by gammu is HEX Even though i have the features = USSD_GSM_CHARSET...
Hi Guys, I've been trying out python-gammu the last couple off days, and noticed a delay in the ussd response when using the service_numbers example. The response is -+ 17...
Many phones use surrogates to encode higher plane unicode chars and this gets passed through Gammu and python-gammu to Python unicode string. The problem is that these are not allowed...
Installed gammu 1.38.5/1.40.1, builded with postgresql. But python-gammu 2.12 fail tests: ``` test_inject (test.test_smsd.SMSDDummyTest) ... Fri 2019/11/01 15:50:09 python-gammu[23837]: Using SQL service Fri 2019/11/01 15:50:09 python-gammu[23837]: Configuring Gammu SMSD... Fri...