You need to put sqlbox in between of smsbox and bearerbox, opensmppbox should connect to sqlbox as well.
And, yes as Rene said you need to connect to ESME as transceiver or receiver mode. Do not forget to specify IP as well in logins.txt file. (4th argument) 2012/4/26 Rene Kluwen <[email protected]> > It should work out of the box if the ESME is connected as a RECEIVER or > TRANSCEIVER.**** > > ** ** > > == Rene**** > > ** ** > > ** ** > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Mumbi > *Sent:* Thursday, 26 April, 2012 13:47 > *To:* [email protected] > *Subject:* Re: DLR routing to Opensmppbox**** > > ** ** > > ** ** > > Hi All,**** > > ** ** > > Has anyone been successful with sending DLR received from a SMSC to an > ESME connected using opensmppbox?**** > > Could you explain how you configured this to work.**** > > ** ** > > Mumbi**** > > ** ** > ------------------------------ > > *From:* Mumbi <[email protected]> > *To:* "[email protected]" <[email protected]> > *Sent:* Thursday, April 19, 2012 2:53 PM > *Subject:* DLR routing to Opensmppbox**** > > > > **** > > Hi all,**** > > ** ** > > I'm using Kannel 1.5.0 svn. I have the following kannel configuration with > sqlbox, opensmppbox and Mysql running. > > SMSC <----> bearerbox <----> sqlbox <----> smppbox <----> ESME > > What is working > I can send a message from the ESME to Kannel then to the SMSC. A message > from the SMSC can also be delivered to Kannel then to the ESME. > > What is not working > When I send a message from the ESME to SMSC, I what DLR sent by SMSC to be > sent to the ESME. Bearerbox receives the DLR sent by the SMSC, but does not > route it to the ESME. How do I get DLR from SMSC to be delivered to ESME.. > I plan to have several ESMEs connected to my kannel. > > *KANNEL CONF* > group = core > smsbox-port = 15310 > dlr-storage = mysql > . > group = smsc > smsc = smpp > smsc-id = testsmsc > host = xxx.xxx.xxx.xxx > port = xxxxx > smsc-username = "xxxxx" > smsc-password = xxxxx > system-type = "xxxxx" > allowed-smsc-id = "testsmsc" > . > group = smsbox > bearerbox-host = 127.0.0.1 > bearerbox-port = 15352 > smsbox-id = box1 > . > group = smsbox-route > smsbox-id = esme1 > smsc-id = "testsmsc" > shortcode = "100" > . > ------------------ > SQLBOX CONF > group = sqlbox > id = sqlbox-db > smsbox-id = sqlbox1 > bearerbox-host = localhost > bearerbox-port = 15310 > smsbox-port = 15352 > sql-log-table = sent_sms > sql-insert-table = send_sms > . > ------------------ > OPENSMPP CONF > group = opensmppbox > opensmppbox-id = osmpp > opensmppbox-port = 13339 > bearerbox-host = localhost > bearerbox-port = 15352 > . > ------------------**** > > ** ** > > Regards**** > > ** ** > > Mumbi**** > > ** ** >
