Sergey Dudnakov wrote:

Good day !

Thanks for answer. Unfortunately, nothing to changes.
My Kannel config file now looks like:
group = core
admin-port = 13000
admin-password = XXX
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1, 11.11.11.11"
smsbox-port = 13003
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
wdp-interface-name = "*"
log-file = /var/log/kannel/kannel.log
log-level = 1

no access-log here? bearerbox has 2 log files 'log-file' for general event logging and 'access-log' for traffic logging. See user's guide.

group = smsc
smsc = smpp
interface-version = 33
host = 22.22.22.22
receive-port = 2775
smsc-username = XXX
smsc-password = XXX
system-type = ""
address-range = ""
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1

and you still get this error in kannel.log?

ERROR: SMPP: Unknown
TLV(0x1402,0x0007,6265656c696e65) for PDU type (deliver_sm) received!

???

Please switch to log-level = 0 for debug log-level and send us the PDU logs for review.

In common terms this is correct ?

yep.

And another problem. When I send the sms message from mobile phone to my
smpp server in the kannel logs (smsbox.log, kannel.log,
sms-access.log) I see, that sms receives (correctly ?), Kannel try to send
answer, but after that this
2006-10-21 09:39:14 [68107] [4] INFO: Starting to service <1212322134> from
<79034059466> to <4769#20713676>
2006-10-21 09:39:14 [68107] [4] DEBUG: formatted text answer: <TEST Service> 2006-10-21 09:39:14 [68107] [4] DEBUG: message length 20, sending 1 messages
2006-10-21 09:39:14 [68107] [0] DEBUG: Got ACK (3) of
5edb321d-f56f-4bc4-8fb0-72061c75fc0f
2006-10-21 09:39:14 [68107] [0] DEBUG: No client - multi-send or ACK to
pull-reply
message appears and no answer sms is received.

But in the sms-access.log I see
2006-10-21 09:38:53 Log begins
2006-10-21 09:39:14 SMS request sender:79034059466 request: '1212322134'
fixed answer: 'TEST Service'
(all correct ?).

now, as you don't use access-log for the core group I can't ask you if there is an entry. :/

In fact the line:

2006-10-21 09:39:14 [68107] [4] INFO: Starting to service <1212322134> from <79034059466> to <4769#20713676>

is suspicious to me, since the to value contains a "#" sign. ?

Please switch log-level do debug and provide us the deliver_sm PDU log of what you receive from the mobile and in case the submit_sm that smsbox replies.

Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to