Have you read the User Guide?

No dia 1 de Novembro de 2010 05:33, sirc saira <sirc_j...@yahoo.com>escreveu:

> how to use kannel http interface?
> how to set up kannel using Nokia 6600? Any configurations? Thanks a lot!
>
> ------------------------------
> *From:* Luís Tiago Rico <lti...@present-technologies.com>
> *To:* sirc saira <sirc_j...@yahoo.com>
> *Sent:* Sun, October 31, 2010 6:52:17 PM
> *Subject:* Re: Need Help: Kannel Configuration for Java Application
>
> Hi,
>
> First you need to set up kannel! You must read the user guide, it will be
> very helpfull and usefull for you.
> After that try to send a message usig the kannel http interface.
>
> If it works than you can go start playing with javacodegeeks kannel api
> (this api also use http kannel interface), if proper configured will work as
> you like. Sorry but I do not know that API for a more detailed explanation.
>
> And remember, this is not a JAVA mailing list! If you still have questions
> about the API you should post in javacodegeeks mailing list. Any Kannel
> questions are welcome here.
>
> Cheers
>
> 2010/10/31 sirc saira <sirc_j...@yahoo.com>
>
>> Hello Guys,
>>
>>  I am a newbie to  kannel and mobile applications.
>>  I need to send a message using kannel  and  java application with
>> javacodegeeks kannel api.
>>
>>  Anyone can give me a kannel configuration? I appreciate it very much.
>> Thanks!
>>
>>
>>  Cellphone Brand: Nokia 6600
>>
>>
>> Here is my Java Code:
>> package javaapplication3;
>> import com.javacodegeeks.kannel.api.*;
>> public class Main {
>>    public static void main(String[] args) {
>>       // TODO code application logic here
>>       SMSManager smsManager = SMSManager.getInstance();
>>       // We can change the prefetch size of the background worker thread
>>      smsManager.setMessagesPrefetchSize(30);
>>       // We can change the send message rate
>>      smsManager.setMessagesSendRate(65);
>>     try {
>>         // Send SMS to a single destination
>>             //smsManager.sendSMS("localhost", "13013", "foo", "bar",
>> "sender_mobile_number", "receiver_mobile_number", "the_message");
>>             smsManager.sendSMS("localhost","13013", "foo", "bar",
>> "+639124192051", "+639124192051", "Message send successfully.");
>>             }catch(Exception e){
>>            System.out.println(e.getMessage());
>>         }
>> }
>> }
>>
>>
>>
>>
>>
>
>
> --
> Luís Tiago Rico
>
> *Present Technologies*
> Rua D. João de Castro, Lote 12
> Urbanização Quinta da Fonte
> 3030-384 Coimbra
> Portugal
>
>
>


-- 
Luís Tiago Rico

*Present Technologies*
Rua D. João de Castro, Lote 12
Urbanização Quinta da Fonte
3030-384 Coimbra
Portugal

Reply via email to