Hello Nikos, By ACK you mean DLRs coming back ? It seems that if I set the field 'box_id' in the sqlbox table 'send_sms' to my 'smsbox-id' (the one connected to sqlbox-mo) all DLRs coming to bb are forwarded to my smsbox so I can handle correctly on application side all MT sent through sqlbox-mt and the DLRs coming back on the other side.
Or I did not understand what you mean... by *sqlbox doesn't send ACKs to bearerbox* Emmanuel 2010/8/12 Nikos Balkanas <[email protected]> > Hi Emmanuel, > > It just ocured to me that SQLbox-MT will not work. It turns out that sqlbox > doesn't send ACKs to bearerbox, so all dlrs received remain in storage and > are continuously resent by bb. You have to fudge it by connecting another > smsbox to it to supply the missing ACKs. > > BR, > Nikos > ----- Original Message ----- From: "Nikos Balkanas" <[email protected]> > To: "Emmanuel CHANSON" <[email protected]> > Cc: "users" <[email protected]> > Sent: Thursday, August 12, 2010 5:39 AM > > Subject: Re: Kannel and mods design question > > > Just one more point. I imagine you use sqlbox-MO just for billing. >> Otherwise an smsbox--besarerbox-modem would be better. >> >> BR, >> Nikos >> ----- Original Message ----- From: Emmanuel CHANSON >> To: Nikos Balkanas >> Cc: users >> Sent: Thursday, August 12, 2010 2:50 AM >> Subject: Re: Kannel and mods design question >> >> >> Thanks Nikos, >> >> You understand well my questions. >> >> - 1) For individual SMS pushed better to use smsbox HTTP API >> - 2) For batch SMS ( AO-MT I mean ) better to use sqlbox injection. >> - 3) MO and DLRs handled by sqlbox-mo and smsbox >> >> I have separated the MO and MT flow by connecting two sqlbox (one for MO >> and DLRs and the others for MT injection) >> I know we can think differently (work with just one sqlbox) but I will >> work like this for my purpose that is to use a GUI ( new PlaySMS branch >> created called PlaySMS-KMΒ² who can use smsbox HTTP API for single SMS and >> sqlbox MT injection for batch, with some others things). >> >> Regards, >> >> Emmanuel >> >> >> >> 2010/8/12 Nikos Balkanas <[email protected]> >> >> Hi Emmanuel, >> >> I don't quite understand what you mean. Can you elaborate? >> >> 1) Unitary SMS. You mean individual SMS pushed on demand? Definitely the >> smsbox HTTP API. You will need some kind of fancy HTTP interface for the >> client. You may need also online accounting/billing. >> >> 2) batch/mailing? You mean batch submit SMS over SMTP? You can definitely >> use sqlbox for the batch part, you will need some fancy footwork to extract >> SMS into the DB. >> >> 3) MO and DLRs. The scheme you describe will handle both MOs and DLRs. >> >> I am not sure what you mean by the distinction of MT-sqlbox and MO-sqlbox, >> I don't have that much experience with it, and maybe someone can add if it >> needs something else. AFAIK sqlbox can handle both kinds of traffic, without >> the need of anything external. >> >> BR, >> Nikos >> ----- Original Message ----- From: Emmanuel CHANSON >> To: users >> Sent: Thursday, August 12, 2010 12:10 AM >> Subject: Re: Kannel and mods design question >> >> >> >> Hello, >> >> Any advises about this question below ? >> >> Regards, >> >> Emmanuel >> >> >> 2010/8/11 Emmanuel CHANSON <[email protected]> >> >> I post this question just to get feedback from you experts about the best >> way to design a kannel system where needs are: >> - unitary SMS ( CGI script from smsbox in this case is recommended ?) >> - batch/mailling SMS (MT injection in sqlbox-mt in this case ?) >> - MOs and DLRs to receives (sqlbox-mo and smsbox in this case ?) >> >> Traffic is not high for MO (1 SMS / minute) , a little bit more for MT >> mailling ( batch of 5000 per day, so DLRs comming back have to be handled) >> >> My actuel config: >> >> HTTP CGI script --> SMSBOX <---> SQLBOX-MO <---> BEARERBOX <---> >> MODEM/SMS-C >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β | >> >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β | >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β >> Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β | >> HTTP SCRIPT for MT Injection -----> SQLBOX-MT--------------- >> >> Question is this relevant to configure Kannel like this for my purposes ? >> >> >> Best Regards, >> >> -- >> Emmanuel >> >> >> >> >> -- >> Emmanuel >> >> CHANSON Emmanuel >> >> Mobile Nouvelle-CalΞΉdonie: +687.77.35.02 >> >> Mobile France: +33 (0) 6.68.03.89.56 >> @email : [email protected] >> >> >> >> >> -- >> Emmanuel >> >> CHANSON Emmanuel >> Mobile Nouvelle-CalΓ©donie: +687.77.35.02 >> Mobile France: +33 (0) 6.68.03.89.56 >> @email : [email protected] >> > > -- Emmanuel CHANSON Emmanuel Mobile Nouvelle-Calédonie: +687.77.35.02 Mobile France: +33 (0) 6.68.03.89.56 @email : [email protected]
