Java API for Kannel

2010-05-11 Thread Justin Cater
issues and added value functionality that is not supported by the Gateway out of the box. Feel free to review, comment and enhance the API code! If you are interested, you can visit us at http://javacodegeeks.blogspot.com/ Best Regards Justin Cater

Re: Java API for Kannel

2010-05-11 Thread Justin Cater
smsManager.stopSMSManagerWorker(); } The upcoming release of the API will include WAP Push functionality also! so stay tuned! Best Regards Justin 2010/5/11 Luis Fernando GutiƩrrez > Hello Justin. > > I browsed to > http://sites.google.com/site/kioubsite/Programming/Kannel-Encodin

Re: Cyrillic support

2010-05-11 Thread Justin Cater
Hello Kirill, You must set the coding attribute to 2 (UCS2) in the GET HTTP URL for SMS push. The message should be in UTF-16 format (URL encoded) - preferred - or in UTF-8 if all the characters of the message have the same mapping in UTF-8 and UTF-16 formats. Regards Justin 2010/5/11 Kirill Pe

Java API for Kannel SMS/WAP gateway

2010-05-18 Thread Justin Cater
Hello all, We released version 1.0.1 of Java API for Kannel SMS/WAP gateway. In the latest version a bug is fixed concerning the GSM encoding of SMS messages. Now messages are properly encoded and send to the SMSC for all available encodings (GSM, UTF-8, UCS2) The latest version also introduces

Java API for Kannel SMS/WAP gateway

2010-05-24 Thread Justin Cater
Hello all, We released version 1.0.2 of Java API for Kannel SMS/WAP gateway. The latest version introduces prioritized WAP Push functionality and bulk WAP Push messaging. For more information visit our blog The upcoming version will introduce, scheduled mess

Lost DLRs

2010-07-04 Thread Justin Cater
Hello all, We are using Kannel 1.4.3 Stable release in a major installation of one of our clients. Everything is working as expected except SMS delivery report handling (we are using "internal" delivery storage type - for performance reasons). We are facing two problems : --> After a graceful res

Re: Lost DLRs

2010-07-04 Thread Justin Cater
_entry is missing are discraded. > > User's guide explains that. It also says to use DB dlr-storage if you want > your dlr-entries to be preserved across restarts. Else, you shouldn't > restart bb. > > BR, > Nikos > - Original Message - From: "Justin