Problem sending sms

2007-08-15 Thread Amr Qanadilo //AMC//
Dear All; Hello All, I have connected and sent msgs via kannel. it was working perfect. now, when i tired to receive msgs it did not work. then, after some time i came to know that it was due to the fact that my shortcode provider did not initiated the short codes. then after they did it. i

Re: Problem sending sms

2007-08-15 Thread Alejandro Guerrieri
"Invalid Destination Address" means that the mobile number was rejected by the SMSC. Maybe you're missing some prefix, maybe the number was rejected by some other reasons (it happened to me that some carriers throw that error when the number does not have enough credit, for example). Check if you'r

Re: DLR Kannel but SMSC send DLR using standard incoming SMS

2007-08-15 Thread Alejandro Guerrieri
Ok, are you sure that the carrier has enabled DLR's for your account? Regards, Alejandro On 8/15/07, Ady Wicaksono <[EMAIL PROTECTED]> wrote: > Kannel don't even recognized this MO SMS as DLR, so kannel hit my default > SMS handler > not dlr-url :) > > dlr-url is urlencoded > > > On 8/15/07, Ale

Receive longsms

2007-08-15 Thread Ady Wicaksono
Dear All Is it possible to receive long sms as single sms rather than 2 or more sms? I want my SMS handler receive only 1 sms rather than 2 or more sms My setting for this is group = sms-service max-messages=10 concatenation = true keyword = default catch-all=true omit-empty=true get-url = -

Re: Response to SMSC HTTP MO Message

2007-08-15 Thread Alejandro Guerrieri
You could patch Kannel to print that, but you'll have to recompile each time you want to change it, apart from only being able to display that. I think kannel may not be the best option in this case, you could try scripting your solution from scratch on your favorite language. It would be quite mo

Re: Problem sending sms

2007-08-15 Thread Tulga . G
I think you need config dest_addr_ton and dest_addr_npi On 8/15/07, Alejandro Guerrieri <[EMAIL PROTECTED]> wrote: > > "Invalid Destination Address" means that the mobile number was > rejected by the SMSC. Maybe you're missing some prefix, maybe the > number was rejected by some other reasons (it

Multipart SMS problem - cutting off at char '~'

2007-08-15 Thread Riza Shaharudin
Hi, I've had Kannel working to receive Multipart SMS for quite some time now, but I seem to have a problem when the character '~' is the cut off point. For example, my message [EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTE

Re: Multipart SMS problem - cutting off at char '~'

2007-08-15 Thread Riza Shaharudin
Hi, What I'm doing is sending data from a Midlet to my server using SMS, hence why the message looks the way it is. Kannel will extract this message from a GSM modem (Teltonika G10), and forwards it to my server defined by post-url in the configuration file. In my test, I left the multipart SMS i

RE: Receive longsms

2007-08-15 Thread ashwani
Hi Ady, Kannel by default does not accept long message more than 160 char. In order to enable this, you have to apply a patch and then reinstall kannel. I am attaching the long SMS Patch, patch it and recompile the kannel. You should be able to receive the long sms after that Put this patc

Re: Receive longsms

2007-08-15 Thread Vahid Ghafarpour
you mean this patch handle UDHs and merge them? so what happened if one of those messages lost? On 8/16/07, ashwani <[EMAIL PROTECTED]> wrote: > > Hi Ady, > > > > Kannel by default does not accept long message more than 160 char. In > order to enable this, you have to apply a patch and then reins

RE: Receive longsms

2007-08-15 Thread ashwani
Hi, This patch actually combined all the multiple part and then submit to bearbox... It does wait for some time for the lost part of the message, but I am not sure what this patch does for the lost message Read the patch..u ll find out :-) Regards Ashwani _ From: Vahid G

Sending SMS problem..!

2007-08-15 Thread preeteesh kakkar
Hi, I am trying to send an sms from my kannel server. It works fine but when i try to send it too fast like if i try to execute url of kannel server from my browser twice without waiting for sometime the second sms in that case just fails. Kindly tell me how can i correct it...!

RE: Sending SMS problem..!

2007-08-15 Thread ashwani
Hi , Check you bearbox and smsbox log.it should tell u why the problem is happening Regards Ashwani _ From: preeteesh kakkar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 11:12 AM To: users@kannel.org Subject: Sending SMS problem..! Hi, I am trying to send

installing kannel on fc3

2007-08-15 Thread Iain Dooley
hey, for whatever reason i had to install kannel 1.4.1 on fc3 today. i blogged about how to do it, open to corrections/suggestions: http://www.workingsoftware.com.au/index.php?h=WebLog&author_id=1&entry_id=65 cheers iain

Re: Receive longsms

2007-08-15 Thread Ady Wicaksono
If one of them is lost, then message should be corrupted and never processed :D it's normal, but SMS quitely reliable On 8/16/07, Vahid Ghafarpour <[EMAIL PROTECTED]> wrote: > > you mean this patch handle UDHs and merge them? > so what happened if one of those messages lost? > > On 8/16/07, ashwan