Re: Send multiple sms using php script

2010-06-11 Thread T.K.Thapa
Hello, I want to know something about to (to parameter in kannel sendsms url) parameter which explain by Nikos. is + sign is a separator between two mobile number? How many mobile number can be passed in single http query? Regards Tapan Thapa --- On Fri, 11/6/10, Nikos Balkanas wrote: Fro

Scheduling Question

2010-06-20 Thread T.K.Thapa
Hello, Does kannel bearerbox,smsbox or sqlbox support scheduling of messages? If yes how? Regards Tapan Thapa

RE: Scheduling Question

2010-06-20 Thread T.K.Thapa
'sangprabv'" , "'T.K.Thapa'" Cc: users@kannel.org Date: Sunday, 20 June, 2010, 11:11 PM Yes, sqlbox does scheduling of writing with a simple (1-line) patch.   You can find it on the mailinglist, but to facilitate your search, here it is again:

RE: Scheduling Question

2010-06-20 Thread T.K.Thapa
100, sqlbox do not push further messages to that particular smsc. Regards Tapan Thapa --- On Mon, 21/6/10, T.K.Thapa wrote: From: T.K.Thapa Subject: RE: Scheduling Question To: "Rene Kluwen" Cc: "Kannel list" Date: Monday, 21 June, 2010, 9:37 AM Hello, I have s

RE: Scheduling Question

2010-06-20 Thread T.K.Thapa
100, sqlbox do not push further messages to that particular smsc. Regards Tapan Thapa --- On Mon, 21/6/10, T.K.Thapa wrote: From: T.K.Thapa Subject: RE: Scheduling Question To: "Rene Kluwen" Cc: "Kannel list" Date: Monday, 21 June, 2010, 9:37 AM Hello, I have s

Re: Scheduling Question

2010-06-21 Thread T.K.Thapa
, 21/6/10, sangprabv wrote: From: sangprabv Subject: Re: Scheduling Question To: "T.K.Thapa" Cc: "Rene Kluwen" , "Kannel list" Date: Monday, 21 June, 2010, 10:41 AM You can use throughput directive.  sangprabv sangpr...@gmail.com On Jun 21, 2010, at 12

RE: Scheduling Question

2010-06-21 Thread T.K.Thapa
: From: Rene Kluwen Subject: RE: Scheduling Question To: "'Nikos Balkanas'" , "'sangprabv'" , "'T.K.Thapa'" Cc: "'Kannel list'" Date: Monday, 21 June, 2010, 7:40 PM That's correct. It depends on what you wa

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&#

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 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'" , "'Kann

Re: Scheduling Question

2010-06-24 Thread T.K.Thapa
Subject: Re: Scheduling Question To: "Rene Kluwen" Cc: "T.K.Thapa" , "Nikos Balkanas" , "Kannel list" Date: Thursday, 24 June, 2010, 10:19 PM Maybe you can doit with sqlbox???   If I do remember well, sqlbox has an option where you can configure how ma

RE: Scheduling Question

2010-06-25 Thread T.K.Thapa
From: Rene Kluwen Subject: RE: Scheduling Question To: "'T.K.Thapa'" , "'Alvaro Cornejo'" Cc: "'Kannel list'" Date: Friday, 25 June, 2010, 4:36 PM Or use sqlbox with the scheduling patch that was posted recently. And send o

RE: ESME Session

2010-06-29 Thread T.K.Thapa
I have personely checked that user created under smpp box can create n number of session via any smpp client (40 session tested). Regards Tapan Thapa On Tue, 29 Jun 2010 18:58 IST Rene Kluwen wrote: >I think current SMPP box version only allows for one session per user at the >same time. > > >

Re: window parameter

2010-07-14 Thread T.K.Thapa
Use max-pending-submits=20 (or whatever allowed to you.) in group=smsc configuration. --- On Wed, 14/7/10, Sandesh Waman // Viva wrote: From: Sandesh Waman // Viva Subject: window parameter To: "Kannel Users" Date: Wednesday, 14 July, 2010, 6:47 PM Dear All, I am using kannel client, c

Re: recommended system

2010-07-22 Thread T.K.Thapa
I would suggest use Citrix Xen Server along with Citrix Xen Center instead of vmware. (Its free.) Yes it is good idea to use virutalization. Your existing hardware is good enough to handle your suggested traffic. I am using lower that that. Regards Tapan Thapa --- On Thu, 22/7/10, Aldo Zavala

Re: recommended system

2010-07-22 Thread T.K.Thapa
, Aldo Zavala wrote: From: Aldo Zavala Subject: Re: recommended system To: "T.K.Thapa" Cc: "Kannel list" Date: Thursday, 22 July, 2010, 8:56 PM Thanks for the feedback, and what you think about having the LAMP server in the same server as Kannel? Is a good idea or would be

Delivery Report Flag

2010-07-26 Thread T.K.Thapa
Hello, Can anyone suggest me how to get all kind of delivery reports from SMSC by default instead asking users to open dlr-mask flag in cgi url? I have goggled little bit and found "registered-delivery" flag which need to be enabled in group=smsc section but it is not working. Please suggest.

Re: Delivery Report Flag

2010-07-26 Thread T.K.Thapa
Mon, 26/7/10, Konstantin Vayner wrote: From: Konstantin Vayner Subject: Re: Delivery Report Flag To: "T.K.Thapa" Cc: "Kannel list" Date: Monday, 26 July, 2010, 1:35 PM You can set dlr-mask and dlr-url in sendsms-user group Regards,  Konstantin On Mon, Jul 26, 2010 at 11:03

Re: Delivery Report Flag

2010-07-26 Thread T.K.Thapa
Hello, Any senior developers comment on this if this is the only solution available with kannel. Regards Tapan Thapa --- On Mon, 26/7/10, Konstantin Vayner wrote: From: Konstantin Vayner Subject: Re: Delivery Report Flag To: "T.K.Thapa" Cc: "Kannel list" Date: Monday,

Source Port Assign

2010-07-30 Thread T.K.Thapa
Hi, Can anyone tell me if we can set source port while connecting to any smsc (SMPP V4)? If yes how? Regards Tapan Thapa

Re: Source Port Assign

2010-07-30 Thread T.K.Thapa
--- On Fri, 30/7/10, Nikos Balkanas wrote: From: Nikos Balkanas Subject: Re: Source Port Assign To: "Rene Kluwen" , "'T.K.Thapa'" , "'Kannel list'" Date: Friday, 30 July, 2010, 7:22 PM Hi, Actually there is an option in group "smsc" cal

Access Log Parser

2010-08-05 Thread T.K.Thapa
Hello, Can anyone suggest a tool to parse kannel access log into mysql DB? Regards Tapan Thapa

Kannel Bearerbox Access Log Parser Required

2010-09-09 Thread T.K.Thapa
Hello, I am sorry if i am posting this question again. Can someone provide me bearebox access log parser if you have? I know i can use sqlbox in between smsbox and bearerbox but i have two year old access logs which i want to parse. Regards Tapan Thapa

Re: Kannel Bearerbox Access Log Parser Required

2010-09-09 Thread T.K.Thapa
Many thanks in advance..:) --- On Thu, 9/9/10, ha...@aeon.pk wrote: From: ha...@aeon.pk Subject: Re: Kannel Bearerbox Access Log Parser Required To: "T.K.Thapa" Cc: "Kannel list" Date: Thursday, 9 September, 2010, 4:46 PM Hi, Yes, I worked on the parser few we

SQL Box Question

2010-09-09 Thread T.K.Thapa
Hello, I was just checking sqlbox with bearerbox and smsbox to log all sent messages. I have seen that in sent_sms table there is no relation (Like message id mapping) between MT and DLR. Is it normal behaviour? If yes then can you please suggest how will i map sent messages to DLR? Regards Ta

RE: SQL Box Question

2010-09-09 Thread T.K.Thapa
From: Rene Kluwen Subject: RE: SQL Box Question To: "'T.K.Thapa'" , "'Kannel list'" Date: Thursday, 9 September, 2010, 11:57 PM If you use the proper dlr mask, then you can map the sent messages by means of dlr_url. This may be a http url but

Re: SQL Box Question

2010-09-10 Thread T.K.Thapa
Can you share newly developed smsbox/sqlbox binary with source code? I will try to compile for my o.s. from your provided source code. Regards Tapan Thapa --- On Sat, 11/9/10, KangMas Willy wrote: From: KangMas Willy Subject: Re: SQL Box Question To: "T.K.Thapa" Cc: "Kan

RE: SQL Box Question

2010-09-11 Thread T.K.Thapa
some third party api/url to provide delivery information. Am i right? Please explain. Regards Tapan Thapa --- On Sat, 11/9/10, Rene Kluwen wrote: From: Rene Kluwen Subject: RE: SQL Box Question To: "'T.K.Thapa'" , "'KangMas Willy'" Cc: "'Kan

Re: SQL Box Question

2010-09-11 Thread T.K.Thapa
Thanks for the explation Rene. That is why I asked the patch developed by sangprabv (sangpr...@gmail.com http://www.petitiononline.com/froyo/). Sangprabv: can you please share the code with us. I think this patch will help other too. Regards Tapan Thapa

Re: How to relate DLR & sent message in SQLBOX

2010-10-12 Thread T.K.Thapa
Hi, I am facing the same issue but no solution on this as of yet. Regards Tapan Thapa --- On Tue, 12/10/10, Anshu Sah wrote: From: Anshu Sah Subject: How to relate DLR & sent message in SQLBOX To: "users" Date: Tuesday, 12 October, 2010, 11:34 AM Hello  I am getting DLR & MT Type of Message

small help

2010-11-03 Thread T.K.Thapa
Hello, My operator suggested me to prefix + in mobile number for one msisdn level only (i.e. 9812) not all msisdn and my users are sending sms in this format 919812121212. Now i want to know how can i prefix + in mobile number through kannel config. Please suggest. Regards Tapan Thapa

Re: small help

2010-11-03 Thread T.K.Thapa
yotiranjan panda wrote: From: jyotiranjan panda Subject: Re: small help To: "T.K.Thapa" Date: Thursday, 4 November, 2010, 9:46 AM sirji, try with unified-prefix in core group as unified-prefix = "+9812,919812,9812". I think this may work. regards Jyotiranjan On Thu, Nov

Service Indication Help

2010-11-24 Thread T.K.Thapa
Hi, Can anyone suggest how to send Service Indication (SI) messages through Sendsms Url (Get or Post) or SQLBOX? Regards Tapan Thapa

Re: Service Indication Help

2010-11-24 Thread T.K.Thapa
Many thanks in advance Nikos but can you please give me the direct link to download the php script provided by Alex G? Regards Tapan Thapa --- On Wed, 24/11/10, Nikos Balkanas wrote: From: Nikos Balkanas Subject: Re: Service Indication Help To: "T.K.Thapa" , "Kannel list&qu

Re: Service Indication Help

2010-11-24 Thread T.K.Thapa
n Thu, 25/11/10, Nikos Balkanas wrote: From: Nikos Balkanas Subject: Re: Service Indication Help To: "T.K.Thapa" Cc: "Kannel list" Date: Thursday, 25 November, 2010, 9:40 AM Maybe Alex G can. I am using wapbox for wap pushes. Otherwise search in the archives. BR, Niko

Re: Service Indication Help

2010-11-24 Thread T.K.Thapa
p = "172.16.66.109;172.16.64.*;172.22.65.*" #group = sms-service #accepted-smsc=MTNLMUMBAI #keyword = default #catch-all = true #get-url = "http://172.16.66.109/sdp/msg-api/MTNLMumbaiPlatformHandler?content=%a&sender=%p&servicecode=%P"; #max-messages = 50 #omit-empty = true

Re: Service Indication Help

2010-11-25 Thread T.K.Thapa
Hello Nikos, Your valuable help is still expected. Regards Tapan Thapa --- On Thu, 25/11/10, T.K.Thapa wrote: From: T.K.Thapa Subject: Re: Service Indication Help To: "Nikos Balkanas" Cc: "Kannel list" Date: Thursday, 25 November, 2010, 11:03 AM I can understand N

Re: Service Indication Help

2010-11-26 Thread T.K.Thapa
Hi, Finally i am able to start wapbox. My bearerbox was not complied with wapbox. Now can anyone suggest how to send SI through test_ppg? Regards Tapan Thapa --- On Thu, 25/11/10, T.K.Thapa wrote: From: T.K.Thapa Subject: Re: Service Indication Help To: nbalka...@gmail.com Cc: "Kannel

Kannel Dlr Question

2011-02-01 Thread T.K.Thapa
Hello, Is there any automated (or manual) way to clear mysql dlr in dlr table if they are lets say one week old? Regards Tapan Thapa

SMSBox HTTPS Issue

2011-02-11 Thread T.K.Thapa
Hello, I have enabled https on my kannel box and it works fine. group = core ssl-server-cert-file = "/home/htkannel1/kannel_sqlbox/ssl/kannel.crt" ssl-server-key-file = "/home/htkannel1/kannel_sqlbox/ssl/kannel.key" group = sendsms sendsms-port-ssl = true However after enabling https on sendsm

Urgent Help

2009-08-19 Thread T.K.Thapa
Hi,     I would like to know how will i configure kannel to stop receiving sms on single number within 1 minutes. (Lets say 20 sms per minute on single number.) If more then configured sms is being sent by any other application via http then those messages should be rejected.     Thanks     Ta

Re: Throttling Error -URGENT

2009-08-25 Thread T.K.Thapa
Kyu free ka gyan bat rahe ho jyoti ji:-) --- On Tue, 25/8/09, jyotiranjan panda wrote: From: jyotiranjan panda Subject: Re: Throttling Error -URGENT To: "Users mailing list" Date: Tuesday, 25 August, 2009, 1:36 PM Dear Sapna,   Throtling error means mainly your pushing more message inres

Re: Bind failed error with smsc

2009-08-26 Thread T.K.Thapa
Hi, Till the time senior member replies, please use the below config and check if you are able to solve your issue. (For TX and RX separately.) For one session only. If you want to make two session then copy and paste the same config twice and restart kannel. group = "smsc" smsc = "smpp" host