Re: Error reading from fd 22

2010-05-11 Thread Nikos Balkanas
I don't know what is fd 22. I presume it is the SMSc. You connect fine without ssl? Why then try ssl? Chances are that your provider might not support ssl connections. BR, Nikos - Original Message - From: Kiran Reddy ki...@uniceltech.com To: Nikos Balkanas nbalka...@gmail.com;

Re: Error reading from fd 22

2010-05-11 Thread Alejandro Guerrieri
File Descriptor #22, which happens to be the socket connection. It's C way of saying that the socket connection was dropped. Regards, Alex 2010/5/11 Nikos Balkanas nbalka...@gmail.com I don't know what is fd 22. I presume it is the SMSc. You connect fine without ssl? Why then try ssl?

Re: DLR not fw to Kannel when mailling SMS is performed

2010-05-11 Thread Emmanuel CHANSON
I am also getting the following error below during the sending of my SMS mailling and I don't know if it is linked with this. Test: 40 SMS were sent, I received the ACK (but no Success/STATUS-REPORT maybe stored in the mobile) and after that I receive the error: +CMS ERROR: An unknown error

Re: Error reading from fd 22

2010-05-11 Thread Kiran Reddy
Hi Alejandro, When we starting the client it is showing that SSL connection is established succesfully (marked in green) between the server and the client. After that it is showing SSL read failed (marked in red) error. Please help. thanks in advance. LOGS : INFO: Client SSL connection from IP

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
Harmeet, Why are you posting an outdated logs, you've to be serious man. And check the previous email. *2010-05-06* 15:48:32 [12362] [3] DEBUG: OTA service with XML document 2010-05-06 15:48:32 [12362] [3] WARNING: OTA compiler: Unknown attribute 'type' in OTA source, with value 'BOOTSTRAP'.

Java API for Kannel

2010-05-11 Thread Justin Cater
Hello all, We are proud to present our Java API for Kannel! We are using Kannel for several years and we are very pleased with the provided functionality and performance, so we feel that it is our obligation to contribute and give back to the community and provide a Java API to handle encoding

Re: Regarding OTA Message

2010-05-11 Thread Benaiad
Nice, now provide the xml settings doc that you are trying to submit and a part of your program related to building this document. I'll try to send it from my system. On Tue, May 11, 2010 at 12:06 PM, Harmeet Singh harmeet.dhing...@gmail.comwrote: Hi, I have just check the date of the

Re: Error reading from fd 22

2010-05-11 Thread Nikos Balkanas
Correction Alex. It is not C's way of saying that the socket connection was dropped, but Kannel's providing for some indeterminate logging. Saying that a connection was dropped. without specifying the connection is pretty much worthless in a multithreaded context. Especially meaningless is the

Re: Error reading from fd 22

2010-05-11 Thread Alejandro Guerrieri
Well, that error is actually a socket error coming from below. If you look at the logs, it has the same thread id (3704) as the pdu, so at least for me there's no doubt about what connection is referring to. The actual error is: 2010-05-10 18:10:37 [3704] [6] ERROR: System error 104: Connection

Re: Error reading from fd 22

2010-05-11 Thread Kiran Reddy
Dear Alejandro and Nikos, Thaks for replay i will check the SSL and also with SMSC. :-) Thanks and Regards, Kiran Reddy ---Original Message--- From: Alejandro Guerrieri To: Nikos Balkanas Cc: Kiran Reddy , users@kannel.org Subject: Re: Error reading

Does Kannel Support CDMA Modem

2010-05-11 Thread Anshu Sah
Hello Do you think Kannel Support CDMA Modems?? -- Regards Anshu

Re: Java API for Kannel

2010-05-11 Thread Luis Fernando Gutiérrez
Hello Justin. I browsed to http://sites.google.com/site/kioubsite/Programming/Kannel-Encoding-Clarifications but I think there are some missing images or code? I couldn't see the API usage examples. Luis Fernando Gutiérrez From: Justin Cater

Re: Java API for Kannel

2010-05-11 Thread Justin Cater
Hello Luis, That's weird, i use Firefox and Chrome and the examples are displayed correctly, nevertheless i am posting the API usage examples here as well, public static void main(String[] args) { SMSManager smsManager = SMSManager.getInstance(); // We can change the prefetch size of

Cyrillic support

2010-05-11 Thread Kirill Peskov
Hi i'm trying to resolve Cyrillic sms sending using Kannel kanel log shows me 2010-05-10 19:03:34 send-SMS request added - sender:playsms:Prof 90.156.232.46 target:79217436129 request: 'This is a test message. Это тестовое сообщение' 2010-05-10 19:03:34 Sent SMS [SMSC:tz812] [SVC:playsms] [ACT:]

RE: Does Kannel Support CDMA Modem

2010-05-11 Thread info.ubichip
Hello, Kannel does not support CDMA natively but it could be done using some other code and http smsc. regards _ From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Anshu Sah Sent: mardi 11 mai 2010 06:50 To: users@kannel.org Subject: Does Kannel Support

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

Re: DLR not fw to Kannel when mailling SMS is performed

2010-05-11 Thread Emmanuel CHANSON
If the issue is not well described tell me...I really want to understand this behavior... Regards, Emmanuel 2010/5/11 Emmanuel CHANSON emmanuelchan...@gmail.com I am also getting the following error below during the sending of my SMS mailling and I don't know if it is linked with this.

Re: DLR not fw to Kannel when mailling SMS is performed

2010-05-11 Thread Benaiad
Hi, Are you sending those messages using one call to the send cgi with multi destinations in the to parameter? Regards. -- Benaiad On Tue, May 11, 2010 at 10:57 PM, Emmanuel CHANSON emmanuelchan...@gmail.com wrote: If the issue is not well described tell me...I really want to understand

Re: Motorola Razr V3 SMS Receive

2010-05-11 Thread Thomas
Hello list, I am able to configure Kannel to work with my Motorola Razr as a modem via USB cable and everything seems fine. I can send SMS with no problem. The issue I have is I cannot receive SMS into Kannel. The phone receives the message but not Kannel, is there a way to pull it

Re: DLR not fw to Kannel when mailling SMS is performed

2010-05-11 Thread Emmanuel CHANSON
No, it is a loop done for each destination (dont know if cgi script can manage multiple destination) Regards, Emmanuel 2010/5/11 Benaiad bena...@gmail.com Hi, Are you sending those messages using one call to the send cgi with multi destinations in the to parameter? Regards. -- Benaiad