Kannel and http GET

2004-07-28 Thread pedro007
Hi, is there something spevial I should do to get this working? Got Kannel 1.2.1 running and from command line sending sms's works just fine. But when trying to send via http with following command. GET http://smsbox:13013/cgi-bin/sendsms?username=user&password=pass&to=123456&text=test it gives err

Re: [?] SMS or email to SMS

2004-07-28 Thread Jeetendra Singh
I guess, its the way MNO (Mobile Network Operators) model their revenue generation. First, because provision of an email to SMS is no big deal for any MNO. What they need is just another Kannel-style gateway which can convert SMTP/MIME to UCP/CIMD2/SMPP etc as Kannel does for a HTTP POST/GET.

[Re: [?] SMS or email to SMS]

2004-07-28 Thread M3ta
Is it that not all network providers offer email to SMS? Is this why the SMSC route is preferred (per credit use)? I mean why would application service providers make people pay for credits to send application to SMS messages rather than just allow their users to use email to SMS? Or why wo

[?] SMS or email to SMS

2004-07-28 Thread Baden de Bari
I guess when it comes to computer to SMS there are a few solutions - most widely used is what most of us talk about here (say, credit-based), and email to SMS. Is it that not all network providers offer email to SMS?  Is this why the SMSC route is preferred (per credit use)?  I mean why would appli

RE: 5 sms/sec

2004-07-28 Thread Josephine Forte
I'm using CIMD2 protocol on cvs-20040621 version of Kannel and the fastest bulk push I'm acheiving is 5sms/sec. I'm using C and I also used sleep (micro sleep) function at a rate you suggested. Our smsc also allows us to send 20sms/sec @ max. Any ideas how to improve bulk push performance? I nee