Error in sending messages

2005-03-25 Thread Arun Gowda
Hi every one,     We have connected to an operator SMSC through CIMD2 protocol using Kannel stable 1.4.0. This is a production environment and we are running this since six months without any problems. But from last week we are getting error messages from the SMSC when we submit

Re: Error in sending messages

2005-03-25 Thread Dziugas Baltrunas
Hi, you should URL encode the text parameter as required by HTTP protocol. Basicly change spaces to '+' and other special symbols to ther equivalent %hexcode or use some function which does url encode. And please do not cross-post to the lists. This issue should have gone to users. On Fri, 25 Ma

RE: Error in sending messages

2005-03-25 Thread Arun Gowda
Sent: Friday, March 25, 2005 3:30 PM To: Arun Gowda Cc: devel@kannel.org; users@kannel.org Subject: Re: Error in sending messages Hi, you should URL encode the text parameter as required by HTTP protocol. Basicly change spaces to '+' and other special symbols to ther equivalent %hexcode or u