Re: XML Post results in Sender missing and no global set, rejected

2006-02-28 Thread Hernan Reyes
Aaron Ridout aaron.ridout at reach2mobile.co.uk writes: Hi, I'm using Kannel 1.4.0 and http post of the following XML fragment: messagesubmitdanumberxxx/number/daoanumberxxx/number/oa... The debug shows the rest of the XML being parsed, but not the oa and the trace ends with the message:

Re: Is it possible to send WAP Push through SMPP?

2006-02-28 Thread Kyriacos Sakkas
I am actually using Alejandros php function linked below in a pre-production setup and it seems to be working fine. If like me you are too lazy to learn how to do PPG (for which there are pre-written functions to use and some documentation, especially in this list), then its pretty useful.

Re: XML Post results in Sender missing and no global set, rejected

2006-02-28 Thread francesco emmi
According to me it's a kannel bug. I've patched my source code for my own usage. I'll soon post diff file to development staff...maybe it could be useful for. Francesco Il giorno mar, 28/02/2006 alle 11.02 +, Hernan Reyes ha scritto: Aaron Ridout aaron.ridout at reach2mobile.co.uk writes:

Re: sending Jad files

2006-02-28 Thread Catalin Trifu
As far as I know the only way is that users download the JAR from the web server; there is no other binary SMS message. Catalin Hanna Kreitem wrote: Hello, I am using sendsms with modified udh to send wap push messages. and looking for a better way to send users link to purchased

sms-wap platform

2006-02-28 Thread gsm sms
[EMAIL PROTECTED], I'am looking for a good turnkey smswap platform based on kannel, any advice there? thanks__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Kannel is sending MTs on each MO !

2006-02-28 Thread Zouari Fourat
Hello, I've discovered that my kannel is responding to each MO receveived, in my conf i have only one sms-service group, am using it to get all MO trafic to my servlet were i'll decide to send an MT or not, but kannel is replying to each MO by an MT containging the text that kannel got on my

problem receiving MOz larger than 160 characters

2006-02-28 Thread Zouari Fourat
hello, am trying to test how kannel is receiving MOz larger than 160character, i dont understand why it's writing the MO content as '?' example : i sent an MO with 220 character, here's what i got in my access-log : 2006-02-28 21:57:26 Receive SMS [SMSC:SMPP-02-TZ] [SVC:] [ACT:] [BINF:]

Regex issue resolved but not taken care off

2006-02-28 Thread Eduardo Anuel
Hello, my name is Eduardo and I had a hard time triying to make kannel catch a regular expression with spaces in it. Fortunatelly I found somebody in this list that had that problem and he solved it[1], his name is Gareth Reakes, he submitted a patch for the 1.4.0 version and to the then CVS

RE: Kannel is sending MTs on each MO !

2006-02-28 Thread Rene Kluwen
Use: max-messages = 0 in your group = sms-service. Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zouari Fourat Sent: dinsdag 28 februari 2006 21:54 To: users@kannel.org Subject: Kannel is sending MTs on each MO ! Hello, I've

Re: Kannel is sending MTs on each MO !

2006-02-28 Thread Hernan Reyes
Zouari Fourat fourat at gmail.com writes: Hello, I've discovered that my kannel is responding to each MO receveived, in my conf i have only one sms-service group, am using it to get all MO trafic to my servlet were i'll decide to send an MT or not, but kannel is replying to each MO by an

Nokia 6210 as virtual SMCS

2006-02-28 Thread Jonny Karlsson
Hello! Has anyone managed to use a Nokia 6210 mobile phone with serial data cable as virtual SMSC for Kannel? I don't understand how it is supposed to work. Does Kannel include modem and cable drivers or do I need to use separate drivers, such as gnokii or gammu? I have tried the

Re: sending Jad files

2006-02-28 Thread Hanna Kreitem
Thanks for your reply, but can I send JAD/JAR via MMS?, if yes, how to start with that... On Tuesday 28 February 2006 11:45, Catalin Trifu wrote: As far as I know the only way is that users download the JAR from the web server; there is no other binary SMS message. Catalin Hanna

Re: sending Jad files

2006-02-28 Thread Linkas
If the JAD file is well written, you can send a wappush with the JAD url. Then the phone will download the jad file, read it, download the JAR and start installation. I've done it right now, so it works J Hanna Kreitem ha scritto: Thanks for your reply, but can I send JAD/JAR via MMS?,