Re: How to generate statistics from Kannel

2011-09-28 Thread mwamba chishimba
Thank you Singularnet for that pointer, greatly appreciated. I did try it and used different search words and phrases but the results were not very helpful, thank you nonetheless. Kind Regards On Tue, Sep 27, 2011 at 1:26 PM, Singularnet wrote: > There is a add on in playsms that do such task,

Re : Re : Re : How to inject DLR in kannel ?

2011-09-28 Thread Bertrand Dupont
Hi, Yes I finaly found a solution. In fact I've followed the advice of Rene, I inspected the source code to get the url variables to give to the kannel and I'm sending DLR on the following URL throught my php script : $query = 'http://:13014/sms?username=*&password=*&dlr-mask='.$dlr_st

Re : DLR problem with Wavecom modem pool

2011-09-28 Thread Bertrand Dupont
Hi Unfortunatly no !! We are still facing the same issue. The only serious issue we have found is to buy TC35i siemens modems pools !! but this is not realy an answer to the problem. The thing that is strange with wavecom modems is the fact that sometimes we have 91% trafic with positive DLR an

random charset in kannel ?

2011-09-28 Thread Bertrand Dupont
Hi all, I've the following issue on my kannel sending sms throught modem. Accents are randomly replaced by question tag "?" in the sms received. The thing that is strange, is that my script submiting sms to the kannel is doing exactly the same thing for each sms. (I've check it in my script log)

Re: How to generate statistics from Kannel

2011-09-28 Thread Shiv Narayan
Depending on what data you need you could also enable logging in Kannel and get the data from the logs. From: mwamba chishimba To: Singularnet Cc: users Sent: Wednesday, 28 September 2011 2:49 PM Subject: Re: How to generate statistics from Kannel Thank yo

Remote Connectivity

2011-09-28 Thread mwamba chishimba
Hello Kannel Users, Iam in a bit of a fix here. I have installed kannel on ubuntu server and is working just fine. The server is connected to 3 different SMSC operators via smpp. I have setup another remote server which is on the Local Area Network(192.168.1.30) which is connecting to the Ubuntu

Re: How to generate statistics from Kannel

2011-09-28 Thread mwamba chishimba
Hi Shiv, Thank you for your response. I ideally, I want to be able to tell that for this particular period of time, user X sent Y messages(totals) basically that. Kind Regards, On Wed, Sep 28, 2011 at 3:37 PM, Shiv Narayan wrote: > Depending on what data you need you could also enable logging

Re: Remote Connectivity

2011-09-28 Thread Otandeka Simon Peter
Check your smsbox-access log file. It will provide more info why your URL is failing. Kannel is not receiving anything from your URL when it calls it and that is why it is complaining. You can post the logs so that we can assist. Thanks, Peter. On Wed, Sep 28, 2011 at 4:51 PM, mwamba chishimba

Re: Remote Connectivity

2011-09-28 Thread mwamba chishimba
Hi Peter, A million thanks for your response! Let me do just that right away. Kind Regards On Wed, Sep 28, 2011 at 4:11 PM, Otandeka Simon Peter wrote: > > Check your smsbox-access log file. It will provide more info why your URL > is failing. > Kannel is not receiving anything from your URL w

SMSC returned error code 0x00000102 (Specified service_type is unavailable) in response to submit_sm.

2011-09-28 Thread Mpeirwe Benjamin
Hello Good People, I have a challenge connecting to a new smpp connection, I bind to the connection so that when I send SMS, they are Accepted for delivery. Challenge is they are not delivered because at the SMSC side the response given is: SMSC returned error code 0x0102 (Specified service_

Re: SMSC returned error code 0x00000102 (Specified service_type is unavailable) in response to submit_sm.

2011-09-28 Thread Stipe Tolj
Am 28.09.2011 19:28, schrieb Mpeirwe Benjamin: Hello Good People, I have a challenge connecting to a new smpp connection, I bind to the connection so that when I send SMS, they are Accepted for delivery. Challenge is they are not delivered because at the SMSC side the response given is: SMSC re

Re: SMSC returned error code 0x00000102 (Specified service_type is unavailable) in response to submit_sm.

2011-09-28 Thread Mpeirwe Benjamin
Thanks Stipe, When I do this, then kannel does not start at all! I have taken a snapshot from kannel.log: 2011-09-28 20:49:25 [4730] [0] INFO: Added logfile `/var/log/kannel/kannel.log' with level `0'. 2011-09-28 20:49:25 [4730] [0] INFO: Started access logfile `/var/log/kannel/kannel-access.log

Re: SMSC returned error code 0x00000102 (Specified service_type is unavailable) in response to submit_sm.

2011-09-28 Thread Otandeka Simon Peter
Hello Benjamin, You need to specify the "system-type" in your smsc configs. For this, you will have to get from your SMSC engineers. It could be SMPP, VMA, CMT or any other depending on what you are given. It could be even left blank. If you don't mind, email me privately and may be able to hel

Smppbox communication

2011-09-28 Thread Budi wibowo
Hi I have question, my kannel running smppbox as server and I wan to connect to other smpp server using kannel as client. How to pass through message when kannel act as server and client Thx Budi