hi,

I could not sent coded picture message from sqlbox to mobile.
I got following error everytime, i.e.
***********************************************
 SMSC returned error code 0x00000043 (Invalid esm_class field data) in
response to submit_sm.
**********************************************

I am using 1.4.3 kannel version with sqlbox 0.7.
My configuration files are:-----
/etc/kannel.conf

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
status-password = foo
admin-deny-ip = ""
admin-allow-ip = "127.0.0.1"
log-file = "/var/log/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "00358,0"
#access-log = "access.log"
#store-file = "kannel.store"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
#dlr-storage = mysql

group = smsc
smsc=smpp
smsc-id=syscomes1
allowed-smsc-id =syscomes1
denied-smsc-id =syscomes2
interface-version=34
host=8.6.95.145
port=2345
#receive-port=7776
smsc-username=demovfsoutsmpp3
smsc-password=d54lp3ok
system-id=
transceiver-mode = true
system-type=0
dest-addr-ton=1
dest-addr-npi=1
transceiver-mode=1

group = smsc
smsc=smpp
smsc-id=syscomes2
allowed-smsc-id =syscomes2
denied-smsc-id =syscomes1
interface-version=34
host=8.6.95.145
port=2345
#receive-port=7776
smsc-username=demovfsoutsmpp3
smsc-password=d54lp3ok
system-id=
transceiver-mode = true
system-type=0
dest-addr-ton=1
dest-addr-npi=1
transceiver-mode=1
alt-charset = UTF-8
esm_class=3

/etc/sqlbox.conf
group = mysql-connection
id = sqlbox-db
host = localhost
username = root
password = ""
database = kannel
# max count of connections that will be opened for dbpool
# default is 1
max-connections = 1

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13015
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/kannel-sqlbox.log"
log-level = 0
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ssl-trusted-ca-file = ""
################################################

My insert query into send_sms as: -

insert into
send_sms(momt,sender,receiver,msgdata,smsc_id,boxc_id,udhdata,coding,service)values('MT','58787','+919040421584','04F40100000001','syscomes1','dlrbox','06050415820000',2,'hungama');

#################################################

Please help me,

Thanks and kind Regards,

Kaustuva Kumar Bedant
System Administartor
Syscomes Enterprise Solution Private Limited,
210/1320, N.S Road, Bhubaneswar, Orissa –751006, India .
Mobile: - 09861468232
Phone:+91-0674-2570382
Fax: 91-0674-2575271





Reply via email to