SQLBox may acts as DLR storage also. You don't need any DLR URL anymore.
How do you run SQLBox? In order to store the DLR, SQLBox need to be
stands between Bearerbox and SMSBox (Bearerbox - SQLBox - SMSBox)



Willy


On Tue, 2009-05-19 at 13:45 +0000, Eduardo Raad wrote:
> William, i tested it with an smsbox connected along with the sqlbox and it 
> worked. The dlr url got called.
> 
> Eduardo
> Sent from my BlackBerry® wireless device
> 
> -----Original Message-----
> From: William Maas <[email protected]>
> 
> Date: Mon, 18 May 2009 19:20:24 
> To: <[email protected]>
> Subject: Re: SLQBox dlr-url not fetched
> 
> 
> Thanks, those are my config files
> 
> Bearerbox config file
> --------------------------------------------------------
> group = core
> admin-port = 13000
> smsbox-port = 13001
> admin-password = $digital
> log-file = "/var/log/kannel/core.log"
> log-level = 0
> access-log = "/var/log/kannel/access.log"
> dlr-storage = internal
> 
> #SMSC-XXXXXXXXX
> group = smsc
> smsc-id= XXXXXXX
> smsc = smpp
> host=X.X.X.X
> port = X
> receive-port = X
> smsc-username= username
> smsc-password= password
> system-type= "smpp"
> allowed-smsc-id=XXXXXXXXXX
> msg-id-type = 1
> throughput = 10
> 
> Sqlbox config file
> --------------------------------------------------------
> group = sqlbox
> id = my_sqlbox
> smsbox-id = sqlbox
> bearerbox-host = localhost
> bearerbox-port = 13001
> smsbox-port = 13003
> 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 = my_sqlbox
> host = localhost
> username = (username)
> password = (password)
> database = database
> max-connections = 10
> 
> 
> Smsbox config file
> --------------------------------------------------------
> group = smsbox
> bearerbox-host = localhost
> bearerbox-port = 13001
> sendsms-port= 13013
> log-file = "/var/log/kannel/smsbox.log"
> log-level = 0
> 
> group= sendsms-user
> username= (username)
> password= (password)
> dlr-url=http://localhost/my_dlr_script.php?sender=%p&receiver=%P&status=%d&a
> nswer=%A&smsc=%i&ts=%t&service=%n
> 
> group = sms-service
> keyword = XXXXXX
> keyword-regex = .*
> allowed-receiver-prefix = "9999"
> catch-all = true
> get-url = "http://localhost/my_msj_script.php?parameters
> omit-empty = true
> accept-x-kannel-headers = true
> max-messages = 3
> concatenation = true
> 
> 
> Thanks again
> 
> On 5/18/09 7:09 PM, "Eduardo Raad" <[email protected]> wrote:
> 
> > What kind of smsc are you using? Please post your bearerbox config file.
> > 
> > Eduardo
> > ------Original Message------
> > From: William Maas
> > Sender: [email protected]
> > To: [email protected]
> > Subject: SLQBox dlr-url not fetched
> > Sent: May 18, 2009 20:05
> > 
> > Hello,
> > 
> >     I have installed the SQLBox and it is working fine but the DLRs are not
> > working with the url I provided. I have tried with the coded and uncoded url
> > but it does not work anyway.
> > 
> >     Help please,
> 


Reply via email to