English 中文(简体)
gammu- smsd SQL 查询自定义
原标题:gammu-smsd SQL Query Customization

我对 Gammu smsd-damon 有个问题。 我想自定义一些 Mysql 查询, 将一些内容写入我的数据库 。

I found this http://wammu.eu/docs/manual/smsd/sql.html#gammu-smsd-sql

所以我把这条线加到我的配置中:

[sql]

rerefresh>rephone_state= " UPDATE state set set ignal _%2, batter 哪里 id

然后,我杀了所有的剧情 并重新启动了剧情, 但复习电话状态总是一样, 我的表状态从未被感动过:

May 24 18:43:01 debian gammu-smsd[2567]: 执行SQL: UpDATE phones SET Timeout (NOW()+INTEVAL 10 second)+0, Batter 0, Signal Signal <_57 > Where IMEI 3544830290166862

My config file is this: http://pastie.org/pastes/3961819/text?key=kbkpmkalyybediaqxfb1a

我错了什么?

最佳回答

我发现了问题,我用了Debian Stability的 Gammu, 所以我有一个更老的版本。

自定义 sql 查询自此版本 : 20101202 - 1.28.93

问题回答

暂无回答




相关问题
BlackBerry - Reminder and SMS feature implementation

I am developing on BlackBerry 4.7 Storm device. Reminder: My application will allow user to enter data and set Date&Time to remind the notes. Can someone please suggest me how do i handle "...

Java SMS API for Modem [closed]

I need a Java API that i can use to receive and send SMS messages. I already know of SMSLIB, but am wondering if there is a better one out there.

How to find unread sms messages in windows mobile

I need to find if there are any unread SMS on a windows mobile 6 smartphone. I know about message interception, but thats not what I need: I already know if I receive an sms, but now I need to know ...

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...