Questions tagged [gammu]

Gammu is an abstraction layer to work with different cell phones from different vendors (including Nokia, Sony-Ericsson, Motorola, Samsung, Siemens, Huawei and others).

Wammu is built on Gammu library, which provides abstraction layer to work with different cell phones from different vendors (including Nokia, Sony-Ericsson, Motorola, Samsung, Siemens, Huawei and others).

Useful Links

134 questions
1
vote
1 answer

How to configure gammu-smsd with mysql

I'm trying to start the gammu sms service, when I run it with simple archives, it runs fine, but when I try to run it with the mysql database, it shows this error: Error code: 2002, Error: Can't connect to local MySQL server through socket…
Developer
  • 417
  • 2
  • 7
  • 17
1
vote
1 answer

How do I set up and test Gammu RunOnFailure script

Gammu documentation related to gammu-smsdrc config says RunOnFailure New in version 1.28.93. Executes a program on failure. This can be used to proactively react on some failures or to interactively detect failure of sending message. The program…
Naveed
  • 522
  • 6
  • 22
1
vote
1 answer

GAMMU -- Identify: not a valid win32 application

I downloaded from official site and installed latest version of Gammu for windows. The set-up runs just fine like any other exe I have ever installed. Then, when I try to call the command as instructed in the official guide I get this message:…
John Galassi
  • 309
  • 2
  • 16
1
vote
1 answer

Gammu send sms using two or more java app from ssh at the same time

I'm using gammu to send sms, and I was wondering if it is possible to send messages at the same time using two or more computer with java app. I tried it 10 times and 1 out of 10 times the message successfully sent from both computer. 9 times only…
1
vote
1 answer

How to execute a shell_exec command from the cloud to my localhost

i am making a SMS sending website and im using Gammu as my local sms gateway, it is working fine in my localhost base on the php code i am using which is: echo shell_exec('"C:\Gammu\bin\gammu.exe" --sendsms TEXT +'.$row["mobilenum"].' -text…
1
vote
0 answers

Gammu: RunOnReceive script returns "Process failed with exit status 1"

I'm trying to make my raspberry working sending and receiving sms. Send works fine. I'm not able to handle the receive message. I followed all guides I found on the web but still something wrong. This is the gammu.log: Thu 2017/06/22 00:40:30…
Andrea Guglielmi
  • 197
  • 2
  • 15
1
vote
2 answers

send sms with variable in gammu [python]

Im trying to send a variable in an sms using gammu. Im using the gammu smsd runonreceive to run a python script when I send a message to my raspberry pi from my phone. This is what the script looks like. #!/usr/bin/python import os os.system("sh…
1
vote
0 answers

PHP pagination. End array has different number of values than the initial query

Up until now I've always been limiting my pages for any pagination simply using MySQL LIMIT. It's been performing well. However... Now I've written an application that grabs the data from 3 separate MySQL tables, after that I'm using…
Adam
  • 49
  • 5
1
vote
0 answers

Gammu: can not access sim card

I tried to use a Huawei E173 on my Raspberry Pi 3 and so far it kind of worked. When I run sudo gammu getsecuritystatus it says that I have to enter my SIM-PIN. When I do so it says that everything is ok when putting the command, however, when I now…
Patrick
  • 11
  • 3
1
vote
1 answer

injecting AT command to gammu SMS daemon

I need to do call diverts(redirects) on SIM card which is used by gammu sms daemon all the time. The divert operation can be done few times per day. Gammu sms daemon is occupying communication with GSM modem 24h/day. I cannot send any AT command to…
1
vote
1 answer

How to send message more than 160 characters in gammu using C#

i have try sent sms in gammu... it's simple just store data to outbox table and gammu will be automatic sent sms. My problem ins when my message more than 160 characters (ex. 170) My message is truncated (just sent 160 characters only).. i have try…
aminvincent
  • 553
  • 1
  • 12
  • 43
1
vote
1 answer

Cannot find gammu database schema

I am trying to configure kalkun application. I have configure all the thing by following steps but I am not able to configure kalkun. I followed below steps: sudo apt-get install gammu gammu-smsd sudo gammu-config sudo gammu-config [gammu] port =…
Piyush Chaudhari
  • 962
  • 3
  • 19
  • 41
1
vote
1 answer

gammu sendsms return error 29

i am currently working on a SMS gateway project. running on ubuntu 13.04 and using gammu. installed and configured gammu and then i used gammu --identify and the result was Device : /dev/ttyUSB0 Manufacturer : Wavecom Model …
mabbs
  • 107
  • 3
  • 4
  • 14
1
vote
2 answers

Start gammu with parameters

I would like to use gammu to send text messages with address and message, but I have a problem with the gammu parameters. If I start only the program it runs (string cmd1 = "c:\\G133\\bin\\gammu.exe ";). After adding parameters it gives this…
Zoltan
  • 63
  • 8
1
vote
2 answers

Gammu runonreceive doesnt passing variables

i want to configure my Rapsberry as a SMS Ping Pong Player. So i installed gammu-smsd and configured the gammu-smsdrc as follows: # Configuration file for Gammu SMS Daemon # Gammu library configuration, see gammurc(5) [gammu] # Please configure…
swapfile
  • 415
  • 2
  • 19
1 2
3
8 9