Re: Reply to Kannel

2004-01-20 Thread Eric Diwouta-Loth
Hi Leonel,   it an application matter to know to which sms mt your user replied. You must have an application running outside of kannel with a session-like system to store the information about who received what, when, etc... messages received by kannel smsc's should be processed using a sms

Re: Looking for perl scrpit to send SMS

2003-12-10 Thread Eric Diwouta-Loth
Hello, this is purely a perl matter about connecting to a port. you can find scripts that do that everywhere. connecting to the mailserver is a socket problem, and sending sms too, using the http interface. use any search engine of your choice to find that script. Eric D Selon Bartosz Jozwia

Re: vCard and vCalendar via SMS

2003-10-29 Thread Eric Diwouta-Loth
Hi, take a look at the samples provided with kannel. Eric Selon Eric Stephens <[EMAIL PROTECTED]>: > I am interested in an example script or code that attaches a vCard or > vCalendar to an SMS delivered message. Can kannel's SMS gateway > facilitate that? Can it work through vendor email gate

Re: kannel bearerbox/smsbox delivery report

2003-09-03 Thread Eric Diwouta-Loth
The dlr.php you are talking about can only do what you want it to do. What to you plan to do with the dlr you receive ? Most of the times, the dlr are used to udpate the status of a record in a database, and therefore the work is on your side. EDL Selon Walte Marc <[EMAIL PROTECTED]>: > Hi, >

Re: sms receving & sending over 2 gsm modems

2003-08-08 Thread Eric Diwouta-Loth
Hi, look into the smsc parameters. You have to use 2 different smsc (at2). You can specify that an smsc should not send messages, but you can't block incoming messages on an smsc. If you use the http interface for sending messages, you can specifiy the smsc-id in your request. Eric Selon [EMA

RE: picture

2003-08-01 Thread Eric Diwouta-Loth
Hello, take a look at this : http://ringtonetools.mikekohn.net/ Eric Selon Robin <[EMAIL PROTECTED]>: > Hi Navjot, > > How do you convert rtttl into binary hex-code like the one you have given > below? > > Regards > Robin > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[E

Re: Unicode support

2003-07-25 Thread Eric Diwouta-Loth
Hi all, maybe it's a stupid question, but I have problems when sending messages with french accents such as à, è é, etc... Does the latests cvs resolves this problem ? I asked this question here once, but had no response, so I tought my question was so stupid that no answer was worth to give. tha

RE: kannel sms responds...

2003-07-23 Thread Eric Diwouta-Loth
help kannel dealing with a large number a awaited dlr ? Regards, Eric Diwouta-Loth Selon Navjot Singh <[EMAIL PROTECTED]>: > hi Nejc, > > i am sure you must have solved your problem by now. > In case, you have not (and i am no too late ;-), let me explain. > > 0. Set yo

Charset, part II

2003-07-20 Thread Eric Diwouta-Loth
Hi again, I am using the fakesmsc for test purpose. When using this url to send sms : http://localhost:13013/cgi-bin/sendsms?username=tester&password=&fro m=&to=123&text=Votre+r%E9ponse+a+%E9t%E9+prise+en+compte.+Merci+d%27 avoir+particip%E9+au+vote.+%E0+bient%F4t This is what I have in t

French Charset

2003-07-20 Thread Eric Diwouta-Loth
Hi everybody, I've built a really good service base on kannel, sending messages trough gsm modems. I've forgot to take a look at the charset problem. Can sommeone tell me how to send those caracters (é,à,etc...) through kannel, or send me an attached conf file ? Thans by advance. Regards, Eric

Re: Special characters

2003-07-15 Thread Eric Diwouta-Loth
Hi, I also have problems when sending sms in french, with accentuated caracters like "é" "à". cheers, EDL Selon Chirag Parekh <[EMAIL PROTECTED]>: > Hi, > > I am using Cygwin Kannel 1.2.1. I am able to send and receive > binary data. However from the dump i see that i dont receive > ce

Benchmark

2003-07-04 Thread Eric Diwouta-Loth
Hi everybody, is there a benchmark of kannel with statistics like "you can send x SMS per second on a single GSM Modem" etc, etc... ? I Cant't do that benchmark by my self, but i need that kind of figures ton convince a carrier to work with me. thanx, Eric