DLR issue to opensmppbox mclient

Dev Sharma <[email protected]>
Newsgroups gmane.comp.mobile.kannel.user
Message-ID <[email protected]>
Dear All,

i am facing DLR issue to opensmppbox client.

Opensmppbox --> Http Generic SMSC -- >our internal API

SMs is processed as above but confirmation of SMS submission on smppbox
connectiivty . is not returned to opensmppbox client. so SMS is in pending
state at client end.

however , our internal API is given response OK but this response OK is not
returned to opensmppbox client and aslo not being saved in sqlbox DB , i
need it should be returned to opensmppbox client..
Can you pls help me?

Thanks in advance..

My configuration :

kannel.conf

group = core

admin-port = 13000

smsbox-port = 13001

wapbox-port = 13002

admin-password = adminuser

#status-password = adminpass

#admin-deny-ip = ""

admin-allow-ip =
"127.0.0.1;10.0.0.199;192.168.26.5;192.168.26.10;192.168.26.2"

#box-deny-ip = "*.*.*.*"

box-allow-ip = "127.0.0.1;10.0.0.199;10.0.0.165"

#unified-prefix = "+358,00358,0;+,00"

log-level = 7

log-file = "/var/log/kannel.log"

#log-file = "/tmp/kanneldebug.log"

access-log = "/tmp/access.log"

store-file = "/tmp/kannel.store"

#ssl-server-cert-file = "cert.pem"

#ssl-server-key-file = "key.pem"

#ssl-certkey-file = "mycertandprivkeyfile.pem"

sms-combine-concatenated-mo = true

sms-combine-concatenated-mo-timeout = "1800"

dlr-storage = mysql

wdp-interface-name="*"




group = smsbox-route

smsbox-id = "smppbox1"

smsc-id = "KHItest"


group = smsc

smsc = http

system-type = generic

smsc-id="KHItest"

#host=xx.xx.xx.xx

receive-port=43

port = 13017

send-url =" https://xx.xx.xx.xx/DS/php/msg=%a&mobileno=%p"

status-success-regex = "OK"

status-permfail-regex = "error"

status-tempfail-regex = "retry later"

reroute-dlr = true

transceiver-mode = true

generic-message-sent = "Message sent with ID: %I"

generic-status-sent = 200

generic-status-error = 404

group = smsbox

bearerbox-host = localhost

sendsms-port = 13013

bearerbox-port=13005

mo-recode=true
http-request-retry = 3

http-queue-delay = 3

reply-emptymessage = ""

--------------------------
opensmppbox.conf

group = core
dlr-storage = mysql

group = opensmppbox
opensmppbox-id = smppbox1
bearerbox-host = localhost
#admin-port = 13000
#smsbox-port = 13005
opensmppbox-port = 2875
#bearerbox-host = 127.0.0.1
bearerbox-port = 13005
#smsbox-id = dlrbox2
log-level = 0
log-file = /var/log/opensmppbox.log
our-system-id = smppbox1
route-to-smsc = "KHItest"
source-addr-ton=5
source-addr-npi=0
#dlr-mask=31
smpp-logins = "/usr/local/sbin/smpplogins1.txt"
use-systemid-as-smsboxid=true

group = mysql-connection
id = mydlr
host = localhost
username = "root"
password = "abc123"
database = sqlbox
# max count of connections that will be opened for dbpool
# default is 1
max-connections = 10
#port=3306

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc


---------------------------------
SQLBOX.conf





group = sqlbox
id = sqlbox-db
smsbox-id = dlrbox2
#global-sender = "My Sender"
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
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

group = mysql-connection
id = sqlbox-db
host = localhost
port=3306
username = "root"
password = "abc123"
database = sqlbox







Regards
DS <https://xx.xx.xx.xx/DS/php/msg=%a&mobileno=%p> 



--
Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.