问题标签 [gammu]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 使用 GCC 4 在 Mac OS X 中安装 gammu 时出现 LONG_BIT 错误
我正在尝试在运行 Snow Leopard 的 Mac 上安装 Python-Gammu。我使用 cmake 和 GCC 4 成功配置了 gammu,但在安装时出现此错误。它似乎表明 gcc 配置不正确,但我不确定对此能做些什么。
有没有其他人在mac上遇到过类似的GCC问题?
谢谢
c++ - 使用 gammu 时自动检测调制解调器端口
我想使用gammu在 C/C++ 中创建一个短信网关。
如何自动检测插入 PC 的调制解调器端口。有没有办法在 C/C++ 中做到这一点?
php - 如何使用 gammu/wammu 在短信中添加换行符
我在 PHP 中制作了一个自定义脚本,我正在使用 gammu/wammu 发送短信,但我无法弄清楚如何在短信中添加换行符。
我努力了
\n
\r
\t
0x0a
0x0d
&10;
但这些都不起作用。
sms - gammu-smsd SQL Query Customization
I've a Problem with the gammu smsd-daemon. I wan't to customize some mysql querys to write something into my database.
I found this http://wammu.eu/docs/manual/smsd/sql.html#gammu-smsd-sql
So I added this line to my config:
[sql]
refresh_phone_state = "UPDATE
stateset
signal='%2',
battery='%1' WHERE
id='1'"
Then I killed all smsd Instances and restarted the smsd-daemon but the refresh_phone_state is always the same, my table state is never touched:
May 24 18:43:01 debian gammu-smsd[2567]: Execute SQL: UPDATE
phonesSET
TimeOut= (NOW() + INTERVAL 10 SECOND)+0,
Battery= 0,
Signal= 57 WHERE
IMEI= '354483029016862'
My config file is this: http://pastie.org/pastes/3961819/text?key=kbkpmkalyybediaqxfb1a
What did I wrong?
sms - 如何在 GAMMU 中更改短信发件人号码?
我想问一下。我需要在 Gammu 中更改 SMS 发件人号码
可能吗?如果是,如何?
感谢您的任何建议。
我通过 wavecom fastrack GSM 调制解调器发送。
c - 无法在 Mac OS X 10.8.2 上编译 Gammu
我正在尝试在我的 Mac 机器上安装 Gammu。我已经安装了 cmake 以及 Apple Developer Command Line Tools。
当我跑步时./configure
,我得到以下信息:
当我运行时make
,我得到错误:
php - 通过php在gammu中打开设备错误
我正在尝试通过 php 中的 gammu 发送短信。当我在控制台中运行代码时,它运行良好,当我通过 exec 函数执行它时,它显示错误打开设备它不存在。任何帮助将不胜感激
php - 使用 getussd 的 gammu 检查余额已加密
我正在开发消息广播消息。
我在检查余额时遇到问题。响应如下:
如何阅读(解密)它?
sms-gateway - 在 Gammu smsd 文件配置方面需要帮助
我在 smsdrc 文件中编辑的内容:
但没有任何事情发生保存到 MySQL 数据库中,我正在使用带有 Wamp Server 的 Windows 7。
这个配置的哪一部分是错误的?
php - 在 php exec 中使用 gammu 时出错
我在 ubuntu 11 中成功安装了 gammu,并使用命令行发送短信。
echo "TEXTMESSAGE"
| gammu 发送短信 TEXT手机号码
我的问题是,当我在我的 php 脚本中使用 exec 函数时,我总是遇到以下错误:
谢谢您的帮助