Hi Alej, PPG is not binary (wbxml) encoded. It is sent as SMS. There is some light encoding, however, relating to PAP control documents and si/sl. The final SMS delivered is a short message (SMS) within a URL. So I imagine what I need to do, is to take a tcpdump between the communication of wapbox and bearerbox, and use that format to send my PPG messages.
I just need to bulk insert the messages in the database pointed by SQLbox, and it will mass process them. Is the advantage significantly better than mass sending parallel PPG requests over HTTP? Thanx, Nikos ----- Original Message ----- From: Alejandro Guerrieri To: Nikos Balkanas Cc: Thomas Gottgens ; [email protected] Sent: Sunday, January 25, 2009 8:55 PM Subject: Re: Re[2]: SQLBox Problem - Group 'sqlbox' is no valid group identifier. Nikos, If you've meant to use kannel's PPG instead, no, afaik you cannot do it that way. However, If you binary-encode the messages, you can insert wap-pushes as binary messages into the DB and it will be queued into bearerbox as well. Regards, Alejandro On Sun, Jan 25, 2009 at 6:00 PM, Nikos Balkanas <[email protected]> wrote: Thanks, So it is used for efficient bulk sendSMS. I imagine it can not be used for bulk PPG. Correct? Nikos ----- Original Message ----- From: Thomas Gφttgens To: Nikos Balkanas Cc: users Sent: Sunday, January 25, 2009 6:35 PM Subject: Re[2]: SQLBox Problem - Group 'sqlbox' is no valid group identifier. Hello Nikos, Sunday, January 25, 2009, 5:16:02 PM, you wrote: Sorry for the naive question. What is SQLbox used for? I read the README file, but apparently I do not understand the purpose of a DB middleware between the communication of bearerbox and smsbox. SQLbox is great for 'burst' traffic injection. We use Kannel als a backend for Paramedic and Firefighter alerts, so most of the time our SMSC links idle, but in case we need traffic it's spiking. Injecting each message via HTTP would be feasible, but sqlbox does the job better and with less system load. Imagine having to inject hundreds of messages within a few seconds, and you see where sqlbox comes into the game. -- Best regards, Thomas mailto:[email protected]
