Problem while receiving SMS

2011-12-13 Thread Ninad Shaha
Dear All, My name is Ninad. I already configured kannel sms gateway. I am able to send sms using my configuration. Right now I am facing issue while receiving sms. basically i want to create sms to email facility. The received sms has been emailed to a particular mail-id. Below is the

Re: Problem while receiving SMS

2011-12-13 Thread Supporto Tecnico - Crazy Network
Maybe i should be wrong, just an idea for this error: 2011-12-13 16:59:13 [539] [6] ERROR: System error 2: No such file or directory If this is related to your script make sure the script is in /etc and have execution permissions (+x or 700/755 also) Regards Il 13/12/2011 12:34, Ninad

Re: Problem while receiving SMS

2011-12-13 Thread Ninad Shaha
Hi, Thanks for the reply... Yes the script is in /etc and have 755 permission. On Tue, Dec 13, 2011 at 5:16 PM, Supporto Tecnico - Crazy Network supp...@crazynetwork.it wrote: Maybe i should be wrong, just an idea for this error: 2011-12-13 16:59:13 [539] [6] ERROR: System error 2:

Re: Problem while receiving SMS

2011-12-13 Thread Supporto Tecnico - Crazy Network
What if you use: exec:/usr/bin/python /etc/smstomail.cgi %p %P %di ? Regards Il 13/12/2011 12:34, Ninad Shaha ha scritto: Dear All, My name is Ninad. I already configured kannel sms gateway. I am able to send sms using my configuration. Right now I am facing issue while receiving sms.

Re: Problem while receiving SMS

2011-12-13 Thread Ninad Shaha
HI, I already tried that. Not working... On Tue, Dec 13, 2011 at 6:01 PM, Supporto Tecnico - Crazy Network supp...@crazynetwork.it wrote: What if you use: exec:/usr/bin/python /etc/smstomail.cgi %p %P %di ? Regards Il 13/12/2011 12:34, Ninad Shaha ha scritto: Dear All,

Re: SMS push performance problem

2011-12-13 Thread Fabio Sangiovanni
Hello list, I've got some updates to show you to better explain my problem. Situation: CentOS/6 kannel 1.4.3, used as SMS gateway via http calls originating from a custom application my company developed kannel.conf: http://pastebin.com/CCX9PGMN Problem: Using a multithreaded application to

Re: SMS push performance problem

2011-12-13 Thread Cezary Siwek
Hi, I'm not a Ruby expert but what I can see (correct me if I'm wrong) you are creating a new HTTP connection per SMS. That means the kannel has to create a new thread for each SMS. AFAIR Kannel supports keep-alive so you should be creating one HTTP connection per thread. This should

Re: SMS push performance problem

2011-12-13 Thread Fabio Sangiovanni
Hi, it seems to work! :) Using keep-alive I had no more issues at all. I'll keep on testing. Thanks a lot! For the sake of correctness, the new thread body is: (…) threads Thread.new(thread_num) { |myThread| Net::HTTP.start(ip, 13013) do |h| for sms_num in 1..sms_per_thread

Noob general doubt - Just want to send messages via smpp

2011-12-13 Thread Jorge Raimundo
Hi all! In my company we've started working with a SMSC provider in order to send a large amount of messages on a regular basis. The provider stated that for a large amount of messages it is preferable to send them using the SMPP protocol, so basically we must have an application that works as

Help with Nokia 6210 Navigator

2011-12-13 Thread Tuomas Koski
Hi guys, does anyone here have managed to get Nokia 6210 Navigator to work with Kannel 1.5.0 to SEND sms? If yes, could you please post your working conf? Here is my current conf (after trying all examples I found from web) which does not work: group = core admin-port = 13000 admin-password =

RE: Problem while receiving SMS

2011-12-13 Thread Rene Kluwen
You have a get-url and exec service in your config at the same time. Please use 1 only at a time. Also, your group = sms-service has vertical whitespaces in it. They are not allowed in kannel.conf. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of

RE: Noob general doubt - Just want to send messages via smpp

2011-12-13 Thread Rene Kluwen
I suggest you read the Kannel users manual at http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html and after that send any questions you have to the list. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jorge Raimundo Sent: Tuesday,

RE: Help with Nokia 6210 Navigator

2011-12-13 Thread Rene Kluwen
Some Nokia phone don't support the AT+CNMI command. Try to remove it completely from your config and use sim-buffering in stead. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Tuomas Koski Sent: Tuesday, 13 December, 2011 21:19