Re: Kannel in Ubuntu box

2009-06-07 Thread Frank Tilugulilwa
Thanks Nikos, I have dedicated the whole of today to read the manual first. Frank Nikos Balkanas wrote: Have you read the User's manual? How did you compile? There is an excellent section in there "Configuration" which would answer all of your questions step by step. BR, Nikos - Original

Re: Kannel in Ubuntu box

2009-06-07 Thread mugisha moses
you can try apt-get install kannel . kannel comes as part of the ubuntu distribution. here are sample config files. hope they help. On Fri, Jun 5, 2009 at 10:33 PM, Frank Tilugulilwa wrote: > Hi all, > I am struggling getting Kannel to work with Huawei 3G Modem K3520 in Ubuntu. > Anyone managed t

Re: sendota problems

2009-06-07 Thread Nikos Balkanas
Hi Julien, I looked it up and it is not trivial. As it stands kannel supports only the Nokia OTA characteristic-list specs. It doesn't support the wap-provisioningdoc specs. As such a complete reworking of the ota-compiler would be needed to accomodate it. Since I am lacking ota development/

Re: SQLBox with utf8 chars

2009-06-07 Thread Benaiad
Thank you Nikos, But how can I configure kannel to call a stored procedure in mysql, I think this will help non programmers users. TIA 2009/6/8 Nikos Balkanas > You don't need smsbox to push SMS, if you have sqlbox. But you need it > for incoming SMS and sms services. > > BR, > Nikos > > -

Re: Hex content

2009-06-07 Thread Nikos Balkanas
Hi, Could you please post the relative entries from bearerbox access & application logs, and smsbox detailed application logs? Normally the url you are using should be enough, but since you are sending it through an application, a packet dump would be insightful. BR, Nikos - Original Mes

Re: 7bit encoded messages

2009-06-07 Thread Nikos Balkanas
Hi, Use &coding=0 in your URL. BR, Nikos - Original Message - From: Remon To: users@kannel.org Sent: Monday, June 08, 2009 1:32 AM Subject: 7bit encoded messages Hi, How can I send 7bit encoded text messages using Kannel’s http send interface? Thanks,

Re: SQLBox with utf8 chars

2009-06-07 Thread Nikos Balkanas
You don't need smsbox to push SMS, if you have sqlbox. But you need it for incoming SMS and sms services. BR, Nikos - Original Message - From: Benaiad To: users Sent: Saturday, June 06, 2009 10:05 PM Subject: Re: SQLBox with utf8 chars Correction: I've successfully impl

Re: Kannel in Ubuntu box

2009-06-07 Thread Nikos Balkanas
Have you read the User's manual? How did you compile? There is an excellent section in there "Configuration" which would answer all of your questions step by step. BR, Nikos - Original Message - From: "Frank Tilugulilwa" To: Cc: Sent: Saturday, June 06, 2009 9:31 AM Subject: Re: Ka

7bit encoded messages

2009-06-07 Thread Remon
Hi, How can I send 7bit encoded text messages using Kannel's http send interface? Thanks,

Re: Hex content

2009-06-07 Thread Eduardo Bobsin
Hi, I realized that after reading the docs some hours ago. The question now is: how can I send latin characters and the device interpreting it correctly as a text string and not as a hex string or binary content? Thanks, - Eduardo Bobsin Machado 2009/6/5 Niko