Hi all,
I got an issue with my kannel processing Hexadecimal / encrypted messages.
when the message is received by the bearerbox I got the correct text.
however, when same message was processed by the smsbox I got deformed or
incorrect message.

I need help on what to do to leave the message the way it was sent.

Original message as contained in the access log is:

msg:48:3132333435363738303132333435367E5C882EDB1C638785C5AE62BDF9C5212C8F48A31EFD181FFD25C0797D9F2B3BC6
Deformed message as in contained in the smsbox.log

text=123456780123456~%5C%88.%DB%1Cc%87%85%C5%AEb%BD%F9%C5!%2C%8FH%A3%1E%FD%18%1F%FD%25%C0y%7D%9F%2B%3B%C6


my access log extract :
2016-01-11 00:17:06 SMS HTTP-request sender:+234809422201 request: '' url:
'' reply: -1 ''
2016-01-11 00:21:25 Receive SMS [SMSC:smsrouter] [SVC:] [ACT:mobile3]
[BINF:] [FID:] [META:?smpp?] [from:+234809422201] [to:+2344444]
[flags:-1:1:-1:0:-1]
[msg:48:313233343536373830313233343536A51A7C234FBECDFB39107B55B95AC8850986F10B5B1D8780D77D29C8F3EE61668C]
[udh:0:]
2016-01-11 00:22:28 SMS HTTP-request sender:+234809422201request: '' url:
'' reply: -1 ''
2016-01-11 02:39:42 Log ends
2016-01-11 02:40:21 Log begins
2016-01-11 02:40:36 Log begins
2016-01-11 02:43:36 Receive SMS [SMSC:smsrouter] [SVC:] [ACT:mobile3]
[BINF:] [FID:] [META:?smpp?] [from:+234809422201] [to:+2344444]
[flags:-1:1:-1:0:-1]
[msg:48:3132333435363738303132333435367E5C882EDB1C638785C5AE62BDF9C5212C8F48A31EFD181FFD25C0797D9F2B3BC6]
[udh:0:]
2016-01-11 02:44:04 Receive SMS [SMSC:smsrouter] [SVC:] [ACT:mobile3]
[BINF:] [FID:] [META:?smpp?] [from:+234809422201] [to:+2344444]
[flags:-1:0:-1:0:-1] [msg:3:Gig] [udh:0:]



my smsbox log

2016-01-11 02:43:36 [28638] [10] DEBUG: Parsing URL `
http://192.168.8.7/route.php?sender=%2B234809422201&receiver=%2B2344444&time=2016-01-11+09:43:36&text=123456780123456~%5C%88.%DB%1Cc%87%85%C5%AEb%BD%F9%C5!%2C%8FH%A3%1E%FD%18%1F%FD%25%C0y%7D%9F%2B%3B%C6&binary=123456780123456~%5C%88.%DB%1Cc%87%85%C5%AEb%BD%F9%C5!%2C%8FH%A3%1E%FD%18%1F%FD%25%C0y%7D%9F%2B%3B%C6&udh=1&charset=8-BIT
':
2016-01-11 02:43:36 [28638] [10] DEBUG:   Scheme: http://
2016-01-11 02:43:36 [28638] [10] DEBUG:   Host: 192.168.8.7
2016-01-11 02:43:36 [28638] [10] DEBUG:   Port: 80
2016-01-11 02:43:36 [28638] [10] DEBUG:   Username: (null)
2016-01-11 02:43:36 [28626] [9] INFO: Mutex gwlib/list.c:136: 4 locks, 0
collisions.
2016-01-11 02:43:36 [28638] [10] DEBUG:   Password: (null)
2016-01-11 02:43:36 [28638] [10] DEBUG:   Path: /route.php
2016-01-11 02:43:36 [28638] [10] DEBUG:   Query:
sender=%2B234809422201&receiver=%2B2344444&time=2016-01-11+09:43:36&text=123456780123456~%5C%88.%DB%1Cc%87%85%C5%AEb%BD%F9%C5!%2C%8FH%A3%1E%FD%18%1F%FD%25%C0y%7D%9F%2B%3B%C6&binary=123456780123456~%5C%88.%DB%1Cc%87%85%C5%AEb%BD%F9%C5!%2C%8FH%A3%1E%FD%18%1F%FD%25%C0y%7D%9F%2B%3B%C6&udh=1&charset=8-BIT
2016-01-11 02:43:36 [28638] [10] DEBUG:   Fragment: (null)
2016-01-11 02:43:36 [28638] [10] DEBUG: Connecting nonblocking to
<192.168.8.7>
2016-01-11 02:43:36 [28638] [10] DEBUG: HTTP: Opening connection to
`192.168.8.7' (fd=30).
2016-01-11 02:43:36 [28638] [10] DEBUG: Socket connecting


my sms-service config
# SMS SERVICE GET-URL EXAMPLE
group = sms-service
keyword = default
get-url = "
http://192.168.8.7/route.php?sender=%p&receiver=%P&time=%t&text=%a&binary=%b&udh=%c&charset=%C
"
max-messages = 3
concatenation = true
omit-empty = true


Regards

Reply via email to