Hi List,
I m trying to send 20 sms in a loop.
a single sms works fine.
now i m trying to send 20 sms in a loop.the same block gets executed for all
sms.the situation is that,some sms do not reach bearerbox and as a result
submit_sm are not seen for those.i m using kannel revision svn-r4845'.

what could be the problem or i m doing some thing wrong.There are no errors
in log.

kannel.conf:

group = core
admin-port = 13000
admin-password = daf
status-password = daf
#admin-deny-ip = ""
admin-allow-ip = "194.79.95.3"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
smsbox-port = 13001
wapbox-port = 13002
wdp-interface-name = "*"
store-file = "/var/log/kannel/kannel.store"

# SMSC SMPP
group = smsc
smsc = smpp
smsc-id = xxx
host = xx.xxx.xxxx.xxx
port = 7677
transceiver-mode = true
alt-charset = "ISO-8859-1"
msg-id-type=0x01
system-type = "xxx"
service-type = "xxxxx"
address-range = ""
max-pending-submits = 10
smsc-username = "xxxx"
smsc-password = "xxxxxxx"
connect-allow-ip = "*.*.*.*"
dest-addr-npi = 1
dest-addr-ton = 1
throughput = 100

# SMSC HTTP
group = smsc
smsc = http
msg-id-type=0x01
smsc-id = C
system-type = kannel
smsc-username = tester
smsc-password = foobar
port = 13015
connect-allow-ip = "*.*.*.*"
send-url = "http://xxxx.com:13015/cgi-bin/sendsms";

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789+"
global-sender = 13013
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
sendsms-url = /cgi-bin/sendsms

group = sms-service
keyword = default
get-url = "http://xxxxx.com/xxx.php";
max-messages = 0
omit-empty = true
catch-all = true
keyword=default

group=sendsms-user
username=xxx
password=xxx
user-allow-ip= "*.*.*.*"

in smsbox.log i seee as bellow
I will simplify my probelm and narrow down it:
lets say i sent 3 sms to same number with contents 
my baby1,mybaby2,my baby3.
so here first and last message are seen as submit_sm in bearerbox.log and in
smsbox.log bellow is seen for 2nd message but does not appear as a submit_sm
in bearerbox.log.so first(my baby1) and last(my baby 3) are seen in
smsbox.log and as well BB.log and delivered too but 2nd one is only seen in
smsbox.log.


2010-10-01 12:01:29 [6820] [3] INFO: smsbox: Got HTTP request
</cgi-bin/sendsms> from <xx.xxx.xxx.xx>
2010-10-01 12:01:29 [6820] [3] INFO: sendsms used by <e-goi>
2010-10-01 12:01:29 [6820] [3] INFO: sendsms sender:<daf:dafodil>
(xx.xxx.xxx.xx) to:< 919437112909> msg:<my baby2>
2010-10-01 12:01:29 [6820] [3] DEBUG: Stored UUID
5b7efe6f-349a-446e-8071-248b5da21161
2010-10-01 12:01:29 [6820] [3] DEBUG: message length 35, sending 1 messages
2010-10-01 12:01:29 [6820] [3] DEBUG: Status: 202 Answer: <Sent.>
2010-10-01 12:01:29 [6820] [3] DEBUG: Delayed reply - wait for bearerbox
2010-10-01 12:01:29 [6820] [0] DEBUG: Got ACK (0) of
5b7efe6f-349a-446e-8071-248b5da21161

so where i m wrong.

Br
Daf

-- 
View this message in context: 
http://old.nabble.com/SMS-missing-tp29857029p29857029.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to