Re: modem init

2015-07-09 Thread Alvaro Cornejo
Hi What happens after the error? Does sequence restart or just continue with the process? It is not clear where the error comes from. CSMS. Looks like kannel sending commands before waiting for the answer. Can you post your modem config? Regards Alvaro

Re: modem init

2015-07-09 Thread Torsten Parschau
unfortunately, it stops... Looks like kannel doesn't wait long enough for the complete answer. +++modems.conf+++ group = modems id = ct63 name = CT63 Terminal detect-string = CT63 init-string = AT+CNMI=3,2,0,1,1;+CMEE=1 speed = 19200 enable-hwhs = AT\\Q3 need-sleep = true reset-string =

Re: generic error after init device (AT+CSMS=?) only version = 1.4.4

2015-07-09 Thread Alvaro Cornejo
Hi Add +CMEE=1 or 2 to modem init config to get more detailed info from modem. Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y

Re: modem init

2015-07-09 Thread Torsten Parschau
hi, changed the config, like suggested. no error, but still not waiting for the complete response: 2015-07-09 17:32:00 [10059] [6] DEBUG: AT2[modem]: -- AT+CSMS=?^M 2015-07-09 17:32:00 [10059] [6] DEBUG: AT2[modem]: -- OK - 2015-07-09 17:32:00 [10059] [6] DEBUG: AT2[modem]: -- AT+CMEE=1^M

Re: modem init

2015-07-09 Thread Alvaro Cornejo
Hi Try with a minimum config and then add one command at a time. This might help you find which command have the problem. I've added the command to have kannel wait in between commands. Have doubled the time in first try. You can finetune it once you get the right config. +++modems.conf+++ group

Re: modem init

2015-07-09 Thread Torsten Parschau
kannel sends AT+CSMS=? modem responds: +CSMS: (0,1) OK But the next kannel command (AT+CMEE=1) is sent, before OK (3rd line) is received... So, no AT+CSMS=1 will be sent... regards Torsten Am 09.07.2015 um 17:54 schrieb Alvaro Cornejo: Hi What do you mean by ...still not waiting for the

Re: modem init

2015-07-09 Thread Alvaro Cornejo
Hi What do you mean by ...still not waiting for the complete response.. ? If there are no errors now, try adding command by command or removing the sendline-sleep to find the origin of the problem. Regards Alvaro

Re: modem init

2015-07-09 Thread Alvaro Cornejo
Hi What if you add ;CSMS=1 at the end of the init-string? Regards |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en

Messages not getting deleted on modem

2015-07-09 Thread Arya Farzan
I have a Huawei E220 and from time to time I see the following messages, and sometimes I see the log mesaages below. If I recieve lots of messages the modem stops working and responds with SMMEMFULL:SM Are there any workarounds for this? group = modems id = generic name = Huawei E220

question about postgresql dlr storage

2015-07-09 Thread Marcin Matyaszczyk
Hello we have a problem with Postgresql DLR storage, when we try to send sms with source field containing ' character we've got an error: 2015-04-02 10:18:51 CEST STATEMENT: INSERT INTO dlr (smsc, ts, source, destination, service, url, mask, boxc, status) VALUES ('smpp3', '',

generic error after init device (AT+CSMS=?) only version = 1.4.4

2015-07-09 Thread Torsten Parschau
Hello, with version 1.4.3 everything works great. With version 1.4.4 (even actual svn) we get get a generic error, after AT+CSMS=?^M. As you can see the modem responds (AT+CSMS=?) correctly, but the command AT+CNMI=3,2,0,1,1 should be after the complete response, not in the middle:

Re: Huawei E220 not reliable enough, please recommend something for high volume.

2015-07-09 Thread Alvaro Cornejo
Hi You don't need to recompile kannel. just adjust your modem config Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el

Re: ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

2015-07-09 Thread Torsten Parschau
Hi, i tried, but the error occurs *before *the modem gets initialized Regards Torsten Am 09.07.2015 um 16:17 schrieb Alvaro Cornejo: Hi Add +CMEE=1 or 2 to modem init config to get more detailed info from modem. Regards Alvaro

RE: Huawei E220 not reliable enough, please recommend something for high volume.

2015-07-09 Thread Vinicio Cruz
Agree with Alvaro, don’t need to recompile kannel just add it. From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] Sent: Thursday, July 09, 2015 7:40 AM To: Arya Farzan Cc: Vinicio Cruz; users Subject: Re: Huawei E220 not reliable enough, please recommend something for high volume. Hi