Hi,
I've got a strange problem here and perhaps someone can point me to the
solution:
I use a Wavecom modem as SMSC, incoming SMS are sent to a local
php-script. For testing purposes it just resends the timestamp, number
and the body of the SMS.
The device is openend sucesfully by the bearerbox, smsbox is running
smoothly. Now it happens, that some SMS are re-send again and again. So
I send one SMS to the Computer, the answer is correct, but after a few
minutes I receive the same SMS again. Several time later, you guess, again!
I use the 1.4.0 from CVS (last thursday) with a 64bit-Xeon machine
running Ubuntu 5.04 Hoary.
Did someone ever experience this weird behaviour?
My ideas:
- bearerbox does not recognize that the answer was already sent,
- smsbox does either or
- (I hope this is the solution) my mobile service provider does not
recognize that the sms was already delivered to the Wavecom device and
therefore the problem has got nothing to do with kannel.
Sometimes I have got the "feeling" that this happens ehen the body of
the SMS contains nochars like @,.,; and so on. Perhaps this helps.
Any hints are appreciated!
greetz from Bonn,
Lars-Hendrik
PS: I included the important parts from the kannel.conf and the logfiles
for smsbox and bearerbox. These parts correspond directly to the weird
behaviour...
kannel.conf
*************************************
[....]
group = smsc
smsc-id = 2
smsc = at
modemtype = wavecom
device = /dev/ttyS0
#speed = 9600
#pin = 3520
sms-center = +4917107601001
sim-buffering = true
group = modems
id = wavecom
name = Wavecom
detect-string = "WAVECOM"
[....]
group = smsbox
bearerbox-host = localhost
sendsms-port = 13002
global-sender = +49160654321
[...]
# parse SMS
group = sms-service
keyword = R
get-url =
"http://user:[EMAIL PROTECTED]:8080/parse/parseSMS.php?gsmnum=%p&gsmtstamp=%t&gsmbody=%r"
max-messages = 3
concatenation = true
*************************************
Smsbox-Log
*************************************
2005-10-10 15:14:12 [8253] [4] INFO: Starting to service <R
all.ab.glokg.k> from <+49162123456> to <1234>
2005-10-10 15:14:12 [8253] [9] DEBUG: Parsing URL
`http://user:[EMAIL PROTECTED]:8080/parse/parseSMS.php?gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k':
2005-10-10 15:14:12 [8253] [9] DEBUG: Scheme: http://
2005-10-10 15:14:12 [8253] [9] DEBUG: Host: localhost
2005-10-10 15:14:12 [8253] [9] DEBUG: Port: 8080
2005-10-10 15:14:12 [8253] [9] DEBUG: Username: user
2005-10-10 15:14:12 [8253] [9] DEBUG: Password: pass
2005-10-10 15:14:12 [8253] [9] DEBUG: Path: /parse/parseSMS.php
2005-10-10 15:14:12 [8253] [9] DEBUG: Query:
gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k
2005-10-10 15:14:12 [8253] [9] DEBUG: Fragment: (null)
2005-10-10 15:14:12 [8253] [9] DEBUG: HTTP: Opening connection to
`localhost:8080' (fd=26).
2005-10-10 15:14:12 [8253] [9] DEBUG: Socket connecting
2005-10-10 15:14:12 [8253] [8] DEBUG: Get info about connecting socket
2005-10-10 15:14:12 [8253] [8] DEBUG: HTTP: Sending request:
2005-10-10 15:14:12 [8253] [8] DEBUG: Octet string at 0x635870:
2005-10-10 15:14:12 [8253] [8] DEBUG: len: 206
2005-10-10 15:14:12 [8253] [8] DEBUG: size: 1024
2005-10-10 15:14:12 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 47 45 54 20 2f 70 61 72 73
65 2f 70 61 72 73 65 GET /parse/parse
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 53 4d 53 2e 70 68 70 3f 67
73 6d 6e 75 6d 3d 25 SMS.php?gsmnum=%
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 32 42 34 39 31 36 32 33 33
30 36 39 39 37 26 67 2B49162123456&g
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 73 6d 74 73 74 61 6d 70 3d
32 30 30 35 2d 31 30 smtstamp=2005-10
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 2d 31 30 2b 31 33 3a 31 34
3a 30 30 26 67 73 6d -10+13:14:00&gsm
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 62 6f 64 79 3d 61 6c 6c 2e
61 62 2e 67 6c 6f 6b body=all.ab.glok
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 67 2e 6b 20 48 54 54 50 2f
31 2e 31 0d 0a 48 6f g.k HTTP/1.1..Ho
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 73 74 3a 20 6c 6f 63 61 6c
68 6f 73 74 3a 38 30 st: localhost:80
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 38 30 0d 0a 55 73 65 72 2d
41 67 65 6e 74 3a 20 80..User-Agent:
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 4b 61 6e 6e 65 6c 2f 63 76
73 2d 32 30 30 35 31 Kannel/cvs-20051
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 30 30 36 0d 0a 41 75 74 68
6f 72 69 7a 61 74 69 006..Authorizati
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 6f 6e 3a 20 42 61 73 69 63
20 64 33 64 33 4f 6d on: Basic d3d3Om
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 4e 31 54 6d 63 31 5a 47 46
6f 0d 0a 0d 0a N1Tmc1ZGFo....
2005-10-10 15:14:12 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:14:12 [8253] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2005-10-10 15:14:12 [8253] [8] DEBUG: HTTP: Received response:
2005-10-10 15:14:12 [8253] [8] DEBUG: Octet string at 0x6341b0:
2005-10-10 15:14:12 [8253] [8] DEBUG: len: 240
2005-10-10 15:14:12 [8253] [8] DEBUG: size: 1024
2005-10-10 15:14:12 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 44 61 74 65 3a 20 4d 6f 6e
2c 20 31 30 20 4f 63 Date: Mon, 10 Oc
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 74 20 32 30 30 35 20 31 33
3a 31 34 3a 31 32 20 t 2005 13:14:12
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 47 4d 54 0d 0a 53 65 72 76
65 72 3a 20 41 70 61 GMT..Server: Apa
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 63 68 65 2f 32 2e 30 2e 35
33 20 28 55 62 75 6e che/2.0.53 (Ubun
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 74 75 29 20 50 48 50 2f 34
2e 33 2e 31 30 2d 31 tu) PHP/4.3.10-1
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 30 75 62 75 6e 74 75 34 2e
31 0d 0a 58 2d 50 6f 0ubuntu4.1..X-Po
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 77 65 72 65 64 2d 42 79 3a
20 50 48 50 2f 34 2e wered-By: PHP/4.
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 33 2e 31 30 2d 31 30 75 62
75 6e 74 75 34 2e 31 3.10-10ubuntu4.1
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 0d 0a 43 6f 6e 74 65 6e 74
2d 4c 65 6e 67 74 68 ..Content-Length
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 3a 20 34 38 0d 0a 43 6f 6e
74 65 6e 74 2d 54 79 : 48..Content-Ty
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 70 65 3a 20 74 65 78 74 2f
68 74 6d 6c 3b 20 63 pe: text/html; c
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 68 61 72 73 65 74 3d 55 54
46 2d 38 0d 0a 0d 0a harset=UTF-8....
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 2b 34 39 31 36 32 33 33 30
36 39 39 37 20 32 30 +49162123456 20
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 30 35 2d 31 30 2d 31 30 20
31 33 3a 31 34 3a 30 05-10-10 13:14:0
2005-10-10 15:14:12 [8253] [8] DEBUG: data: 30 20 61 6c 6c 2e 61 62 2e
67 6c 6f 6b 67 2e 6b 0 all.ab.glokg.k
2005-10-10 15:14:12 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:14:12 [8253] [5] DEBUG: message length 48, sending 1 messages
2005-10-10 15:14:12 [8253] [0] DEBUG: Got ACK (0) of
e396553f-7e99-4624-9563-ba8c43c0aa37
2005-10-10 15:14:12 [8253] [0] DEBUG: No client - multi-send or ACK to
pull-reply
2005-10-10 15:14:27 [8253] [8] DEBUG: HTTP: Server closed connection,
destroying it <localhost:8080><0x6342c0>.
2005-10-10 15:16:50 [8253] [4] INFO: Starting to service <R
all.ab.glokg.k> from <+49162123456> to <1234>
2005-10-10 15:16:50 [8253] [9] DEBUG: Parsing URL
`http://user:[EMAIL PROTECTED]:8080/parse/parseSMS.php?gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k':
2005-10-10 15:16:50 [8253] [9] DEBUG: Scheme: http://
2005-10-10 15:16:50 [8253] [9] DEBUG: Host: localhost
2005-10-10 15:16:50 [8253] [9] DEBUG: Port: 8080
2005-10-10 15:16:50 [8253] [9] DEBUG: Username: user
2005-10-10 15:16:50 [8253] [9] DEBUG: Password: pass
2005-10-10 15:16:50 [8253] [9] DEBUG: Path: /parse/parseSMS.php
2005-10-10 15:16:50 [8253] [9] DEBUG: Query:
gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k
2005-10-10 15:16:50 [8253] [9] DEBUG: Fragment: (null)
2005-10-10 15:16:50 [8253] [9] DEBUG: HTTP: Opening connection to
`localhost:8080' (fd=26).
2005-10-10 15:16:50 [8253] [9] DEBUG: Socket connecting
2005-10-10 15:16:50 [8253] [8] DEBUG: Get info about connecting socket
2005-10-10 15:16:50 [8253] [8] DEBUG: HTTP: Sending request:
2005-10-10 15:16:50 [8253] [8] DEBUG: Octet string at 0x634420:
2005-10-10 15:16:50 [8253] [8] DEBUG: len: 206
2005-10-10 15:16:50 [8253] [8] DEBUG: size: 1024
2005-10-10 15:16:50 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 47 45 54 20 2f 70 61 72 73
65 2f 70 61 72 73 65 GET /parse/parse
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 53 4d 53 2e 70 68 70 3f 67
73 6d 6e 75 6d 3d 25 SMS.php?gsmnum=%
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 32 42 34 39 31 36 32 33 33
30 36 39 39 37 26 67 2B49162123456&g
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 73 6d 74 73 74 61 6d 70 3d
32 30 30 35 2d 31 30 smtstamp=2005-10
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 2d 31 30 2b 31 33 3a 31 34
3a 30 30 26 67 73 6d -10+13:14:00&gsm
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 62 6f 64 79 3d 61 6c 6c 2e
61 62 2e 67 6c 6f 6b body=all.ab.glok
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 67 2e 6b 20 48 54 54 50 2f
31 2e 31 0d 0a 48 6f g.k HTTP/1.1..Ho
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 73 74 3a 20 6c 6f 63 61 6c
68 6f 73 74 3a 38 30 st: localhost:80
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 38 30 0d 0a 55 73 65 72 2d
41 67 65 6e 74 3a 20 80..User-Agent:
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 4b 61 6e 6e 65 6c 2f 63 76
73 2d 32 30 30 35 31 Kannel/cvs-20051
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 30 30 36 0d 0a 41 75 74 68
6f 72 69 7a 61 74 69 006..Authorizati
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 6f 6e 3a 20 42 61 73 69 63
20 64 33 64 33 4f 6d on: Basic d3d3Om
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 4e 31 54 6d 63 31 5a 47 46
6f 0d 0a 0d 0a N1Tmc1ZGFo....
2005-10-10 15:16:50 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:16:50 [8253] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2005-10-10 15:16:50 [8253] [8] DEBUG: HTTP: Received response:
2005-10-10 15:16:50 [8253] [8] DEBUG: Octet string at 0x635720:
2005-10-10 15:16:50 [8253] [8] DEBUG: len: 240
2005-10-10 15:16:50 [8253] [8] DEBUG: size: 1024
2005-10-10 15:16:50 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 44 61 74 65 3a 20 4d 6f 6e
2c 20 31 30 20 4f 63 Date: Mon, 10 Oc
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 74 20 32 30 30 35 20 31 33
3a 31 36 3a 35 30 20 t 2005 13:16:50
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 47 4d 54 0d 0a 53 65 72 76
65 72 3a 20 41 70 61 GMT..Server: Apa
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 63 68 65 2f 32 2e 30 2e 35
33 20 28 55 62 75 6e che/2.0.53 (Ubun
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 74 75 29 20 50 48 50 2f 34
2e 33 2e 31 30 2d 31 tu) PHP/4.3.10-1
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 30 75 62 75 6e 74 75 34 2e
31 0d 0a 58 2d 50 6f 0ubuntu4.1..X-Po
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 77 65 72 65 64 2d 42 79 3a
20 50 48 50 2f 34 2e wered-By: PHP/4.
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 33 2e 31 30 2d 31 30 75 62
75 6e 74 75 34 2e 31 3.10-10ubuntu4.1
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 0d 0a 43 6f 6e 74 65 6e 74
2d 4c 65 6e 67 74 68 ..Content-Length
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 3a 20 34 38 0d 0a 43 6f 6e
74 65 6e 74 2d 54 79 : 48..Content-Ty
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 70 65 3a 20 74 65 78 74 2f
68 74 6d 6c 3b 20 63 pe: text/html; c
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 68 61 72 73 65 74 3d 55 54
46 2d 38 0d 0a 0d 0a harset=UTF-8....
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 2b 34 39 31 36 32 33 33 30
36 39 39 37 20 32 30 +49162123456 20
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 30 35 2d 31 30 2d 31 30 20
31 33 3a 31 34 3a 30 05-10-10 13:14:0
2005-10-10 15:16:50 [8253] [8] DEBUG: data: 30 20 61 6c 6c 2e 61 62 2e
67 6c 6f 6b 67 2e 6b 0 all.ab.glokg.k
2005-10-10 15:16:50 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:16:50 [8253] [5] DEBUG: message length 48, sending 1 messages
2005-10-10 15:16:50 [8253] [0] DEBUG: Got ACK (0) of
05b8b615-2f0d-41df-945b-ccd809aecf8b
2005-10-10 15:16:50 [8253] [0] DEBUG: No client - multi-send or ACK to
pull-reply
2005-10-10 15:17:05 [8253] [8] DEBUG: HTTP: Server closed connection,
destroying it <localhost:8080><0x633570>.
2005-10-10 15:20:36 [8253] [4] INFO: Starting to service <R
all.ab.glokg.k> from <+49162123456> to <1234>
2005-10-10 15:20:36 [8253] [9] DEBUG: Parsing URL
`http://user:[EMAIL PROTECTED]:8080/parse/parseSMS.php?gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k':
2005-10-10 15:20:36 [8253] [9] DEBUG: Scheme: http://
2005-10-10 15:20:36 [8253] [9] DEBUG: Host: localhost
2005-10-10 15:20:36 [8253] [9] DEBUG: Port: 8080
2005-10-10 15:20:36 [8253] [9] DEBUG: Username: user
2005-10-10 15:20:36 [8253] [9] DEBUG: Password: pass
2005-10-10 15:20:36 [8253] [9] DEBUG: Path: /parse/parseSMS.php
2005-10-10 15:20:36 [8253] [9] DEBUG: Query:
gsmnum=%2B49162123456&gsmtstamp=2005-10-10+13:14:00&gsmbody=all.ab.glokg.k
2005-10-10 15:20:36 [8253] [9] DEBUG: Fragment: (null)
2005-10-10 15:20:36 [8253] [9] DEBUG: HTTP: Opening connection to
`localhost:8080' (fd=26).
2005-10-10 15:20:36 [8253] [9] DEBUG: Socket connecting
2005-10-10 15:20:36 [8253] [8] DEBUG: Get info about connecting socket
2005-10-10 15:20:36 [8253] [8] DEBUG: HTTP: Sending request:
2005-10-10 15:20:36 [8253] [8] DEBUG: Octet string at 0x6348b0:
2005-10-10 15:20:36 [8253] [8] DEBUG: len: 206
2005-10-10 15:20:36 [8253] [8] DEBUG: size: 1024
2005-10-10 15:20:36 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 47 45 54 20 2f 70 61 72 73
65 2f 70 61 72 73 65 GET /parse/parse
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 53 4d 53 2e 70 68 70 3f 67
73 6d 6e 75 6d 3d 25 SMS.php?gsmnum=%
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 32 42 34 39 31 36 32 33 33
30 36 39 39 37 26 67 2B49162123456&g
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 73 6d 74 73 74 61 6d 70 3d
32 30 30 35 2d 31 30 smtstamp=2005-10
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 2d 31 30 2b 31 33 3a 31 34
3a 30 30 26 67 73 6d -10+13:14:00&gsm
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 62 6f 64 79 3d 61 6c 6c 2e
61 62 2e 67 6c 6f 6b body=all.ab.glok
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 67 2e 6b 20 48 54 54 50 2f
31 2e 31 0d 0a 48 6f g.k HTTP/1.1..Ho
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 73 74 3a 20 6c 6f 63 61 6c
68 6f 73 74 3a 38 30 st: localhost:80
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 38 30 0d 0a 55 73 65 72 2d
41 67 65 6e 74 3a 20 80..User-Agent:
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 4b 61 6e 6e 65 6c 2f 63 76
73 2d 32 30 30 35 31 Kannel/cvs-20051
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 30 30 36 0d 0a 41 75 74 68
6f 72 69 7a 61 74 69 006..Authorizati
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 6f 6e 3a 20 42 61 73 69 63
20 64 33 64 33 4f 6d on: Basic d3d3Om
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 4e 31 54 6d 63 31 5a 47 46
6f 0d 0a 0d 0a N1Tmc1ZGFo....
2005-10-10 15:20:36 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:20:36 [8253] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2005-10-10 15:20:36 [8253] [8] DEBUG: HTTP: Received response:
2005-10-10 15:20:36 [8253] [8] DEBUG: Octet string at 0x632b20:
2005-10-10 15:20:36 [8253] [8] DEBUG: len: 240
2005-10-10 15:20:36 [8253] [8] DEBUG: size: 1024
2005-10-10 15:20:36 [8253] [8] DEBUG: immutable: 0
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 44 61 74 65 3a 20 4d 6f 6e
2c 20 31 30 20 4f 63 Date: Mon, 10 Oc
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 74 20 32 30 30 35 20 31 33
3a 32 30 3a 33 36 20 t 2005 13:20:36
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 47 4d 54 0d 0a 53 65 72 76
65 72 3a 20 41 70 61 GMT..Server: Apa
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 63 68 65 2f 32 2e 30 2e 35
33 20 28 55 62 75 6e che/2.0.53 (Ubun
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 74 75 29 20 50 48 50 2f 34
2e 33 2e 31 30 2d 31 tu) PHP/4.3.10-1
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 30 75 62 75 6e 74 75 34 2e
31 0d 0a 58 2d 50 6f 0ubuntu4.1..X-Po
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 77 65 72 65 64 2d 42 79 3a
20 50 48 50 2f 34 2e wered-By: PHP/4.
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 33 2e 31 30 2d 31 30 75 62
75 6e 74 75 34 2e 31 3.10-10ubuntu4.1
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 0d 0a 43 6f 6e 74 65 6e 74
2d 4c 65 6e 67 74 68 ..Content-Length
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 3a 20 34 38 0d 0a 43 6f 6e
74 65 6e 74 2d 54 79 : 48..Content-Ty
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 70 65 3a 20 74 65 78 74 2f
68 74 6d 6c 3b 20 63 pe: text/html; c
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 68 61 72 73 65 74 3d 55 54
46 2d 38 0d 0a 0d 0a harset=UTF-8....
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 2b 34 39 31 36 32 33 33 30
36 39 39 37 20 32 30 +49162123456 20
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 30 35 2d 31 30 2d 31 30 20
31 33 3a 31 34 3a 30 05-10-10 13:14:0
2005-10-10 15:20:36 [8253] [8] DEBUG: data: 30 20 61 6c 6c 2e 61 62 2e
67 6c 6f 6b 67 2e 6b 0 all.ab.glokg.k
2005-10-10 15:20:36 [8253] [8] DEBUG: Octet string dump ends.
2005-10-10 15:20:36 [8253] [5] DEBUG: message length 48, sending 1 messages
2005-10-10 15:20:36 [8253] [0] DEBUG: Got ACK (0) of
b1c3f31d-2df3-40a9-b198-9d67dea51549
2005-10-10 15:20:36 [8253] [0] DEBUG: No client - multi-send or ACK to
pull-reply
*************************************
Bearerbox-Log
*************************************
2005-10-10 15:12:54 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:12:54 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:13:56 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:13:56 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:13:56 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: <-- +CMT: ,33
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: <--
0791947106004034040C9194613203967900005001015141008010525098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: Numeric sender
(international) <+49162123456>
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: User data length read as (16)
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: Udh decoding done len=16
udhi=0 udhlen=0 udh=''
2005-10-10 15:14:12 [8244] [6] DEBUG: AT2[2]: --> AT+CNMA^M
2005-10-10 15:14:12 [8244] [9] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:14:12 [8244] [9] DEBUG: boxc_sender: sent message to
<127.0.0.1>
2005-10-10 15:14:12 [8244] [8] DEBUG: boxc_receiver: got ack
2005-10-10 15:14:12 [8244] [8] DEBUG: boxc_receiver: sms received
2005-10-10 15:14:12 [8244] [8] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:14:14 [8244] [6] DEBUG: AT2[2]: TP-Validity-Period: 24.0 hours
2005-10-10 15:14:14 [8244] [6] DEBUG: AT2[2]: --> AT+CMGS=56^M
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: send command status: -1
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: --> AT+CMGS=56^M
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: send command status: 1
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: -->
0011000C919461320396790000A7302B5A2E6693CD66305B2E7703C960B05A2B066BC560A0D84C17A3E960305098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:14:20 [8244] [6] DEBUG: AT2[2]: --> ^Z
2005-10-10 15:14:22 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:14:22 [8244] [6] DEBUG: AT2[2]: <-- +CMGS: 56
2005-10-10 15:14:22 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:14:22 [8244] [6] DEBUG: AT2[2]: send command status: 0
2005-10-10 15:14:26 [8244] [8] DEBUG: boxc_receiver: heartbeat with load
value 0 received
2005-10-10 15:14:58 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:14:58 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:14:58 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:16:00 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:16:00 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:16:00 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: <-- +CMT: ,33
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: <--
0791947106004034040C9194613203967900005001015141008010525098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: Numeric sender
(international) <+49162123456>
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: User data length read as (16)
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: Udh decoding done len=16
udhi=0 udhlen=0 udh=''
2005-10-10 15:16:50 [8244] [6] DEBUG: AT2[2]: --> AT+CNMA^M
2005-10-10 15:16:50 [8244] [9] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:16:50 [8244] [9] DEBUG: boxc_sender: sent message to
<127.0.0.1>
2005-10-10 15:16:50 [8244] [8] DEBUG: boxc_receiver: got ack
2005-10-10 15:16:50 [8244] [8] DEBUG: boxc_receiver: sms received
2005-10-10 15:16:50 [8244] [8] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: TP-Validity-Period: 24.0 hours
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: --> AT+CMGS=56^M
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: send command status: 1
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: -->
0011000C919461320396790000A7302B5A2E6693CD66305B2E7703C960B05A2B066BC560A0D84C17A3E960305098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:16:52 [8244] [6] DEBUG: AT2[2]: --> ^Z
2005-10-10 15:16:54 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:16:54 [8244] [6] DEBUG: AT2[2]: <-- +CMGS: 57
2005-10-10 15:16:54 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:16:54 [8244] [6] DEBUG: AT2[2]: send command status: 0
2005-10-10 15:16:56 [8244] [8] DEBUG: boxc_receiver: heartbeat with load
value 0 received
2005-10-10 15:17:02 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:17:02 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:17:02 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:18:04 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:18:04 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:18:04 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:19:06 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:19:06 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:19:06 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:20:08 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:20:08 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:20:08 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: <-- +CMT: ,33
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: <--
0791947106004034040C9194613203967900005001015141008010525098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: Numeric sender
(international) <+49162123456>
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: User data length read as (16)
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: Udh decoding done len=16
udhi=0 udhlen=0 udh=''
2005-10-10 15:20:36 [8244] [6] DEBUG: AT2[2]: --> AT+CNMA^M
2005-10-10 15:20:36 [8244] [9] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:20:36 [8244] [9] DEBUG: boxc_sender: sent message to
<127.0.0.1>
2005-10-10 15:20:36 [8244] [8] DEBUG: boxc_receiver: got ack
2005-10-10 15:20:36 [8244] [8] DEBUG: boxc_receiver: sms received
2005-10-10 15:20:36 [8244] [8] DEBUG: send_msg: sending msg to box:
<127.0.0.1>
2005-10-10 15:20:38 [8244] [6] DEBUG: AT2[2]: TP-Validity-Period: 24.0 hours
2005-10-10 15:20:38 [8244] [6] DEBUG: AT2[2]: --> AT+CMGS=56^M
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: send command status: -1
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: --> AT+CMGS=56^M
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: send command status: 1
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: -->
0011000C919461320396790000A7302B5A2E6693CD66305B2E7703C960B05A2B066BC560A0D84C17A3E960305098CD7685C5AE33FBBD3EBBD6
2005-10-10 15:20:44 [8244] [6] DEBUG: AT2[2]: --> ^Z
2005-10-10 15:20:46 [8244] [6] DEBUG: AT2[2]: <-- >
2005-10-10 15:20:46 [8244] [6] DEBUG: AT2[2]: <-- +CMGS: 58
2005-10-10 15:20:46 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:20:46 [8244] [6] DEBUG: AT2[2]: send command status: 0
2005-10-10 15:20:56 [8244] [8] DEBUG: boxc_receiver: heartbeat with load
value 0 received
2005-10-10 15:21:10 [8244] [6] DEBUG: AT2[2]: --> AT+CPMS?^M
2005-10-10 15:21:10 [8244] [6] DEBUG: AT2[2]: <-- +CPMS: "SM",0,20,"SM",0,20
2005-10-10 15:21:10 [8244] [6] DEBUG: AT2[2]: <-- OK
2005-10-10 15:22:03 [8244] [8] INFO: Connection closed by the box
<127.0.0.1>
*************************************
--
**********************************************
terrestris GbR
Dipl.-Geogr. Lars-Hendrik Schneider
Siemensstr. 8
D-53121 Bonn
T: ++49 (0)228 - 962 899 51
F: ++49 (0)228 - 962 899 57
Internet: http://www.terrestris.de
E-Mail: [EMAIL PROTECTED]
**********************************************