A beginner's complicated question :)

2006-02-06 Thread Ngurah Bagus
Hi, I just started using Kannel for a project I'm working on. This project will receive SMS requests from different SMSCs, some of which uses HTTP, while some uses SMPP. We decided to base it on the HTTP side, so that the SMSCs using HTTP could just send a request to a script in our servers. With

PDU unpacking failed error

2006-02-06 Thread Michael Wilfert
Hello, i am using SMPP 3.4 with kannel 1.4.0 I am am able to push ok from the service but whenever i sent to the service, the message fails on the handset, however the message comes in to the kannel box and craches it!. It looks like the SMSC is not storing the message ?! 1) SMPP: PDU NUL

SMSc Problem

2006-02-06 Thread Jesús Hinojal Hernández
Hi, I´ve configured Kannel to send and recive sms. But we´ve a problem, we can´t identify "to" number in incoming SMSs. group = sms-servicekeyword = defaultcatch-all =

Re: sms-service: Define more than one service for a keyword

2006-02-06 Thread Lars-Hendrik Schneider
Hi Alejandro, Alejandro Guerrieri schrieb: I'd do that on the application level. i.e., receive the SMS, invoke a PHP script that do a file_get_contents() to a second URL, or maybe queue the request in a MySQL table and run a separate process that reads the rows and makes the requests to the

Kannel SMPP Service

2006-02-06 Thread Hamid Hashemi
Hi , sorry if this question asked before but I searched on the list and didn't findout any. I want to know is there anyway to give SMPP service to customers via Kannel ?! I mean for example kannel as an SMS Gateway connected to SMSC through SMPP and then we can give some SMPP connection to

Re: PHP script please help

2006-02-06 Thread Rodrigo Cremaschi
Hello Achmad, You may program a dispatcher.php which can be in charge of receiving all the incoming (MO) SMS, perform a query to the database and, according to the results, invoke the apropriate action. But, from my point of view, is better to have this decision made within

Re: Kannel SMPP Service

2006-02-06 Thread Alejandro Guerrieri
Kannel is an SMPP _client_. You need an SMPP _server_ to do that. If I'm not wrong, the folks at wapme.de have developed a commercial smppbox that can do what you need. Hope it helps. On 2/6/06, Hamid Hashemi [EMAIL PROTECTED] wrote: Hi , sorry if this question asked before but I searched on

Re: SMSc Problem

2006-02-06 Thread Rodrigo Cremaschi
Hi Jesús, Your get-url surely exceeds the maximum allowed (I think it is 256 chars). Yours is 350 chars long. Try using post-url, or shorten your get-url. Best regards, Rodrigo. On 2/6/06, Jesús Hinojal Hernández [EMAIL PROTECTED] wrote: Hi, I´ve configured Kannel to

Re: to many incoming messages

2006-02-06 Thread Rene Kluwen
Try to use the INSERT DELAYED command in your application. Probably it will help. Not 100% sure. But it is worth a try. Rene Kluwen Chimit recently i received to many messages per second on kannel, the problem that i had is that my applications could not handle to many open connections so in