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 mistake

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 Subj

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

Re: Receive SMS using Kannel

2010-06-24 Thread Nikos Balkanas
Hi, Please *post* detailed relevant logs and configuration. Do not link. BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Thursday, June 24, 2010 12:12 PM Subject: Receive SMS using Kannel Hi everyone , I want to know that how can i receive SMS usin

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 2010-06

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 _ap

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, Pras

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 p

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 but

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

2010-06-24 Thread Alejandro Guerrieri
Ok, step 1 is to configure config.inc: Make sure that SENDSMS_PORT there matches what's on your kannel.conf (13013?). Also, try hitting from your browser: http://localhost:13013/cgi-bin/sendsms You should get something like "Authorization failed for sendsms" If not, recheck your configuratio

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 To: ishagh ouldbah ; 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 smppbox in /usr/local/sbin then it installed.

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 To: ishagh ouldbah ; users@kannel.org; Rene Kluwen Sent: Wed, June 23, 2010 3:51:32 PM Subject: Re: smppbox forwarding Yes, it requires both smppbox.conf (2x)

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. (smpp|sms)box->bearerbox1->bea

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 applicati

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 brows

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" To: Sent: Thursday, June 24, 2010 1:34 PM Subject: SMPPBOX - p

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 Su

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" To: "Tomasz" ; Cc: Sent: Thursday, June 24, 2010 4:40 PM Subject: Re: SMPPBOX - problem with long Incoming SMS (MO) Hi, Hi, Looks like an SMPPBox issue. @Rene: D

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 Se

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 all

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 rece

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 = , 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] INFO:

Re: Mutli operators with Kannel

2010-06-24 Thread Nikos Balkanas
1) Still haven't answered this one. Is the SMS sent from the /sendsms HTTP interface (MT, push)? Or is it sent by a mobile (MO)? I am assuming that you are referring to MOs. I can tell you forefront that your problem is not kannel's. You need to debug your system. Probably your web-server is d

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" To: "Nikos Balkanas" Cc: Sent: Thursday, June 24, 2010 5:18 PM Subject: Re: SMPPBOX - problem with long Incoming SMS

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 ge

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 wrote: From: Nikos Balkanas Subject: Re: Scheduling Question To: "T.K.Thapa" Cc: "'Kannel list'" Date: Thursday, 24 Ju

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 forwa

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 apprecia

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 k

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; users@kannel.org

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. Is

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 information

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 T.K.

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 wrote: From: Rene Kluwen Subject: RE: SMPPBox Questions To: "'T.K.Thapa'" , "'Kannel list'" Date: Thursday, 24

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 logging

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 wrote: From: Alvaro Cornejo

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 > Hi, > > Please read User's Guide about modem initia

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 i

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" To: "'Nikos Balkanas'" ; "'ishagh ouldbah'" ; Sent: Thursday, June 24, 2010 6:53 PM Subject: RE: smppbox forwarding

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 differen

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 (gw/smsbox.c:obey_request_th

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 surpr

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 > Seems very unlikely. > > > BR, > Nikos > - Origin

CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have a look at it. (500)

2010-06-24 Thread Tarun Goswami
Dear All, I am often getting the following error with couple of SIMS i used in GSP phone being used as a Modem. The SIM Memory is otherwise empty..no contacts..no messages... Please help? Thanks & Best Regards, Tarun Kumar Goswami Tata Consultancy Services TCS Towers, 249 D&E Udyog Vihar, Pha

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] [1

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

2010-06-24 Thread Nikos Balkanas
Hi, If pushed SMS is large (> 170 chars) kannel will split it to parts. Tis defines how many parts it will send, to keep costs down. If max-messages = 0, it will push nothing. BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Friday, June 25, 2010 5

Re: CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have alook at it. (500)

2010-06-24 Thread Nikos Balkanas
Hi It is just what it says: Unknown error. 500 errors are vendor & modem specific. Read User's guide about modem initialization on how to use CMEE. You might get a bit more info for it. BR, Nikos - Original Message - From: "Tarun Goswami" To: ; Sent: Friday, June 25, 2010 6:04 AM

Re: CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have alook at it. (500)

2010-06-24 Thread Tomasz
Hi I've got this error with few operators when I'm sending a message to invalid destination number (which doesn't exists). BR, Tomasz W Twoim liście datowanym 25 czerwca 2010 (08:34:30) można przeczytać: > Hi > It is just what it says: Unknown error. 500 errors are vendor & modem > specific.