problems with queued msgs
"Beatrice Tamburrino" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there Im facing som serious problems while sending multiple messages from kannel to the provider. I have a Kannel release 1.4.3 working on a customer server (cannot make now an update to 1.5.0) using EMI protocol I never had this problem since now: We send like 20 SMS in every 3 minutes, while the first package with 20 SMS has been sent correctly, the messages from the second package sent just stay in the queue of kannel! When I open the status file of kannel I see the messages queued (in the section SMSC connections) why is that? Has it something to do with the connection? I also saw that the messages queued where finally sent with a delay of 10-15 minutes... this is not acceptable for the customer because the message won't be important for them after 3 mint.. (firebrigade). Here my configuration (+using dlr storage = internal): group = smsc smsc = emi smsc-id = nvsmsgateway host = 138.XXX.XXX.XXX port = 4100 smsc-username = XXXXX smsc-password = XXXXXXXX keepalive = 1 idle-timeout = 60 my-number = XXXXX connect-allow-ip = 127.0.0.1 log-file = "/var/log/kannel/nvkannel_smsc.log" flow-control = 1 window = 8 wait-ack-expire = 0x00 And the bearerbox.log of the messages which havent been processed immediately: There arent any error messages.. 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a36fb8 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a369e0 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a41ca0 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a3a070 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a39ef0 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2011-05-27 09:25:32 [6516] [8] DEBUG: boxc_receiver: sms received 2011-05-27 09:25:32 [6516] [8] DEBUG: new split_parts created 0x9a41d60 2011-05-27 09:25:32 [6516] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1> smsbox.log: 2011-05-27 09:25:32 [6525] [2] DEBUG: HTTP: Creating HTTPClient for `192.168.xxx.yyy'. 2011-05-27 09:25:32 [6525] [2] DEBUG: HTTP: Created HTTPClient area 0x9ab8450. 2011-05-27 09:25:32 [6525] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <192.168.xxx.yyy> 2011-05-27 09:25:32 [6525] [3] INFO: sendsms used by <smsserver> 2011-05-27 09:25:32 [6525] [3] INFO: sendsms sender:<smsserver:CUSTOMER> (192.168.xxx.yyy) to:<079714xxxxxx> msg:<Text is here! Test test asdfasdfasdfasdfasdfasdfasdfa> 2011-05-27 09:25:32 [6525] [3] DEBUG: Stored UUID 35543236-36bf-4939-b447-073820745181 2011-05-27 09:25:32 [6525] [3] DEBUG: message length 281, sending 2 messages 2011-05-27 09:25:32 [6525] [3] DEBUG: Status: 202 Answer: <Sent. Message splits: 2> 2011-05-27 09:25:32 [6525] [3] DEBUG: Delayed reply - wait for bearerbox 2011-05-27 09:25:32 [6525] [0] DEBUG: Got ACK (0) of 35543236-36bf-4939-b447-073820745181 2011-05-27 09:25:32 [6525] [0] DEBUG: HTTP: Resetting HTTPClient for `192.168.xxx.yyy'. 2011-05-27 09:25:32 [6525] [1] DEBUG: HTTP: Destroying HTTPClient area 0x9ab8450. 2011-05-27 09:25:32 [6525] [1] DEBUG: HTTP: Destroying HTTPClient for `192.168.xxx.yyy'. 2011-05-27 09:25:32 [6525] [2] DEBUG: HTTP: Creating HTTPClient for `192.168.xxx.yyy'. 2011-05-27 09:25:32 [6525] [2] DEBUG: HTTP: Created HTTPClient area 0x9abfb18. 2011-05-27 09:25:32 [6525] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <192.168.xxx.yyy> 2011-05-27 09:25:32 [6525] [3] INFO: sendsms used by <smsserver> 2011-05-27 09:25:32 [6525] [3] INFO: sendsms sender:<smsserver:CUSTOMER> (192.168.xxx.yyy) to:<079714xxxxxx> msg:<Text is here! Test test asdfasdfasdfasdfasdfasdfasdfa> 2011-05-27 09:25:32 [6525] [3] DEBUG: Stored UUID 052bcc27-d376-43a9-b154-a766f9b3fdce 2011-05-27 09:25:32 [6525] [3] DEBUG: message length 281, sending 2 messages 2011-05-27 09:25:32 [6525] [3] DEBUG: Status: 202 Answer: <Sent. Message splits: 2> 2011-05-27 09:25:32 [6525] [3] DEBUG: Delayed reply - wait for bearerbox 2011-05-27 09:25:32 [6525] [0] DEBUG: Got ACK (0) of 052bcc27-d376-43a9-b154-a766f9b3fdce 2011-05-27 09:25:32 [6525] [0] DEBUG: HTTP: Resetting HTTPClient for `192.168.xxx.yyy'. the smsc.log There are no entries for the messages queued, but I saw this entries which are after a few messages sent successfully: 011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. 2011-05-27 09:28:02 [6516] [6] DEBUG: Set split msg status to 5 2011-05-27 09:28:02 [6516] [6] DEBUG: Parts of concatenated message failed. what does this mean?? I reallly can use any help from u! THANKS!!! cheers bea -- NEU: FreePhone - kostenlos mobil telefonieren! Jetzt informieren: http://www.gmx.net/de/go/freephone