Hello Team,

I am sending sms through http application using kannel.

But I'm getting multiple messages on particular number.

This is my setup:

*bearerbox.conf*
group = core
admin-port = "13000"
admin-port-ssl="no"
admin-password = "xxxx"
status-password = "xxxx"
admin-deny-ip="*.*.*.*"
admin-allow-ip="*.*.*.*"
smsbox-interface ="127.0.0.1"
smsbox-port = "13001"
log-file = "/var/logs/kannel1.log"
log-level = "0"
access-log = "/var/logs/access1.access"
dlr-storage = "mysql"
sms-incoming-queue-limit = -1
sms-outgoing-queue-limit = 100000
smsbox-max-pending = 100
sms-resend-freq = 120
sms-resend-retry = 5

*smsc.conf*
group = smsc
smsc = "smpp"
smsc-id = "SMSC"
log-file = "/var/SMSC_LOG1.log"
log-level = "0"
host = xxx.xxx.xxx.xxx
port = "xxx"
smsc-username = "xxxxxxx"
smsc-password = "xxxxxxx"
allowed-smsc-id = "SMSC"
preferred-smsc-id = "SMSC"
source-addr-ton = "0"
source-addr-npi = "1"
dest-addr-ton = "1"
dest-addr-npi = "1"
service-type = "CMT"
system-type = "SMPP"
alt-charset="UTF-8"
alt-addr-charset = "GSM"
bind-addr-ton = "0"
bind-addr-npi = "0"
enquire-link-interval = "120"
reconnect-delay = "10"
transceiver-mode = "true"
interface-version = "34"
connection-timeout = "0"
throughput = "100"
wait-ack-expire=0x02
reroute-dlr=1

*Kannel Monitor:*

SMS: received 0 (0 queued), sent 1055 (*0 queued*), store size -1
SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (1.01,0.30,0.02) msg/sec

DLR: received 2092, sent 0
DLR: inbound (0.59,0.47,0.03) msg/sec, outbound (0.00,0.00,0.00) msg/sec
DLR: 764 queued, using mysql storage

Box connections:
    smsbox:sqlbox1, IP 127.0.0.1 (*0 queued*), (on-line 0d 18h 40m 35s)
 SMSC connections:
    *SMSC*[SMSC]    SMPP:XXX.XXX.XXX.XXX:XXXX/XXXX:XXXXXXX:VMA (online,
rcvd: sms 0 (0.00,0.00,0.00) / dlr 0 (0.00,0.00,0.00), sent: sms 0
(0.00,0.00,0.00) / dlr 0 (0.00,0.00,0.00), failed 0, *queued 0 msgs*)


So please check my configuration and let me know what should be my setting
for this required setup.

One more thing I'm facing this problem because of queue shows on SMSC
connection.





*Thanks*

*Amaar Ali*
*Pune (M.H.)*

Reply via email to