We are using Kannel for qouite a bit now. In the last days, there is something weird going on. Out of lets say 10 send sms, there are almost all signed as send sms, but few of them are failed sms. But mos of all, there are some sms messages, that were signed as send sms, but not delivered. We are using dlr reports. So, 10 send sms, 2 failed, 6 delivered to (different) numbers and then we got only 4 dlr reports. ??? What is going on here? I have no clue... Can anyone help please?
We are using Debian woody stable in IBM server, working bearerbox and smsbox localy. Using Siemens MC35 modem on serial port with at2 config for MT35.
The server is working non-sop for three months now, and before that was no problem...
Conf attached with some localhost-access log.
Thank you for any answer in advance!
Best regards,
Nejc Menard GENERA Lynx d.o.o.
----------------------------------------------------------------------------------------------------------------------
# kannel.conf
group = core admin-port = 13000 admin-password = xxxxxx smsbox-port = 13001 log-file = "/var/log/kannel/bearerbox.log" log-level = 0 box-allow-ip = "*" unified-prefix = "-,+38641,041;-,+38631,031;-,+38640,040;-,+38670,070;" access-log= "/var/log/kannel/kannel-access.log" store-file = "/tmp/kannel/storeSMS.file"
group = smsbox bearerbox-host = localhost sendsms-port = 13005 sendsms-chars = "0123456789+- " global-sender = xxxxxxxxx access-log = "/var/log/kannel/kannel-sms-access.log" log-file = "/var/log/kannel/smsbox.log" log-level = 0
# set up the siemenns MC35 terminal modem
group = smsc smsc = at2 smsc-id = "modem000" modemtype = siemens_tc35 device = /dev/ttyS0 speed = 19200 pin = xxxx
sms-center = +38641001333 include = "/etc/modems.conf"
group = sms-service
keyword = default
get-url= "http://genera.cust.moj.net/php/getsms2.php?to=%p&from=%P&time=%t&text=%a&type=sms"
accept-x-kannel-headers = true
max-messages= 0
concatenation= true
group = sendsms-user username = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx password = xxxxxxxxxxxxxxxx
group = mysql-connection id = mydlr host = localhost mysql-username = genera mysql-password = maroko database = gl_wap
group = dlr-db id = mydlr table = dlr1 field-smsc = smsc field-timestamp = ts field-destination = destination field-service = service field-url = url field-mask = mask field-status = status
---------------------------------------------------------------------------------------------------------------------- # bearerbox.log
2003-07-10 13:10:58 [0] INFO: ----------------------------------------
2003-07-10 13:10:58 [0] INFO: Kannel bearerbox II version 1.2.1 starting
2003-07-10 13:10:58 [0] INFO: Loading store file /tmp/kannel/storeSMS.file
2003-07-10 13:10:58 [0] INFO: Store-file size 0, starting to unpack
2003-07-10 13:10:58 [0] INFO: Retrieved 0 messages, non-acknowledged messages: 0
2003-07-10 13:10:58 [0] INFO: MAIN: Start-up done, entering mainloop
2003-07-10 13:10:58 [6] INFO: AT2[modem000]: opening device
2003-07-10 13:10:58 [6] DEBUG: AT2[modem000]: device opened
2003-07-10 13:10:58 [0] DEBUG: AT2[modem000]: start called
2003-07-10 13:10:58 [7] DEBUG: sms_router: time to sleep
2003-07-10 13:10:58 [7] DEBUG: sms_router: list_len = 0
2003-07-10 13:10:58 [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function)
2003-07-10 13:10:58 [8] INFO: Client connected from <127.0.0.1>
2003-07-10 13:10:58 [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender)
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: device opened
2003-07-10 13:10:59 [6] INFO: AT2[modem000]: init device
2003-07-10 13:10:59 [6] INFO: AT2[modem000]: speed set to 19200
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT&F^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> ATE0^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- ATE0
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT\Q3^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT+CPIN?^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- +CPIN: READY
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT+CMGF=0^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT+CSMS=?^M
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- +CSMS: (0,1)
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:10:59 [6] INFO: AT2[modem000]: Phase 2+ is supported
2003-07-10 13:10:59 [6] DEBUG: AT2[modem000]: --> AT+CSMS=1^M
2003-07-10 13:11:00 [6] DEBUG: AT2[modem000]: <-- +CSMS: 1,1,1
2003-07-10 13:11:00 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:11:00 [6] DEBUG: AT2[modem000]: --> AT+CNMI=1,2,0,1,1^M
2003-07-10 13:11:00 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:11:00 [6] INFO: AT2[modem000]: AT SMSC successfully opened.
2003-07-10 13:11:52 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: --> AT+CMGS=20^M
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: --> 0011000B918346413312F80000A706F4B2BC4CA703
2003-07-10 13:11:54 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:11:56 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:11:56 [6] DEBUG: AT2[modem000]: <-- +CMGS: 52
2003-07-10 13:11:56 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:11:56 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:11:56 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:13:03 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: --> AT+CMGS=21^M
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: --> 0031000B918356410408F70000A707D26290080A2601
2003-07-10 13:13:04 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:13:06 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:13:06 [6] DEBUG: AT2[modem000]: <-- +CMGS: 53
2003-07-10 13:13:06 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:13:06 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:13:06 [6] DEBUG: Adding DLR smsc=modem000, ts=53, src=051442000, dst=0038651440807, mask=1
2003-07-10 13:13:06 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: <-- 07918346011033F306350B918356410408F7307001310140003070013101800000
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <53>:
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38651440807>
2003-07-10 13:13:13 [6] DEBUG: Looking for DLR smsc=modem000, ts=53, dst=+38651440807, type=1
2003-07-10 13:13:13 [6] DEBUG: created DLR message for URL <http://genera.cust.moj.net/php/insert.php?smsc=%i&text=%a&time=%t&source=%p&destination=%P&service=%n&status=%d&dreport=%A&coding=%c&charset=%C&udh=%u>
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:13:13 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 13:13:13 [8] DEBUG: boxc_receiver: got ack
2003-07-10 13:13:13 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:34:41 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: --> AT+CMGS=18^M
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A704F4F29C0E
2003-07-10 13:34:43 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:34:48 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:34:48 [6] DEBUG: AT2[modem000]: <-- +CMGS: 54
2003-07-10 13:34:48 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:34:48 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:34:48 [6] DEBUG: Adding DLR smsc=modem000, ts=54, src=051442000, dst=0038641433218, mask=4
2003-07-10 13:34:48 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: <-- 07918346011033F306360B918346413312F8307001311374003070013113050000
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <54>:
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 13:34:55 [6] DEBUG: Looking for DLR smsc=modem000, ts=54, dst=+38641433218, type=1
2003-07-10 13:34:55 [6] DEBUG: ignoring DLR message because of mask
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: Received delivery notification but can't find that ID in the DLR storage
2003-07-10 13:34:55 [6] DEBUG: System error 1: Operation not permitted
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:34:55 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:35:19 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: --> AT+CMGS=18^M
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A704F4F29C0E
2003-07-10 13:35:21 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:35:24 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:35:24 [6] DEBUG: AT2[modem000]: <-- +CMGS: 55
2003-07-10 13:35:24 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:35:24 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:35:24 [6] DEBUG: Adding DLR smsc=modem000, ts=55, src=051442000, dst=0038641433218, mask=1
2003-07-10 13:35:24 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: <-- 07918346011033F306370B918346413312F8307001312322003070013123620000
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <55>:
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 13:40:37 [6] DEBUG: Looking for DLR smsc=modem000, ts=55, dst=+38641433218, type=1
2003-07-10 13:40:37 [6] DEBUG: created DLR message for URL <http://genera.cust.moj.net/php/insert.php?smsc=%i&text=%a&time=%t&source=%p&destination=%P&service=%n&status=%d&dreport=%A&coding=%c&charset=%C&udh=%u>
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:40:37 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 13:40:37 [8] DEBUG: boxc_receiver: got ack
2003-07-10 13:40:37 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:40:37 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:46:35 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: --> AT+CMGS=19^M
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A705F4F29C3E03
2003-07-10 13:46:37 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:46:42 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:46:42 [6] DEBUG: AT2[modem000]: <-- +CMGS: 56
2003-07-10 13:46:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:46:42 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:46:42 [6] DEBUG: AT2[modem000]: sending DLR type ACK
2003-07-10 13:46:42 [6] DEBUG: Adding DLR smsc=modem000, ts=56, src=051442000, dst=0038641433218, mask=30
2003-07-10 13:46:42 [1] DEBUG: Dumping 1 messages and 0 acks to store
2003-07-10 13:46:42 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 13:46:42 [8] DEBUG: boxc_receiver: got ack
2003-07-10 13:51:34 [0] WARNING: Killing signal received, shutting down...
2003-07-10 13:51:34 [0] DEBUG: Shutting down Kannel...
2003-07-10 13:51:34 [0] DEBUG: shutting down smsc
2003-07-10 13:51:34 [0] DEBUG: AT2[modem000]: Shutting down SMSCConn, slow
2003-07-10 13:51:34 [0] DEBUG: shutting down udp
2003-07-10 13:51:34 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:51:34 [1] DEBUG: Thread 1 (gw/bb_store.c:store_cleanup) terminates.
2003-07-10 13:51:34 [8] INFO: Connection closed by the box <127.0.0.1>
2003-07-10 13:51:36 [6] INFO: AT2[modem000]: closing device
2003-07-10 13:51:36 [6] DEBUG: Thread 6 (gw/smsc/smsc_at2.c:at2_device_thread) terminates.
2003-07-10 13:51:36 [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) terminates.
2003-07-10 13:51:36 [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) terminates.
2003-07-10 13:51:36 [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) terminates.
2003-07-10 13:51:37 [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) terminates.
2003-07-10 13:51:37 [0] INFO: All flow threads have died, killing core
2003-07-10 13:51:37 [4] DEBUG: HTTP: No clients with requests, quitting.
2003-07-10 13:51:37 [4] DEBUG: Thread 4 (gw/bb_http.c:httpadmin_run) terminates.
2003-07-10 13:51:37 [0] DEBUG: Waiting for 3 (gwlib/http.c:server_thread) to terminate
2003-07-10 13:51:37 [3] DEBUG: Thread 3 (gwlib/http.c:server_thread) terminates.
2003-07-10 13:51:37 [2] DEBUG: Thread 2 (gwlib/fdset.c:poller) terminates.
2003-07-10 13:51:37 [0] DEBUG: final clean-up for SMSCConn
2003-07-10 13:51:37 [0] INFO: Total WDP messages: received 0, sent 0
2003-07-10 13:51:37 [0] INFO: Total SMS messages: received 3, sent 5
2003-07-10 13:51:37 [0] DEBUG: Immutable octet strings: 267.
2003-07-10 13:51:40 [0] INFO: Added logfile `/var/log/kannel/bearerbox.log' with level `0'.
2003-07-10 13:51:40 [0] INFO: Started access logfile `/var/log/kannel/kannel-access.log'.
2003-07-10 13:51:40 [0] DEBUG: Started thread 1 (gw/bb_store.c:store_cleanup)
2003-07-10 13:51:40 [0] DEBUG: HTTP: Opening server at port 13000.
2003-07-10 13:51:40 [0] DEBUG: Started thread 2 (gwlib/fdset.c:poller)
2003-07-10 13:51:40 [0] DEBUG: Started thread 3 (gwlib/http.c:server_thread)
2003-07-10 13:51:40 [0] DEBUG: Started thread 4 (gw/bb_http.c:httpadmin_run)
2003-07-10 13:51:40 [0] DEBUG: starting smsbox connection module
2003-07-10 13:51:40 [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run)
2003-07-10 13:51:40 [0] INFO: AT2[modem000]: configuration shows modemtype <siemens_tc35>
2003-07-10 13:51:40 [0] DEBUG: AT2[modem000]: Reading modem definitions from </etc/kannel/kannel.conf>
2003-07-10 13:51:40 [0] DEBUG: Loading include file `/etc/modems.conf' (on line 55 of file /etc/kannel/kannel.conf).
2003-07-10 13:51:40 [0] DEBUG: AT2[modem000]: Found <10> modems in config
2003-07-10 13:51:40 [0] INFO: AT2[modem000]: read modem definition for <Siemens TC35>
2003-07-10 13:51:40 [0] DEBUG: Started thread 6 (gw/smsc/smsc_at2.c:at2_device_thread)
2003-07-10 13:51:40 [0] DEBUG: Started thread 7 (gw/bb_smscconn.c:sms_router)
2003-07-10 13:51:40 [0] INFO: ----------------------------------------
2003-07-10 13:51:40 [0] INFO: Kannel bearerbox II version 1.2.1 starting
2003-07-10 13:51:40 [0] INFO: Loading store file /tmp/kannel/storeSMS.file
2003-07-10 13:51:40 [0] INFO: Store-file size 0, starting to unpack
2003-07-10 13:51:40 [0] INFO: Retrieved 0 messages, non-acknowledged messages: 0
2003-07-10 13:51:40 [0] INFO: MAIN: Start-up done, entering mainloop
2003-07-10 13:51:40 [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function)
2003-07-10 13:51:40 [6] INFO: AT2[modem000]: opening device
2003-07-10 13:51:40 [6] DEBUG: AT2[modem000]: device opened
2003-07-10 13:51:40 [0] DEBUG: AT2[modem000]: start called
2003-07-10 13:51:40 [7] DEBUG: sms_router: time to sleep
2003-07-10 13:51:40 [7] DEBUG: sms_router: list_len = 0
2003-07-10 13:51:40 [8] INFO: Client connected from <127.0.0.1>
2003-07-10 13:51:40 [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender)
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: device opened
2003-07-10 13:51:41 [6] INFO: AT2[modem000]: init device
2003-07-10 13:51:41 [6] INFO: AT2[modem000]: speed set to 19200
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: --> AT^M
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: --> AT&F^M
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: --> ATE0^M
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: <-- ATE0
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: --> AT\Q3^M
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:41 [6] DEBUG: AT2[modem000]: --> AT+CPIN?^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- +CPIN: READY
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: --> AT+CSCA="+38641001333"^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: --> AT+CMGF=0^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: --> AT+CSMS=?^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- +CSMS: (0,1)
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] INFO: AT2[modem000]: Phase 2+ is supported
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: --> AT+CSMS=1^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- +CSMS: 1,1,1
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: --> AT+CNMI=1,2,0,1,1^M
2003-07-10 13:51:42 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:42 [6] INFO: AT2[modem000]: AT SMSC successfully opened.
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: <-- 07918346011033F306380B918346413312F8307001313404003070013134340000
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <56>:
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 13:51:55 [6] DEBUG: Looking for DLR smsc=modem000, ts=56, dst=+38641433218, type=1
2003-07-10 13:51:55 [6] DEBUG: DLR not found!
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: Received delivery notification but can't find that ID in the DLR storage
2003-07-10 13:51:55 [6] DEBUG: System error 1: Operation not permitted
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:51:55 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:51:56 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: --> AT+CMGS=19^M
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A705F4F29C3E03
2003-07-10 13:51:57 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:51:59 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: <-- +CMGS: 57
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:52:01 [6] DEBUG: Adding DLR smsc=modem000, ts=57, src=051442000, dst=0038641433218, mask=1
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: --> AT+CMGS=19^M
2003-07-10 13:52:01 [1] DEBUG: Dumping 1 messages and 0 acks to store
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A705F4F29C3E03
2003-07-10 13:52:01 [8] DEBUG: boxc_receiver: sms received
2003-07-10 13:52:01 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: <-- +CMGS: 58
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:52:08 [6] DEBUG: Adding DLR smsc=modem000, ts=58, src=051442000, dst=0038641433218, mask=1
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: --> AT+CMGS=19^M
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: --> 0031000B918346413312F80000A705F4F29C3E03
2003-07-10 13:52:08 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- +CMGS: 59
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- 07918346011033F302390B918346413312F8307001318475003070013194100000
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <57>:
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 13:52:17 [6] DEBUG: Looking for DLR smsc=modem000, ts=57, dst=+38641433218, type=1
2003-07-10 13:52:17 [6] DEBUG: created DLR message for URL <http://genera.cust.moj.net/php/insert.php?smsc=%i&text=%a&time=%t&source=%p&destination=%P&service=%n&status=%d&dreport=%A&coding=%c&charset=%C&udh=%u>
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:52:17 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 13:52:17 [8] DEBUG: boxc_receiver: got ack
2003-07-10 13:52:17 [1] DEBUG: Dumping 1 messages and 0 acks to store
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 13:52:17 [6] DEBUG: Adding DLR smsc=modem000, ts=60, src=051442000, dst=0038641433218, mask=1
2003-07-10 13:52:17 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: <-- 07918346011033F3023A0B918346413312F8307001319450003070013194110000
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <58>:
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 13:57:34 [6] DEBUG: Looking for DLR smsc=modem000, ts=58, dst=+38641433218, type=1
2003-07-10 13:57:34 [6] DEBUG: created DLR message for URL <http://genera.cust.moj.net/php/insert.php?smsc=%i&text=%a&time=%t&source=%p&destination=%P&service=%n&status=%d&dreport=%A&coding=%c&charset=%C&udh=%u>
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 13:57:34 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 13:57:34 [8] DEBUG: boxc_receiver: got ack
2003-07-10 13:57:34 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 13:57:34 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: <-- 07918346011033F3063B0B918346413312F8307001319421003070013194710000
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <59>:
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641433218>
2003-07-10 14:02:48 [6] DEBUG: Looking for DLR smsc=modem000, ts=59, dst=+38641433218, type=1
2003-07-10 14:02:48 [6] DEBUG: DLR not found!
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: Received delivery notification but can't find that ID in the DLR storage
2003-07-10 14:02:48 [6] DEBUG: System error 1: Operation not permitted
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 14:02:48 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 14:03:44 [8] DEBUG: boxc_receiver: sms received
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: TP-Validity-Period: 24.0 hours
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: --> AT+CMGS=21^M
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: send command status: 1
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: --> 0031000B918346415132F90000A707D26290080A2601
2003-07-10 14:03:46 [6] DEBUG: AT2[modem000]: --> ^Z
2003-07-10 14:03:50 [6] DEBUG: AT2[modem000]: <-- >
2003-07-10 14:03:50 [6] DEBUG: AT2[modem000]: <-- +CMGS: 60
2003-07-10 14:03:50 [6] DEBUG: AT2[modem000]: <-- OK
2003-07-10 14:03:50 [6] DEBUG: AT2[modem000]: send command status: 0
2003-07-10 14:03:50 [6] DEBUG: Adding DLR smsc=modem000, ts=60, src=051442000, dst=0038641415239, mask=1
2003-07-10 14:03:50 [1] DEBUG: Dumping 0 messages and 0 acks to store
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: <-- +CDS: 25
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: <-- 07918346011033F3063C0B918346415132F9307001410074003070014100250000
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: got STATUS-REPORT for message <60>:
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: Numeric receiver (international) <+38641415239>
2003-07-10 14:04:00 [6] DEBUG: Looking for DLR smsc=modem000, ts=60, dst=+38641415239, type=1
2003-07-10 14:04:00 [6] DEBUG: created DLR message for URL <http://genera.cust.moj.net/php/insert.php?smsc=%i&text=%a&time=%t&source=%p&destination=%P&service=%n&status=%d&dreport=%A&coding=%c&charset=%C&udh=%u>
2003-07-10 14:04:00 [9] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-07-10 14:04:00 [8] DEBUG: boxc_receiver: got ack
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: --> AT+CNMA^M
2003-07-10 14:04:00 [6] DEBUG: AT2[modem000]: <-- OK
