sms push

2009-12-09 Thread Rajeev Agarwal
I am new to Kannel... How do i use kannel for sms push? Thanks.

SMS push

2004-11-11 Thread Pankaj
Hello Friends, I am new to Kannel as well as the the world of mobile messaging. We run a website which provides content in which a cellphone operator is interested in. They use an SMS gateway from a company called JaatayuSoft in India. They are interested in 2 types of services pull based and pu

SMS push

2004-11-16 Thread Pankaj
me know. Thanksa lot for your help. You should be able to do it using the SMS gateway of JataayuSoft. I think they should provide you a HTTP interface to push data to them. Jatayusoft may provide u other protocol interfaces too (like SMPP, CIMD2, EMI-UCP etc) to provide SMS push, and in that

Re: sms push

2009-12-09 Thread Nikos Balkanas
n the Guide. BR, Nikos - Original Message - From: Rajeev Agarwal To: users@kannel.org Sent: Wednesday, December 09, 2009 10:38 AM Subject: sms push I am new to Kannel... How do i use kannel for sms push? Thanks.

Configure sms push

2003-03-26 Thread Rory Campbell-Lange
I'm trying to setup smspush. I'm getting the following stuff in the log files: 2003-03-26 19:29:20 [3] INFO: smsbox: Got HTTP request from <127.0.0.1> 2003-03-26 19:29:20 [3] DEBUG: Status: 404 Answer: 2003-03-26 19:29:20 [3] DEBUG: HTTP: Destroying HTTPClient area 0x80dc868. 2003-03-26 19:29:

SMS push methods

2003-11-04 Thread Rafael 'Dido' Sevilla
I'm trying to use Kannel to manage connections to a CIMD2-based SMSC, and am just wondering if there is any other way to send SMS messages apart from using the HTTP interface. If there are none, has anyone seriously benchmarked the use of this interface for sending large volumes of messages? We a

SMS push delays

2004-06-24 Thread dido
We've been attempting to do bulk SMS pushes to approximately 3000 mobile subscribers using Kannel through an EMI/UCP SMSC. It works, but then again it seems to take approximately 2-3 hours for a pushed message to reach a phone. We've been using Kannel's SMS GET with about 200 subscribers within e

Re: SMS push

2004-11-15 Thread Jeetendra Singh
You should be able to do it using the SMS gateway of JataayuSoft. I think they should provide you a HTTP interface to push data to them. Jatayusoft may provide u other protocol interfaces too (like SMPP, CIMD2, EMI-UCP etc) to provide SMS push, and in that case u can use Kannel to connect to

SMS push performance problem

2011-12-07 Thread Fabio Sangiovanni
Hello list, the company I work for is using Kannel 1.4.3 on CentOS 6 as SMS gateway between our application servers and an SMSC. We have developed a multithreaded application that sends HTTP GET requests to our internal Kannel proxy. Everything goes smooth up to 5 application threads. The probl

SMS-Push to fakesmsc?

2012-01-20 Thread Fabio Sangiovanni
Hi everybody. I need to setup a fakesmsc to discard messages coming from send-sms http interface. My current configuration is as follows: # FAKESMSC group = smsc smsc = fake smsc-id = fakesmsc allowed-smsc-id = fakesmsc port = 1 group = sendsms-user username = fake password = *** name = use

SMS Push reply codes

2010-07-22 Thread brett skinner
Hi Is table 6-15 in the user guide an exhaustive list of the possible reply codes from Kannel? In essence either 0 or 3. Sent or enqueued. I recall seeing other messages such as "Authorization failed for sendsms" but there was no reply code in front. Is it then safe to assume that any response fro

Re: Configure sms push

2003-03-26 Thread Alan McNatty
Hi Rory, should be /cgi-bin/sendsms?. not sendsms.cgi ... hence unknown request. HTH, Alan On Thu, 2003-03-27 at 07:49, Rory Campbell-Lange wrote: > I'm trying to setup smspush. > > I'm getting the following stuff in the log files: > > 2003-03-26 19:29:20 [3] INFO: smsbox: Got HTTP reques

Re: Configure sms push

2003-03-26 Thread Rory Campbell-Lange
Um. Brilliant! Worked immediately. I'm most grateful!. Cheers. Rory On 27/03/03, Alan McNatty ([EMAIL PROTECTED]) wrote: > should be /cgi-bin/sendsms?. > not sendsms.cgi ... hence unknown request. > On Thu, 2003-03-27 at 07:49, Rory Campbell-Lange wrote: > > I'm trying to setup smspush. ... >

Re: SMS push methods

2003-11-04 Thread Jacob Vennervald
On Tue, 2003-11-04 at 12:51, Rafael 'Dido' Sevilla wrote: > I'm trying to use Kannel to manage connections to a CIMD2-based SMSC, > and am just wondering if there is any other way to send SMS messages > apart from using the HTTP interface. If there are none, has anyone > seriously benchmarked the

RE: SMS push methods

2003-11-05 Thread Navjot Singh
03 5:22 PM >To: [EMAIL PROTECTED] >Subject: SMS push methods > > >I'm trying to use Kannel to manage connections to a CIMD2-based SMSC, >and am just wondering if there is any other way to send SMS messages >apart from using the HTTP interface. If there are none, h

sms push reply codes

2014-11-12 Thread Alejandro Mussi
Hi Guys, Do we have a pre-defined of possibles body responses of status 4xx of sms push reply codes? Thanks -- - Alejandro Mussi Campos Cervera

Re: SMS push performance problem

2011-12-07 Thread Mohammed Saleem
Hi Fabio did you check bearerbox and smsbox for errors? Also share your full configurations. On Wed, Dec 7, 2011 at 4:50 PM, Fabio Sangiovanni wrote: > Hello list, > > the company I work for is using Kannel 1.4.3 on CentOS 6 as SMS gateway > between our application servers and an SMSC. We hav

Re: SMS push performance problem

2011-12-09 Thread Fabio Sangiovanni
Hi Mohammed, thanks for your reply. Unfortunately I won't be at my workplace again until next monday, so I won't be able to provide detailed logs since then. On the other hand, I can post the kannel.conf file currently in use on the test machine. Thanks again for your help. I'll post relevant lo

Re: SMS push performance problem

2011-12-09 Thread Mohammed Saleem
Hey Fabio I can't provide a 100% solution for this issue before seeing the log. Try to check the log and see if there is any error. But most probably it is an open-files limitation problem, because you haven't set a limit to "sms-outgoing-queue-limit". But Actually this depends on your throughput

Re: SMS push performance problem

2011-12-09 Thread Fabio Sangiovanni
Thanks again Mohammed, I'll change those settings as soon as I get back to work. I'll keep you posted! :) Cheers, Fabio Il giorno 09/dic/2011, alle ore 15:21, Mohammed Saleem ha scritto: Hey Fabio I can't provide a 100% solution for this issue before seeing the log. Try to check the log and s

Re: SMS push performance problem

2011-12-09 Thread ha...@aeon.pk
Why dont u use SQLBOX? On Fri, Dec 9, 2011 at 7:44 PM, Fabio Sangiovanni wrote: > Thanks again Mohammed, I'll change those settings as soon as I get back > to work. > I'll keep you posted! :) > > Cheers, > Fabio > > > Il giorno 09/dic/2011, alle ore 15:21, Mohammed Saleem ha scritto: > > Hey

Re: SMS push performance problem

2011-12-09 Thread Fabio Sangiovanni
Hi hamza, do you mean using a database as dlr storage, don't you? I'm kind of a newbie of Kannel, so I've tried to keep things simple at first. But if this is going to solve mi performance issue, I'll dig more deep into it. Have you got some good reading on the matter to suggest? Thanks a lot,

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 s

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 signifi

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

Re: SMS-Push to fakesmsc?

2012-01-20 Thread Fabio Sangiovanni
Hi, the allowed IPs are ok, and without the forced-smsc I cannot tell Kannel to route this sendsms-user to the fakesmsc. Il giorno 20/gen/2012, alle ore 13:22, ndiaye Ismaïla ha scritto: Just allow the Ip u want to send by http, deny the oher ones. Or try the ''forced smsc'' line in the send-

SMS PUSH using HTTP POST

2006-02-07 Thread Gulshan Babajee
Title: Message Hi, can anyone please tell me if it's possible to do smsPush using Http POST instead of HTTP GET as described in Kannel documentation   thanks in advance -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.2/252

Message queueing on sms push gateway

2008-11-25 Thread Richard Andrews
Hello, I'm looking at Kannel to possibly use as a fix to an issue we're having with our present sms push of content to the wireless carriers in Canada. My question is, If I have multiple outgoing sms centers defined do they each have their own queue for messages received by o

RE: SMS PUSH using HTTP POST

2006-02-07 Thread Gulshan Babajee
users@kannel.orgSubject: SMS PUSH using HTTP POST Hi, can anyone please tell me if it's possible to do smsPush using Http POST instead of HTTP GET as described in Kannel documentation   thanks in advance --No virus found in this outgoing message.Checked by AVG Free Editi

Re: Message queueing on sms push gateway

2008-11-25 Thread Nikos Balkanas
IL PROTECTED]> To: Sent: Tuesday, November 25, 2008 9:28 PM Subject: Message queueing on sms push gateway Hello, I'm looking at Kannel to possibly use as a fix to an issue we're having with our present sms push of content to the wireless carriers in Canada. My question is,

HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-02 Thread Ludolpif
Hi, I've just installed Kannel on a test server and I send SMS via Kannel's HTTP interface by this way : http://myserver:13013/cgi-bin/sendsms?username=tester&password=xxx&from=%2B336&to=%2B336&text=test12&dlr-mask=31 Kannel only reply : 0: Accepted for delivery and I don't have

Using Siemens S35i as GSM modem for SMS push?!?

2005-03-10 Thread Hofmann, Thomas
Hello,   I've just downloaded and installed Kannel 1.4.0 and now I'm trying to send SMS over an Siemens S35i mobile phone connected via /dev/ttyS0. My SMSC part of the config is this: group = smscsmsc = atmodemtype = autodevice = /dev/ttyS0speed = 19200 (I've also tried it with 9600 which d

RE: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-02 Thread info.ubichip
2008 09:53 To: users@kannel.org Subject: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4) Hi, I've just installed Kannel on a test server and I send SMS via Kannel's HTTP interface by this way : http://myserver:13013/cgi-bin/sendsms?username=tester <http://myserver:13013/cgi-bin/sen

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-05 Thread seik
you have to set smsid in the dlr-url value set in the http request so you need dlr-mask=31&dlr-url=urlencoded(url_like_in_the_manual) to add in the sms PUSH request -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 02 Февруари 2008 г. To: seik Subject:HTTP SMS

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-05 Thread Manoj Raul
<[EMAIL PROTECTED]> wrote: > > you have to set smsid in the dlr-url value set in the http request > > so you need dlr-mask=31&dlr-url=urlencoded(url_like_in_the_manual) to > add in the sms PUSH request > > > -Original Message- > From: users@kannel.org

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-02-05 Thread Remon Magdy
PROTECTED]>> wrote: you have to set smsid in the dlr-url value set in the http request so you need dlr-mask=31&dlr-url=urlencoded(url_like_in_the_manual) to add in the sms PUSH request -Original Message- From: users@kannel.org <mailto:users@kannel.

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-06-19 Thread geolee
gt; On 2/5/08, *seik* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: >> >> you have to set smsid in the dlr-url value set in the http request >> >> so you need >> dlr-mask=31&dlr-url=urlencoded(url_like_in_the_manual) to add in >&

Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4)

2008-06-19 Thread Tharanga
AIL PROTECTED]> To: Sent: Friday, June 20, 2008 9:07 AM Subject: Re: HTTP SMS Push and SMSID (Kannel 1.4.1 - Debian 4) Hi Remon, I have the same issue. Whenever i use SMSBOX to send out my SMS. I only got a message reply "0: Accepted for delivery" Later on I got the delivery report D