Seems kannel does not decode encoded characters

2006-05-18 Thread Gulshan Babajee
Title: Message Hi, I've written a scriptto sendsms to kannel, but when trying to sendsmscontaining somefrench characters, e,g I try to sendthe following text: "Ceci est très élégant à tester", and the sms-received in my smsbox.logis as follows "Ceci est très élégant à tester" In my

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: Multiple keyword

2006-02-17 Thread Gulshan Babajee
Title: Message Hi, in the sms-service group,insert the word 'default' for variable keyword. e.g keyword = default hope this helps -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ngurah BagusSent: Friday, February 17, 2006 1:07 PMTo:

RE: throughput parameter not working

2006-02-09 Thread Gulshan Babajee
Hi, am also facing the same problem as Ankur. I configured the throughput variable in the config file like this: throughput = 1, but the SMSC receive msg at a rate of about 3msg/sec. The only difference is that am testing this with 'FAKESMSC' in Kannel, not a real one. Should it make a

SMS PUSH using HTTP POST

2006-02-07 Thread Gulshan Babajee
Title: Message Hi, can anyone please tell me if it's possible to do smsPush using Http POST instead of HTTP GET as described in Kannel documentation thanks in advance -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.2/252

RE: SMS PUSH using HTTP POST

2006-02-07 Thread Gulshan Babajee
Title: Message Hi again. I just found an answer to my question. It's simply by using X-Kannel headers and it works well, -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gulshan BabajeeSent: Tuesday, February 07, 2006 2:03 PMTo:

Send Logo Ringtone

2005-09-20 Thread Gulshan Babajee
Title: Message Hi, I am actually developping ansystem to send sms using kannel as an sms gateway. I succeeded in sending and receiving text msg. Now am trying to go deeper in kannel and wantsend logos and rigntones using kannel to different mobile phones. Can anyone please tell me what

RE: Processing SMS (beginers question)

2005-06-24 Thread Gulshan Babajee
Hi I've just downloaded the OpenSMPP application to be used as an smsc. My kannel configuration file looks as follows: # SMSC SMPP CONFIGURATION group = smsc smsc = smpp smsc-id = 1 host = 127.0.0.1 port = 13005 receive-port = 13005 smsc-username = sfr smsc-password = sfr2005 system-type = VMA

RE: Processing SMS (beginers question)

2005-06-24 Thread Gulshan Babajee
:17:10 [pavel] authenticated pavel 03:17:10 [pavel] server response: (bindresp: (pdu: 0 8001 0 31) Smsc Simulator) -Original Message- From: Ricky Wibowo [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 2:58 PM To: Gulshan Babajee Cc: users@kannel.org Subject: Re: Processing SMS

Simple Question on 'Delivery Report'

2005-06-17 Thread Gulshan Babajee
Title: Message Hi everyone, Am new to Kannel and I would like to know some more information regarding kannel dlr. From what I've read, it seems that when you send an sms to a specific mobile phone, you can configure kannel to deliver reports to you. But I would like to know that if I

Postgresql Db and Kannel for DLR

2005-06-17 Thread Gulshan Babajee
Title: Message Hi from the kannel user guide it states the following: To store DLR information into a PostgreSQL database you may use the dlr-storage = pgsql configuration directive in the core group. But, when I add the variable to my core group, I got the following errors from

When sms length greater than 160 char

2005-05-31 Thread Gulshan Babajee
Title: Message Hi, am trying to send an sms whose length is greater than 160 char. But, when I receive it, I found that Kannel truncate its length to 160 chars, and the rest has been ignored. That is I lost the remaining part. What should I do in order to receive the remaining sms. thanks

Orange Protocol

2005-05-20 Thread Gulshan Babajee
Title: Message Hi everyone, Am actually developing an SMS service. The sms center is Orange I would like to know if I can use Kannel with Orange protocol thanks in advance -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.13

Fakesmsc cannot receive sms

2005-05-19 Thread Gulshan Babajee
Title: Message Hi, am trying to use the send-sms (push) to send an sms to the fakesmsc, I got the msg saying 'sent' when I post the content using the following url: http://192.168.2.1:13013/cgi-bin/sendsms?username=gloptvpassword=glop2005to=2540900text=Happy%20New%20Year But it the log I

Send/Receive sms

2005-05-18 Thread Gulshan Babajee
Title: Message Hi, am actually using the fakesmsc providedby Kannel as ansms center. What should I do so thatKannel can retrieve smsfromthis fakesmsc and pass it to my postgresql db. please help -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 /

Simple Question

2005-05-17 Thread Gulshan Babajee
Title: Message Hi am very new to Kannel and would like to have some more information. Sorry for asking these type if questions. 1. How Kannel will know that someone has sent a new sms and more how will it automatically sendthe data so that I can insert all the sms details in my postgres