Добрый день.Пробую настроить kannel (версии 1.5). Пока что под руками телефон Нокия Е52 + USB cabel.
Отправлять смс - прекрасно отправляет, но вот принять смс (или даже уведомление о доставке (DLR)) - не получается ни в какую.
Нашел еще такие материалы:
http://www.developershome.com/sms/checkCommandSupport3.asp
/*****************************************************************************/
For Receiving and Reading SMS Messages
To receive and read SMS messages via AT commands, the GSM/GPRS modem or mobile phone has to support the AT command +CNMI (command name in text: New Message Indications to TE. TE stands for Terminal Equipment, which is the equipment that controls the GSM/GPRS modem or mobile phone. For example, a PC / computer), +CMGL (command name in text: List Messages), or +CMGR (command name in text: Read Messages).
The AT command +CNMI is used to specify how newly arrived SMS messages should be handled. You can tell the GSM/GPRS modem or mobile phone either to forward newly arrived SMS messages directly to the PC, or to save them in message storage and then notify the PC about their locations in message storage.
The AT command +CMGL is used to read all SMS messages that have a certain status (e.g. "received unread", "received read", etc) from the message storage area, while the AT command +CMGR is used to read the SMS message saved at a certain location of the message storage area.
/*******************************************************************************/
Телефон видитсья как устройство в ОС (RHEL5) /dev/ttyACM0
Присоединяюсь для проверки через minicom, на команду AT+CNMI? выдает ERROR
На этом пока что остановился.
Может ли кто посоветовать реально рабочий gsm modem с ПРИЕМОМ СМС и с ПРИЕМОМ DLR под работу с kannel? Подойдет даже простой usb gsm modem.
Получилось ли у кого сопряч Нокию с kannel?
Заранее спасибо за советы!