Seems kannel does not decode encoded characters

2006-05-18 Thread Gulshan Babajee
Title: Message Hi, I've written a script to send sms to kannel, but when trying to send sms containing some french characters, e,g I try to send the following text: "Ceci est très élégant à tester", and the sms-received in my smsbox.log is as follows "Ceci est très élégant à tester" In

RE: Seems kannel does not decode encoded characters

2006-05-18 Thread Gulshan Babajee
Title: Message Hi again, I think I've found the solution for my problem it should be "post.setRequestBody(body);" instead of setRequestEntity -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gulshan BabajeeSent: Thursday, May 18, 2006 11:51

Re: Seems kannel does not decode encoded characters

2006-05-18 Thread Kavuri Prasad
Hi Gulshan, Kannel will do encoding and decoding of messages. Just that we need to know what is the Charset we are sending and in which charset you need to encod it.I think in your case you need to add 1 more parameterand change charset to utf-8  to your post. It should be like this : PostMethod p

Message ID higher than 2147483647

2006-05-18 Thread Ady Wicaksono
Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at /usr/include/stdint.h) :# define INT32_MAX(2147483647) I have the problem with this, some of SMSC use hex/decimal pair. submit_sm_resp is using hexadecimal 2006-05-18 15:30:18 [16274] [6] DEBUG: type_na

Re: Message ID higher than 2147483647

2006-05-18 Thread Vincent CHAVANIS
buy a 64bit server :-) btw, please fill a bug report on mantis : http://bugs.kannel.org/main_page.php regards Vincent -- Telemaque - NICE - (FR) Service Technique - Developpement http://www.telemaque.fr/ [EMAIL PROTECTED] Tel : +33 4 93 97 71 64 (fax 68) - Original Message - From:

(Solutions) Re: Message ID higher than 2147483647

2006-05-18 Thread Ady Wicaksono
Hahahaha That's not a solutions :D, I found a very simple solutions for this just now: cut here #include int main(){ printf("B88B2856 = %lu\n",strtol("B88B2856",NULL,16)); printf("B88B2856 = %ld\n",strtoll("B88B2856",NULL,16)); printf("B88B2856 = %lu\n",strtoll("

Re: dlr

2006-05-18 Thread Roman Yeryomin
But then I see this error (if I change smsbox-port=13014): 2006-05-18 15:16:00 [9612] [0] ERROR: connect failed 2006-05-18 15:16:00 [9612] [0] ERROR: System error 111: Connection refused 2006-05-18 15:16:00 [9612] [0] ERROR: error connecting to server `localhost' at port `13014' 2006-05-18 15:16:0

Re: dlr

2006-05-18 Thread Mi Reflejo
You must to start the boxes in order.1) bearerbox2) sqlbox3) smsboxsmsbox makes the connection to sqlbox so sqlbox must be up before smsbox.MOn 5/18/06, Roman Yeryomin <[EMAIL PROTECTED]> wrote: But then I see this error (if I change smsbox-port=13014):2006-05-18 15:16:00 [9612] [0] ERROR: connect

Looking for a CDMA SMS and WAP gateway (2nd posting)

2006-05-18 Thread Stéphane Bruno
Hello, It seams that kannel only supports GSM networks, but I would like also to support CDMA networks. Can I do that with Kannel? If yes, how? If no, what other product I could use to support SMS and WAP on CDMA networks, preferably open source? It is my second posting. Can someone help me? Th

error code 0x00000064

2006-05-18 Thread Luis Valencia
Hi all, I was using kannel with no problem, but now im getting this error messager in the bearerbox log   2006-05-18 12:40:45 [15825] [6] WARNING: SMPP: PDU NULL terminated string has no NULL. 2006-05-18 12:40:45 [15825] [6] ERROR: SMPP[comcel]: SMSC returned error code 0x0064 (ES

RE: Looking for a CDMA SMS and WAP gateway (2nd posting)

2006-05-18 Thread Rene Kluwen
Kannel DOES support CDMA networks in some way. You just need an upstream (SMPP or thelike) provider that delivers to those kinds of networks. As for using Kannel with a CDMA SMS modem, I haven't found phones/modems that support the extended GSM AT command set. This is currently the only command se

Re: Need to totally ignore all incoming SMS

2006-05-18 Thread Wayne Khan
I suppose you could setup kannel as follows: group = sms-service keyword = default accepted-smsc = SOME_BOGUS_SMSC I'm assuming that no keyword processing will be used, so the default keyword will work fine. Eric Carlson wrote: I have 2x linux boxes each with 2 GSM modems which send SI's out