Load of my server

2008-04-18 Thread Mickael - System Administrator (WebD Services)
Hello, I send my SMPP has 1000SMS at the same time. When DLR me back, the server load increases up to saturation (even with a lighttpd) How to reduce that burden by bridant sending SMS messages to XX / second in the kannel output OR DLR queue into Kannel (Before sending the HTTP server) ???

French characters .. :-( éèê ..

2008-04-17 Thread Mickael - System Administrator (WebD Services)
Hello, By default, the characters éèê etc. .. Not working. Here is the error: Charset or body misformed, rejected My PHP code: (the $content and the PHP script is UTF-8 encoded) $text = iconv('UTF-8', 'UCS-2', $content); $url =

MySQL Storage Example

2008-04-14 Thread Mickael - System Administrator (WebD Services)
Hello, Do you have a config example for MySQL storage ? - config for kannel.conf - SQL schema Thanks ! ;) Mickael.

Re: MySQL Storage Example

2008-04-14 Thread Mickael - System Administrator (WebD Services)
+ dlr-storage = mysql Thanks ! Mickael seik a écrit : [EMAIL PROTECTED] ~]# cat /opt/installs/kannel/gateway/doc/examples/dlr-mysql.conf # # DLR with MySQL support configuration # # Example defining a MySQL database connection resource and # the required table and field values. # group =

limit the call of dlr-url

2008-04-04 Thread Mickael - System Administrator (WebD Services)
Hello, How to limit the call of dlr-url to 2 or 3 pages / sec requests? My SMS provider sends hundreds of DLR at the same time, and consumes all Apache2 memory... I installed lighttpd for DLR, but I still prefer limiting DLR for the load of the machine .. Mickael

Re: limit the call of dlr-url

2008-04-04 Thread Mickael - System Administrator (WebD Services)
Jovan Kostovski a écrit : On Fri, Apr 4, 2008 at 6:54 PM, Mickael - System Administrator (WebD Services) [EMAIL PROTECTED] wrote: Hello, How to limit the call of dlr-url to 2 or 3 pages / sec requests? Did you set the dlr-mask parameter? With this parameter you can define on which

What is the DLR Queue ?

2008-04-04 Thread Mickael - System Administrator (WebD Services)
hello, What is the DLR Queue? Do they have not been forwarded to the dlr-url or kannel is awaiting receipt (from operator) ? dlr queued386/queued storageinternal/storage /dlr ... smsc nameSMPP../name

Help for DLR

2008-04-02 Thread Mickael - System Administrator (WebD Services)
Hello, I correctly configured my system DLR, I get correctly on my PHP Page : DLR 8 (smsc submit). But not 1 (delivery success) or 2 (delivery failure) :-( Yet I will send in my request dlr-mask = 31 (all DLR) Here is my configuration SMPP: # SMSC SMPP group = smsc smsc = smpp smsc-id = 1

Re: Help for DLR

2008-04-02 Thread Mickael - System Administrator (WebD Services)
It works! Thank you very much! PS: How do you make a relationship between DLR and SMS? The from, the date?. ? With HTTP API are used msgid ... Mickael seik a écrit : Make sure your bind session is in transceiver mode, not in transmitter one ...

Kannel, this software does it work?

2008-04-01 Thread Mickael - System Administrator (WebD Services)
Hello. I installed Kannel.on Debian. apt-get install kannel I'm configure: group = core admin-port = 13000 admin-password = test #admin-deny-ip = *.*.*.* admin-allow-ip = *.*.*.* It's OK. Running !. http://server:13000 wrote: Kannel bearerbox version `1.4.1'. Build `Oct 17 2006 02:55:06',

Re: SMPP to HTTP

2008-02-07 Thread Mickael - System Administrator (WebD Services)
You have no idea? Please.. Mickael - System Administrator (WebD Services) a écrit : Hello !! I would like to use as a gateway kannel SMPP to HTTP. Example: SMPP port (Kannel) Port: 13002 User: Client1 Pass: lambda User: Client2 Pass: lambda Connection OK. Kannel sent to : http

SMPP to HTTP

2008-02-06 Thread Mickael - System Administrator (WebD Services)
Hello !! I would like to use as a gateway kannel SMPP to HTTP. Example: SMPP port (Kannel) Port: 13002 User: Client1 Pass: lambda User: Client2 Pass: lambda Connection OK. Kannel sent to : http://sms.myprovider.com/SendSMS.php?user=myuserpassword=mypassto=%tocontent=%msg I did not fully