unable to send sms through kannel using sendsms.php

2010-06-24 Thread prashant singh
hi i have configured kannel successfully configured on my system but now whenever i try to send sms through sendsms.php provided with kannel nothing happens and when i check the log of sms box it shows an error socket not connected(detailed log is attached). please tell me where i m making

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread Nikos Balkanas
Hi, This is to be expected. You configure 13014 as your sendsms port, yet you are trying to push to 13013. Comment out sendsms-url and try pushing to /cgi-bin/sendsms BR, Nikos - Original Message - From: prashant singh To: users@kannel.org Sent: Thursday, June 24, 2010 10:55 AM

Receive SMS using Kannel

2010-06-24 Thread Harbhag Singh Sohal
Hi everyone , I want to know that how can i receive SMS using Kannel . I can successfully send SMS through the addressbar of the browser . I am using kannel on Ubuntu 10.04 and I have lamp installed on this system .Below is the link to my kannel configuration file . If more information is required

unable to send sms through kannel using sendsms.php

2010-06-24 Thread prashant singh
i have chnged the port i dont understand why kannel cannot fetch url. please guide. now the sms log says : [r...@localhost ~]# ./smsbox -v 0 kannel.conf bash: ./smsbox: No such file or directory [r...@localhost ~]# cd /usr/local/kannel/sbin [r...@localhost sbin]# ./smsbox -v 0 kannel.conf

Receive SMS using Kannel

2010-06-24 Thread Harbhag Singh Sohal
Hi everyone , I want to know that how can i receive SMS using Kannel . I can successfully send SMS through the addressbar of the browser . I am using kannel on Ubuntu 10.04 and I have lamp installed on this system . If more information is required from my side then please ask me and i will provide

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread Alejandro Guerrieri
http://localhost:13013/sendsms.php ?? Kannel doesn't have any php code inside, where did you get that URL from? Assuming you've configured Kannel from the examples, sendsms interface is on port 13013: http://localhost:13013/cgi-bin/sendsms So, to send MT you need to hit that URL from your

SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Tomasz
Hello, I've found another problem with incoming messages and SMPPBOX. My configuration is: KANNEL 1 KANNEL 2 CGI PUSH -- SMSBOX 1 -- BEARERBOX 1 -- SMPP LINK -- Open SMPPBOX --- BEARERBOX 2 - SMSC Here is scenario: Bearerbox

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread prashant singh
i m using the php script provided in the examples of gw folder. here i am not clear with the exact syntax for sendsms.php to be provided in smsbox group. it would be highly appreciated if some one could throw light on sending sms though a web browser using example sendsms.php script. Regards,

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread Alejandro Guerrieri
You're mixing things. If you need to use that PHP, deploy it on your WEB SERVER, and hit it from where the WEB SERVER could get it (usually port 80). That script would then contact sendsms on port 13013. If you wish to hit sendsms directly, then hit port 13013, but you won't hit the PHP on that

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread prashant singh
hi alejandro my purpose is to send sms through a webpage like sendsms.php, i have installed apache on my rhel-4 and copied sendsms.php and all other file(.inc etc) in its html dir(in /var/www/html) now whenever i open it hrough my browser(by typing address - http://localhost)the page gets open

Re: unable to send sms through kannel using sendsms.php

2010-06-24 Thread Alejandro Guerrieri
Ok, step 1 is to configure config.inc: ?php // Include file for SMS interface. // These variables MUST match your kannel.conf configuration $bearerboxhost = localhost; define(BEARERBOX_HOST, localhost); define(SENDSMS_PORT, 13131); define(ADMIN_PORT, 13000); define(ADMIN_PASSWORD,

Re: smppbox installation message Nothing to be done for 'install-exec-am'

2010-06-24 Thread ishagh ouldbah
Yes its there thanks From: Rene Kluwen rene.klu...@chimit.nl To: ishagh ouldbah ishagh...@yahoo.com; users@kannel.org Sent: Wed, June 23, 2010 10:15:59 PM Subject: RE: smppbox installation message Nothing to be done for 'install-exec-am' If you see

Re: smppbox forwarding

2010-06-24 Thread ishagh ouldbah
Thanks all It seems that i need two smppboxes or do it via http thanks any way From: Nikos Balkanas nbalka...@gmail.com To: ishagh ouldbah ishagh...@yahoo.com; users@kannel.org; Rene Kluwen rene.klu...@chimit.nl Sent: Wed, June 23, 2010 3:51:32 PM Subject: Re:

Re: smppbox forwarding

2010-06-24 Thread Nikos Balkanas
Hi, Actually, no. There is a 3rd, simpler way. If you notice the answer by A. Malysh, you can just do it with the minimum, i.e. 2 bearerboxes. You have to use the http_smsc with system-type kannel. Just be cautious, http_smsc is not the most reliable or robust.

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS
Hi Nikos, I understand your mean and sorry again. I'm a content provider with info, meteo, jok, in french. So you understand why my english is bad. I negotiated SMPP connection to all operators in my country and i got them. What i need is People send for example JOK to 42333 and the

Re: Receive SMS using Kannel

2010-06-24 Thread Harbhag Singh Sohal
I am sorry for the double post . I higly appreciate the help of users . On Thu, Jun 24, 2010 at 3:51 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: Hi everyone , I want to know that how can i receive SMS using Kannel . I can successfully send SMS through the addressbar of the browser

How to disable kannel reponse 202

2010-06-24 Thread ishagh ouldbah
Hi I've configure kannel and it worked my probleme is that when i send sms it replies to the client with the message accepted for delivery How to disble that message from going to the client Thanks

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Nikos Balkanas
Hi, Hi, Looks like an SMPPBox issue. @Rene: Do you want to look at it, or should I?(If you are already working with SMPPBox, you better take it, otherwise I may mess it up) BR, Nikos - Original Message - From: Tomasz ad...@impexrur.pl To: users@kannel.org Sent: Thursday, June 24,

Re: Receive SMS using Kannel

2010-06-24 Thread Nikos Balkanas
Hi, Please send detailed relevant bb logs from modem initialization and an attempt to receive an SMS from SMSc. When you push SMS, do you get DLRs OK? What is lamp? BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Thursday, June 24, 2010 1:21 PM

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Nikos Balkanas
Hi, Can you also post detailed bb2 logs from the same attempt? BR, Nikos - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: Tomasz ad...@impexrur.pl; rene.klu...@chimit.nl Cc: users@kannel.org Sent: Thursday, June 24, 2010 4:40 PM Subject: Re: SMPPBOX - problem with

Re: Mutli operators with Kannel

2010-06-24 Thread Nikos Balkanas
Hi, Still haven't answered my questions. Please do. Since your English is not fluent, please use the numbers in the list. Unfortunately my french is poorer than your English. What is a JOK? BR, Nikos - Original Message - From: Marc ANDREAS To: Nikos Balkanas Cc: users@kannel.org

Re: How to disable kannel reponse 202

2010-06-24 Thread Nikos Balkanas
Hi, Normally people build a web application that manages SMS campaigns, bulk pushes and displays status from DLRs to clients. Therefore, clients should never see 202, just the web interface to manage their SMS account. BTW you cannot disable the 202, it is part of the HTTP protocol, but your

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Tomasz
Hi, I haven't got BB2 log on debug level of that attempt. But I can make a new attempt and send all logs on debug level. SMSC I use with Kannel 2 is AT2 (modem connection) so I don't know if BB2 logs will contain any interesting information for this issue. But if there is a need, I can deliver

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS
1) You mention when I send. Are you referring to push SMS (MT)? Your configuration seems to be more service (MO) oriented. I mean when People send SMS to Kannel. 2) If you are talking about MTs, what is the delay you are referring to? DLR receipts? After sending SMS to Kannel i don't

CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-24 Thread Harbhag Singh Sohal
I am getting this error . 2010-06-24 20:03:58 [1755] [0] INFO: Debug_lvl = 1, log_file = none, log_lvl = 0 2010-06-24 20:03:58 [1755] [0] WARNING: DLR: using default 'internal' for storage type. 2010-06-24 20:03:58 [1755] [0] INFO: DLR using storage type: internal 2010-06-24 20:03:58 [1755] [0]

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Nikos Balkanas
Hi, Please retry and post fresh logs from all. Also do not attach logs, just post inlined, else they get lost in reply. Thanks, - Original Message - From: Tomasz ad...@impexrur.pl To: Nikos Balkanas nbalka...@gmail.com Cc: users@kannel.org Sent: Thursday, June 24, 2010 5:18 PM

Re: CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-24 Thread Nikos Balkanas
Hi, Please read User's Guide about modem initialization and repost detailed relevant bb logs. BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Thursday, June 24, 2010 5:42 PM Subject: CMS ERROR: Unknown error. - maybe Sim storage is full? I am

Re: Scheduling Question

2010-06-24 Thread T.K.Thapa
Thanks for the reply Nikos but my provider is not ready to provide me two sessions. Can we have something else here. Regards Tapan Thapa --- On Thu, 24/6/10, Nikos Balkanas nbalka...@gmail.com wrote: From: Nikos Balkanas nbalka...@gmail.com Subject: Re: Scheduling Question To: T.K.Thapa

RE: smppbox forwarding

2010-06-24 Thread Rene Kluwen
Wouldn't it be possible with setting up one bearerbox, having two smsc's of type http? I think yes. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: donderdag 24 juni 2010 15:31 To: ishagh ouldbah; users@kannel.org; Rene Kluwen Subject: Re: smppbox

RE: Receive SMS using Kannel

2010-06-24 Thread Rene Kluwen
Look for group = sms-service in the users manual. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: donderdag 24 juni 2010 15:37 To: users@kannel.org Subject: Re: Receive SMS using Kannel I am sorry for the double post . I higly

RE: How to disable kannel reponse 202

2010-06-24 Thread Rene Kluwen
I think there is no Kannel option for that, other than by patching the source. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ishagh ouldbah Sent: donderdag 24 juni 2010 15:38 To: users@kannel.org Subject: How to disable kannel reponse 202 Hi I've configure

RE: Receive SMS using Kannel

2010-06-24 Thread Rene Kluwen
Lamp is Linux-Apache-Mysql-PHP, see http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: donderdag 24 juni 2010 15:46 To: Harbhag Singh Sohal;

SMPPBox Questions

2010-06-24 Thread T.K.Thapa
Hi, Few questions about SMPPBox. 1. Do we have any admin port/interface for SMPPBOX to see how many connected users are in SMPPBOX? 2. In client config of SMPPBox, can we restrict created user to login as tx,rx or trx with limited sessions. 3. Can we create prepaid SMPPBox accounts? 4.

RE: SMPPBox Questions

2010-06-24 Thread Rene Kluwen
Few answers to your questions: 1. Yes, you can see in the admin page of bearerbox, a different connected smsbox for each user 2. No, this cannot be done as of the current version 3. No, also this is not possible 4. Maybe some users on the list that use this currently can provide more

RE: Scheduling Question

2010-06-24 Thread Rene Kluwen
A more complex solution would be: 2 sms groups that connect to the localhost http service (or smppbox)… Each with a different throughput. This box further relays to your provider in one session. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of

RE: SMPPBox Questions

2010-06-24 Thread T.K.Thapa
One more question. 1. Can we create different logging file for each created user so that mis/reports can be made accordingly? Regards Tapan Thapa --- On Thu, 24/6/10, Rene Kluwen rene.klu...@chimit.nl wrote: From: Rene Kluwen rene.klu...@chimit.nl Subject: RE: SMPPBox Questions To:

RE: SMPPBox Questions

2010-06-24 Thread Rene Kluwen
No, that is not possible. But maybe you can grep the kannel-access.log file? == Rene From: T.K.Thapa [mailto:tapan_thapa2...@yahoo.com] Sent: donderdag 24 juni 2010 18:40 To: 'Kannel list'; Rene Kluwen Subject: RE: SMPPBox Questions One more question. 1. Can we create different

Re: Scheduling Question

2010-06-24 Thread Alvaro Cornejo
Maybe you can doit with sqlbox??? If I do remember well, sqlbox has an option where you can configure how many messages get per loop it sends to bb. You can connect 2 sqlboxes each with a different number of messages per loop/query ?? Regards Alvaro

Re: Scheduling Question

2010-06-24 Thread T.K.Thapa
This seems great idea. I will check this out. Two SQLBOXs, 1st will have 3 messages per second in sqlbox query and 2nd will have 2 message per second in sqlbox query. Rane: Can you confirm if this will work? Regards Tapan Thapa --- On Thu, 24/6/10, Alvaro Cornejo cornejo.alv...@gmail.com

Re: CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-24 Thread Harbhag Singh Sohal
under group = sendsms-usr i changed the value of max-message to a higher number (before it was 10) . and now I am not having that error . Can this be the actual solution ? . My modem is getting initialized properly . 2010/6/24 Nikos Balkanas nbalka...@gmail.com Hi, Please read User's Guide

RE: Scheduling Question

2010-06-24 Thread Rene Kluwen
Probably you need a small patch to the sqlbox source code, before it will work. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of T.K.Thapa Sent: donderdag 24 juni 2010 18:53 To: Alvaro Cornejo Cc: Kannel list Subject: Re: Scheduling Question This seems great

Re: smppbox forwarding

2010-06-24 Thread Nikos Balkanas
You can have as many as you define. But the issue was to pass SMS from 1 bb to another. For this you need to have 2. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: 'Nikos Balkanas' nbalka...@gmail.com; 'ishagh ouldbah' ishagh...@yahoo.com; users@kannel.org

Re: SMPPBox Questions

2010-06-24 Thread Nikos Balkanas
Hi, In time, we will get most of these, if not all, working. Thanks for the suggestions. BR, Nikos - Original Message - From: T.K.Thapa To: 'Kannel list' ; Rene Kluwen Sent: Thursday, June 24, 2010 7:40 PM Subject: RE: SMPPBox Questions One more question. 1. Can we create

Re: CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-24 Thread Nikos Balkanas
Seems very unlikely. BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Thursday, June 24, 2010 9:08 PM Subject: Re: CMS ERROR: Unknown error. - maybe Sim storage is full? under group = sendsms-usr i changed the value of max-message to a higher number

Re : Mutli operators with Kannel

2010-06-24 Thread Marc ANDREAS
Hi Nikos, I tried to solve the issue by adding denied-sms in sms-group. I have another issue with sms push by http. see output from smsbox log 2010-06-24 23:35:36 [22654] [0] DEBUG: Kannel smsbox version 1.4.1 starting 2010-06-24 23:35:36 [22654] [4] DEBUG: Thread 4

Re: Mutli operators with Kannel

2010-06-24 Thread Nikos Balkanas
Please address list. Do not send me personnals again. First upgrade to latest svn. 1.4.1 is ~4 yrs old. What is going on here? I see smscs op1, op2 op3 configured, and traffic is coming from vodacom, cct tigo. You also have a blank line in op3 definition that shouldn't be there. I am

Re: CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-24 Thread Harbhag Singh Sohal
Can you tell me what is the purpose of max-messages variable under the sendsms-user group . I tried the user guide but there is not explanation about this variable , the description field for it is blank there . 2010/6/25 Nikos Balkanas nbalka...@gmail.com Seems very unlikely. BR, Nikos

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-24 Thread Tomasz
Hi, I'm sending logs of Bearerbox 1 2 and SMPPBOX on debug level: SMPPBOX log (Kannel 2): 2010-06-25 07:12:01 [21850] [1] INFO: We received an SMS message. 2010-06-25 07:12:01 [21850] [1] DEBUG: SMPP[main]: Manually forced source addr ton = 0, source add npi = 0 2010-06-25 07:12:01 [21850]