Hi,
1) This is n9t a problem (to encode Unicode arabic to readable text), but
intended feature. To send UTF Arabic to a URL, you have to urlencode them,
and that's what smsbox is doing. You have to urldecode them to read them.
2) I don't see any "Request Failed" in your posted logs. do you?
3) You have an sms-service with no keyword defined. In fact you seem to have
2 default sms-services. This is not recommended and may even behave
strangely.
BR,
Nikos
----- Original Message -----
From: tariq sand
To: users@kannel.org
Cc: my e_mail telemox
Sent: Tuesday, July 27, 2010 5:01 PM
Subject: coding and reply problems in received sms
Dear All,
I am using Audiotel Modex (SIEMENS MC39i) over kannel (gateway-1.4.3), I
setup the gateway , and now i can send and receive perfectly.
but there is a little problem when receiving Arabic letters, i can't set an
encoding and charset values like in sending, actually in access-log file the
characters are in Unicode which i can handle it by an php script, put the
problem is with smsbox as u can see in smsbox log file which there is no way
to convert these codes to there appropriate characters.
also i don't want smsbox to reply with "Request Failed" to the originating
number. i actually don't want kannel to reply to any number at all.
and by reviewing userguide and archived emails i figured out that there is
no any solution for "Request Failed" issue, is there any?!
any help will be appreciated.
thanks in advance.
Kindly, take a look to my conf and log files below:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
kannel.conf
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "/usr/local/etc/tmp/kannel2.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
dlr-storage = mysql
access-log = "/usr/local/etc/tmp/kannel.access2"
access-log-clean = 0
access-log-format = "%t %l [SMSC:%i] [SVC:%n] [ACT:%A] [BINF:%B] [FID:%F]
[KID:%I] [from:%p] [to:%P] [flags:%m:%c:%M:%C:%d] [msg:%L:%b] [udh:%U:%u]"
#db connection
group = mysql-connection
id = mydlr
host = localhost
username = root
password = 2222
database = dlr_queue2
max-connections = 10
# table connection
group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc
group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 962797000000
log-file = "/usr/local/etc/tmp/smsbox2.log"
log-level = 0
# SEND-SMS USERS
group = sendsms-user
username = user
password = userpass
max-messages = 10
concatenation = true
group = sms-service
keyword=
catch-all = yes
max-messages = 0
get-url =
"http://192.168.1.104/kannel_gsm?phone=%p&text=%b&sent_at=%t&encoding=%c&char=%C"
# i added "&encoding=%c&char=%C" just for debugging issues
concatenation=true
accept-x-kannel-headers = true
group = sms-service
keyword = default
text = "No service specified"
# SMSC GSM
group = smsc
smsc = at
smsc-id = modex
modemtype = auto
device = /dev/ttyUSB0
pin=1111
sim-buffering = true
#keepalive = 20
#no-dlr = false
#host = 127.0.0.1
connect-allow-ip = 127.0.0.1
#port = 13013
log-file = "/usr/local/etc/tmp/gsm.log"
log-level = 0
#MODEM Settings
group = modems
id= AT
name = "SIEMENS MC39i"
detect-string = "SIEMENS"
detect-string2 = "MC39i"
enable-hwhs="AT+IFC=2,2"
init-string="AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0"
message-storage = "SM"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
access-log file:
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2010-07-25 14:12:18 Log begins
2010-07-25 14:14:46 2010-07-25 11:08:44 Receive SMS [SMSC:modex] [SVC:]
[ACT:] [BINF:] [FID:] [KID:7e0dff52-a509-42d4-81ee-78de976995fe]
[from:T.Sando] [to:1234] [flags:-1:0:-1:0:-1] [msg:17:test mod rec toom]
[udh:0:]
2010-07-25 14:18:54 2010-07-25 11:12:28 Receive SMS [SMSC:modex] [SVC:]
[ACT:] [BINF:] [FID:] [KID:a0067670-c07d-467a-8767-9efe98d58a8a]
[from:TariqSndoqa] [to:1234] [flags:-1:0:-1:0:-1] [msg:12:test.newl.?!]
[udh:0:]
2010-07-25 14:28:11 2010-07-25 11:23:17 Receive SMS [SMSC:modex] [SVC:]
[ACT:] [BINF:] [FID:] [KID:e9ef842f-d49c-48c8-afa8-928cd4dac9dc]
[from:TariqSndoqa] [to:1234] [flags:-1:2:-1:0:-1] [msg:8:0633064406270645]
[udh:0:] // Unicode arabic characters
2010-07-25 14:57:42 Log ends
2010-07-25 15:20:42 Log begins
2010-07-25 15:21:54 2010-07-25 12:17:11 Receive SMS [SMSC:modex] [SVC:]
[ACT:] [BINF:] [FID:] [KID:79ec63d8-2ac0-4795-9b99-815f40d97b10]
[from:T.Sando] [to:1234] [flags:-1:0:-1:0:-1] [msg:18:test mod rec toom2]
[udh:0:]
2010-07-25 15:25:00 2010-07-25 12:18:33 Receive SMS [SMSC:modex] [SVC:]
[ACT:] [BINF:] [FID:] [KID:26a22f01-7591-4cd9-a135-8812ddc9d217]
[from:TariqSndoqa] [to:1234] [flags:-1:2:-1:0:-1] [msg:8:0633064406270645]
[udh:0:]// Unicode arabic characters
2010-07-25 17:29:09 Log ends
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
sample of smsbox log file:
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2010-07-25 16:26:43 [13910] [4] INFO: Starting to service <test mod rec
toom2> from <TariqSndoqa> to <1234> // here when i receive English
characters, no problem at all
2010-07-25 16:26:43 [13910] [9] DEBUG: Queue contains 0 pending requests.
2010-07-25 16:26:43 [13910] [9] DEBUG: Parsing URL
`http://192.168.1.104/kannel_gsm?phone=TariqSndoqa&text=test+mod+rec+toom2&sent_at=2010-07-25+13:21:24&encoding=0&char=UTF-8':
2010-07-25 16:26:43 [13910] [9] DEBUG: Scheme: http://
2010-07-25 16:26:43 [13910] [9] DEBUG: Host: 192.168.1.104
2010-07-25 16:26:43 [13910] [9] DEBUG: Port: 80
2010-07-25 16:26:43 [13910] [9] DEBUG: Username: (null)
2010-07-25 16:26:43 [13910] [9] DEBUG: Password: (null)
2010-07-25 16:26:43 [13910] [9] DEBUG: Path: /kannel_gsm
2010-07-25 16:26:43 [13910] [9] DEBUG: Query:
phone=TariqSndoqa&text=test+mod+rec+toom2&sent_at=2010-07-25+13:21:24&encoding=0&char=UTF-8
2010-07-25 16:26:43 [13910] [9] DEBUG: Fragment: (null)
2010-07-25 16:26:43 [13910] [9] DEBUG: HTTP: Opening connection to
`192.168.1.104:80' (fd=27).
2010-07-25 16:26:43 [13910] [9] DEBUG: Socket connecting
2010-07-25 16:26:43 [13910] [8] DEBUG: Get info about connecting socket
2010-07-25 16:26:43 [13910] [8] DEBUG: HTTP: Sending request:
2010-07-25 16:26:43 [13910] [8] DEBUG: Octet string at 0x1b6aba0:
2010-07-25 16:26:43 [13910] [8] DEBUG: len: 191
2010-07-25 16:26:43 [13910] [8] DEBUG: size: 1024
2010-07-25 16:26:43 [13910] [8] DEBUG: immutable: 0
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 47 45 54 20 2f 6b 61 6e 6e 65
6c 5f 67 73 6d 3f GET /kannel_gsm?
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 70 68 6f 6e 65 3d 54 61 72 69
71 53 6e 64 6f 71 phone=TariqSndoq
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 61 26 74 65 78 74 3d 74 65 73
74 2b 6d 6f 64 2b a&text=test+mod+
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 72 65 63 2b 74 6f 6f 6d 32 26
73 65 6e 74 5f 61 rec+toom2&sent_a
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 74 3d 32 30 31 30 2d 30 37 2d
32 35 2b 31 33 3a t=2010-07-25+13:
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 32 31 3a 32 34 26 65 6e 63 6f
64 69 6e 67 3d 30 21:24&encoding=0
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 26 63 68 61 72 3d 55 54 46 2d
38 20 48 54 54 50 &char=UTF-8 HTTP
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 2f 31 2e 31 0d 0a 48 6f 73 74
3a 20 31 39 32 2e /1.1..Host: 192.
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 31 36 38 2e 31 2e 31 30 34 0d
0a 43 6f 6e 6e 65 168.1.104..Conne
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 63 74 69 6f 6e 3a 20 6b 65 65
70 2d 61 6c 69 76 ction: keep-aliv
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 65 0d 0a 55 73 65 72 2d 41 67
65 6e 74 3a 20 4b e..User-Agent: K
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 61 6e 6e 65 6c 2f 31 2e 34 2e
33 0d 0a 0d 0a annel/1.4.3....
2010-07-25 16:26:43 [13910] [8] DEBUG: Octet string dump ends.
2010-07-25 16:26:43 [13910] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2010-07-25 16:26:43 [13910] [8] DEBUG: HTTP: Received response:
2010-07-25 16:26:43 [13910] [8] DEBUG: Octet string at 0x1b68570:
2010-07-25 16:26:43 [13910] [8] DEBUG: len: 289
2010-07-25 16:26:43 [13910] [8] DEBUG: size: 1024
2010-07-25 16:26:43 [13910] [8] DEBUG: immutable: 0
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 44 61 74 65 3a 20 53 75 6e 2c
20 32 35 20 4a 75 Date: Sun, 25 Ju
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 6c 20 32 30 31 30 20 31 33 3a
32 36 3a 34 33 20 l 2010 13:26:43
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 47 4d 54 0d 0a 53 65 72 76 65
72 3a 20 41 70 61 GMT..Server: Apa
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 63 68 65 2f 32 2e 32 2e 31 32
20 28 55 62 75 6e che/2.2.12 (Ubun
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 74 75 29 0d 0a 43 6f 6e 74 65
6e 74 2d 4c 6f 63 tu)..Content-Loc
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 61 74 69 6f 6e 3a 20 6b 61 6e
6e 65 6c 5f 67 73 ation: kannel_gs
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 6d 2e 70 68 70 0d 0a 56 61 72
79 3a 20 6e 65 67 m.php..Vary: neg
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 6f 74 69 61 74 65 2c 41 63 63
65 70 74 2d 45 6e otiate,Accept-En
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 63 6f 64 69 6e 67 0d 0a 54 43
4e 3a 20 63 68 6f coding..TCN: cho
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 69 63 65 0d 0a 58 2d 50 6f 77
65 72 65 64 2d 42 ice..X-Powered-B
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 79 3a 20 50 48 50 2f 35 2e 32
2e 31 30 2d 32 75 y: PHP/5.2.10-2u
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 62 75 6e 74 75 36 2e 34 0d 0a
43 6f 6e 74 65 6e buntu6.4..Conten
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 74 2d 4c 65 6e 67 74 68 3a 20
30 0d 0a 4b 65 65 t-Length: 0..Kee
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 70 2d 41 6c 69 76 65 3a 20 74
69 6d 65 6f 75 74 p-Alive: timeout
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 3d 31 35 2c 20 6d 61 78 3d 31
30 30 0d 0a 43 6f =15, max=100..Co
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 6e 6e 65 63 74 69 6f 6e 3a 20
4b 65 65 70 2d 41 nnection: Keep-A
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 6c 69 76 65 0d 0a 43 6f 6e 74
65 6e 74 2d 54 79 live..Content-Ty
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 70 65 3a 20 74 65 78 74 2f 68
74 6d 6c 0d 0a 0d pe: text/html...
2010-07-25 16:26:43 [13910] [8] DEBUG: data: 0a
.
2010-07-25 16:26:43 [13910] [8] DEBUG: Octet string dump ends.
2010-07-25 16:26:43 [13910] [5] INFO: No reply sent, denied.
2010-07-25 17:20:04 [14271] [4] INFO: Starting to service < 3 D ' E> from
<TariqSndoqa> to <1234> // here when i receive Arabic characters!!!!!
2010-07-25 17:20:04 [14271] [4] DEBUG: Started thread 8
(gwlib/fdset.c:poller)
2010-07-25 17:20:04 [14271] [8] DEBUG: Thread 8 (gwlib/fdset.c:poller) maps
to pid 14271.
2010-07-25 17:20:04 [14271] [4] DEBUG: Started thread 9
(gwlib/http.c:write_request_thread)
2010-07-25 17:20:04 [14271] [9] DEBUG: Thread 9
(gwlib/http.c:write_request_thread) maps to pid 14271.
2010-07-25 17:20:04 [14271] [9] DEBUG: Queue contains 0 pending requests.
2010-07-25 17:20:04 [14271] [9] DEBUG: Parsing URL
`http://192.168.1.104/kannel_gsm?phone=TariqSndoqa&text=%063%06D%06'%06E&sent_at=2010-07-25+14:14:00&encoding=2&char=UTF-16BE':
2010-07-25 17:20:04 [14271] [9] DEBUG: Scheme: http://
2010-07-25 17:20:04 [14271] [9] DEBUG: Host: 192.168.1.104
2010-07-25 17:20:04 [14271] [9] DEBUG: Port: 80
2010-07-25 17:20:04 [14271] [9] DEBUG: Username: (null)
2010-07-25 17:20:04 [14271] [9] DEBUG: Password: (null)
2010-07-25 17:20:04 [14271] [9] DEBUG: Path: /kannel_gsm
2010-07-25 17:20:04 [14271] [9] DEBUG: Query:
phone=TariqSndoqa&text=%063%06D%06'%06E&sent_at=2010-07-25+14:14:00&encoding=2&char=UTF-16BE
2010-07-25 17:20:04 [14271] [9] DEBUG: Fragment: (null)
2010-07-25 17:20:04 [14271] [9] DEBUG: HTTP: Opening connection to
`192.168.1.104:80' (fd=27).
2010-07-25 17:20:04 [14271] [9] DEBUG: Socket connecting
2010-07-25 17:20:04 [14271] [8] DEBUG: Get info about connecting socket
2010-07-25 17:20:04 [14271] [8] DEBUG: HTTP: Sending request:
2010-07-25 17:20:04 [14271] [8] DEBUG: Octet string at 0x1959300:
2010-07-25 17:20:04 [14271] [8] DEBUG: len: 192
2010-07-25 17:20:04 [14271] [8] DEBUG: size: 1024
2010-07-25 17:20:04 [14271] [8] DEBUG: immutable: 0
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 47 45 54 20 2f 6b 61 6e 6e 65
6c 5f 67 73 6d 3f GET /kannel_gsm?
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 70 68 6f 6e 65 3d 54 61 72 69
71 53 6e 64 6f 71 phone=TariqSndoq
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 61 26 74 65 78 74 3d 25 30 36
33 25 30 36 44 25 a&text=%063%06D%
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 30 36 27 25 30 36 45 26 73 65
6e 74 5f 61 74 3d 06'%06E&sent_at=
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 32 30 31 30 2d 30 37 2d 32 35
2b 31 34 3a 31 34 2010-07-25+14:14
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 3a 30 30 26 65 6e 63 6f 64 69
6e 67 3d 32 26 63 :00&encoding=2&c
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 68 61 72 3d 55 54 46 2d 31 36
42 45 20 48 54 54 har=UTF-16BE HTT
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 50 2f 31 2e 31 0d 0a 48 6f 73
74 3a 20 31 39 32 P/1.1..Host: 192
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 2e 31 36 38 2e 31 2e 31 30 34
0d 0a 43 6f 6e 6e .168.1.104..Conn
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 65 63 74 69 6f 6e 3a 20 6b 65
65 70 2d 61 6c 69 ection: keep-ali
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 76 65 0d 0a 55 73 65 72 2d 41
67 65 6e 74 3a 20 ve..User-Agent:
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 4b 61 6e 6e 65 6c 2f 31 2e 34
2e 33 0d 0a 0d 0a Kannel/1.4.3....
2010-07-25 17:20:04 [14271] [8] DEBUG: Octet string dump ends.
2010-07-25 17:20:04 [14271] [8] DEBUG: HTTP: Status line: <HTTP/1.1 200 OK>
2010-07-25 17:20:04 [14271] [8] DEBUG: HTTP: Received response:
2010-07-25 17:20:04 [14271] [8] DEBUG: Octet string at 0x19593c0:
2010-07-25 17:20:04 [14271] [8] DEBUG: len: 361
2010-07-25 17:20:04 [14271] [8] DEBUG: size: 1024
2010-07-25 17:20:04 [14271] [8] DEBUG: immutable: 0
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 44 61 74 65 3a 20 53 75 6e 2c
20 32 35 20 4a 75 Date: Sun, 25 Ju
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 6c 20 32 30 31 30 20 31 34 3a
32 30 3a 30 34 20 l 2010 14:20:04
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 47 4d 54 0d 0a 53 65 72 76 65
72 3a 20 41 70 61 GMT..Server: Apa
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 63 68 65 2f 32 2e 32 2e 31 32
20 28 55 62 75 6e che/2.2.12 (Ubun
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 74 75 29 0d 0a 43 6f 6e 74 65
6e 74 2d 4c 6f 63 tu)..Content-Loc
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 61 74 69 6f 6e 3a 20 6b 61 6e
6e 65 6c 5f 67 73 ation: kannel_gs
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 6d 2e 70 68 70 0d 0a 56 61 72
79 3a 20 6e 65 67 m.php..Vary: neg
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 6f 74 69 61 74 65 2c 41 63 63
65 70 74 2d 45 6e otiate,Accept-En
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 63 6f 64 69 6e 67 0d 0a 54 43
4e 3a 20 63 68 6f coding..TCN: cho
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 69 63 65 0d 0a 58 2d 50 6f 77
65 72 65 64 2d 42 ice..X-Powered-B
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 79 3a 20 50 48 50 2f 35 2e 32
2e 31 30 2d 32 75 y: PHP/5.2.10-2u
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 62 75 6e 74 75 36 2e 34 0d 0a
43 6f 6e 74 65 6e buntu6.4..Conten
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 74 2d 4c 65 6e 67 74 68 3a 20
37 31 0d 0a 4b 65 t-Length: 71..Ke
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 65 70 2d 41 6c 69 76 65 3a 20
74 69 6d 65 6f 75 ep-Alive: timeou
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 74 3d 31 35 2c 20 6d 61 78 3d
31 30 30 0d 0a 43 t=15, max=100..C
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 6f 6e 6e 65 63 74 69 6f 6e 3a
20 4b 65 65 70 2d onnection: Keep-
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 41 6c 69 76 65 0d 0a 43 6f 6e
74 65 6e 74 2d 54 Alive..Content-T
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 79 70 65 3a 20 74 65 78 74 2f
68 74 6d 6c 0d 0a ype: text/html..
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 0d 0a 69 6e 73 65 72 74 20 69
6e 74 6f 20 72 65 ..insert into re
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 63 65 69 76 65 64 5f 73 6d 73
20 28 70 68 6f 6e ceived_sms (phon
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 65 2c 74 65 78 74 29 20 76 61
6c 75 65 73 20 28 e,text) values (
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 27 54 61 72 69 71 53 6e 64 6f
71 61 27 2c 27 06 'TariqSndoqa','.
2010-07-25 17:20:04 [14271] [8] DEBUG: data: 33 06 44 06 27 06 45 27 29
3.D.'.E')
2010-07-25 17:20:04 [14271] [8] DEBUG: Octet string dump ends.
2010-07-25 17:20:04 [14271] [5] INFO: No reply sent, denied.
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////