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

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

group = smsbox
sendsms-port = 13013
sendsms-chars = "0123456789+#"
access-log = "/var/log/kannel/sms-access.log"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0

# TEST
group = sms-service
keyword = 1212322134
text = "TEST Service"

In common terms this is correct ?

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 ?).

2006/10/20, Stipe Tolj <[EMAIL PROTECTED]>:
Sergey Dudnakov wrote:

> Have a problem. Please please help. See the mail archives (corrections with
> setting interface-version and smsbox-id), try but nothing to changes.
>
> When using Kannel, have an ERROR and WARNING.
>
> Configuration and log files:
>
> kannel.log:
> svr# tail -f /var/log/kannel.log
> 2006-10-19 14:29:14 [44484] [0] INFO: BOXC: 'smsbox-max-pending' not set,
> using default (100).
> 2006-10-19 14:29:14 [44484] [0] INFO: Set SMS resend frequency to 60
> seconds.
> 2006-10-19 14:29:14 [44484] [0] INFO: SMS resend retry set to unlimited.
> 2006-10-19 14:29:14 [44484] [0] INFO: DLR rerouting for smsc id <(null)>
> disabled.
> 2006-10-19 14:29:14 [44484] [0] INFO: Adding interface *
> 2006-10-19 14:29:14 [44484] [0] ERROR: Missing wapbox-port variable, cannot
> start WAP
> 2006-10-19 14:29:14 [44484] [0] INFO:
> ----------------------------------------
> 2006-10-19 14:29:14 [44484] [0] INFO: Kannel bearerbox II version
> 1.4.1starting
> 2006-10-19 14:29:14 [44484] [0] INFO: MAIN: Start-up done, entering
> mainloop
> 2006-10-19 14:29:17 [44484] [5] INFO: Client connected from <127.0.0.1>
> 2006-10-19 14:31:23 [44484] [6] ERROR: SMPP: Unknown
> TLV(0x1402,0x0007,6265656c696e65) for PDU type (deliver_sm) received!
> 2006-10-19 14:31:23 [44484] [6] WARNING: smsbox_list empty!
> 2006-10-19 14:31:23 [44484] [4] WARNING: smsbox_list empty!
> 2006-10-19 14:31:23 [44484] [4] WARNING: smsbox_list empty!

Hi Sergey,

this looks like SMPP server sends v3.4 PDUs, and we get some optional paraters
for the deliver_sm PDU we don't know of.

Please use the 'interface-version = 33' in the smsc group for the SMPP server to
force the SMSC not to use optional parameters.

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