Re: MySQL Save from smpp

2012-02-07 Thread Trevor Benedict
runs SVN version he probably knows that already ;-) > >> -original message- >> Subject: Re: MySQL Save from smpp >> From: Trevor Benedict >> Date: 07/02/2012 8:04 pm >> >> Is that not in the svn? >> Where is that located? >> >> Thanks, &g

Re: MySQL Save from smpp

2012-02-07 Thread Milan P. Stanic
o install libssl-dev and libxml-dev and some other development packages. But becasue he runs SVN version he probably knows that already ;-) > -original message- > Subject: Re: MySQL Save from smpp > From: Trevor Benedict > Date: 07/02/2012 8:04 pm > > Is that not in the svn? &g

Re: MySQL Save from smpp

2012-02-07 Thread Milan P. Stanic
On Tue, 2012-02-07 at 09:51, Trevor Benedict wrote: > I am having a hell of a hard time trying to get bearerbox to save > incoming smpp pdu's into the database. > What am I doing wrong? Ive spent the last 3 days trying to get this working. ^ Read userguide carefully. dlr-stor

Re: MySQL Save from smpp

2012-02-07 Thread Aleksandar Smolovic
you have it in "addons" dir... Prior that you need to install openssl-devel package and libxml2 package -original message- Subject: Re: MySQL Save from smpp From: Trevor Benedict Date: 07/02/2012 8:04 pm Is that not in the svn? Where is that located? Thanks, - Trevor On Tue, Feb 7,

Re: MySQL Save from smpp

2012-02-07 Thread Alvaro Cornejo
Yes, it is in snv but another trunk. I don't remember where exactly but search the mailing list for download sqlbox. On 2/7/12, Trevor Benedict wrote: > Is that not in the svn? > Where is that located? > > Thanks, > - Trevor > > On Tue, Feb 7, 2012 at 10:54 AM, Alvaro Cornejo > wrote: >> Hi >> >

Re: MySQL Save from smpp

2012-02-07 Thread Trevor Benedict
Is that not in the svn? Where is that located? Thanks, - Trevor On Tue, Feb 7, 2012 at 10:54 AM, Alvaro Cornejo wrote: > Hi > > bearerbox DOES NOT permanently save any to mysql. You need to use > sqlbox for that --or your own app--. > > Bearerbos uses mysql only to track dlr. Once it receives a

Re: MySQL Save from smpp

2012-02-07 Thread Alvaro Cornejo
Hi bearerbox DOES NOT permanently save any to mysql. You need to use sqlbox for that --or your own app--. Bearerbos uses mysql only to track dlr. Once it receives a final status, it removes the entry from db. That is why that table is -almost- always empty. Regards Alvaro On 2/7/12, Trevor Ben