Re: Send multiple sms using php script

2010-06-11 Thread sangprabv
Quick and dirty solution is using php-curl. Call sendsms URL and loop in it. sangprabv sangpr...@gmail.com On Jun 11, 2010, at 6:06 PM, steven edward wrote: > hi! > Am a new user of kannel and i want to send more than one sms am using header > to send sms it is okay but i don know

Re: how can i configure dlr-url

2010-06-16 Thread sangprabv
It must be dlr-url not drl-url check your $url variable. sangprabv sangpr...@gmail.com On Jun 16, 2010, at 8:22 PM, steven edward wrote: > hi > I want to configure my kannel so that after send sms using cgi-bin/sendsms i > want to return to another page known as smsAlert.php i

Re: Kannel as an SMSC

2010-06-18 Thread sangprabv
Please do man patch, you will find the answer. sangprabv sangpr...@gmail.com On Jun 18, 2010, at 10:46 PM, Mohamed Ould Mohamed Salem wrote: > I downloaded the SMPPBox, tried to compile it but it gives some errors after >

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
What about a pass-thru(forward) configuration between connections? Is it possible, let's say we want to pass traffics SMPP_CLIENT_A <->SMPPBOX<->SMPP_CLIENT_B. sangprabv sangpr...@gmail.com On Jun 19, 2010, at 3:31 AM, Rene Kluwen wrote: > Today, I committted a patch

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
In the other words we can not have a pass-thru configuration then? sangprabv sangpr...@gmail.com On Jun 19, 2010, at 7:15 PM, Nikos Balkanas wrote: > Nope. The way it works is (SMPP_CLIENT = ESME): > > ESME -> SMPPBOX ->Bearerbox->SMSC > > The connection from ESME

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
CMIIW, it only route incoming MO from smsc-link. While MT routing so far done by explicitly define the smsc-id in the send-sms URL and or smsc_id field in the SQLBox. sangprabv sangpr...@gmail.com On Jun 19, 2010, at 9:14 PM, Rene Kluwen wrote: > I am thinking of a possibility. Does

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
My goal is pass all traffics from ESME A to ESME B and vice versa (it's a about reroute I guess). So there should be and SMPPBOX rather than BEARERBOX in between, CMIIW :) sangprabv sangpr...@gmail.com On Jun 19, 2010, at 10:16 PM, Rene Kluwen wrote: > Pass-thru seems to work the o

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
So the configuration would be like this: ESME_A<->SMPPBOX_A<->BEARERBOX<->SMPPBOX_B<->ESME_B is it? sangprabv sangpr...@gmail.com On Jun 19, 2010, at 10:46 PM, Alejandro Guerrieri wrote: > What about implementing "reroute-smsbox-id" on bearerbox? That wo

Re: Forcing kannel to use one SMSC

2010-06-19 Thread sangprabv
Check userguide, there are some directives you can use. allowed-smsc-id, prefered-smsc-id, denied-smsc-id in the smsc group. sangprabv sangpr...@gmail.com On Jun 19, 2010, at 11:26 PM, Waqas Farooq wrote: > Hi All, > > I am using two SMSCs one for sending and one for receiving.

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
This will be very exciting achievements for Kannel community. It will be an enterprise achievements. +1 for this project Rene. sangprabv sangpr...@gmail.com On Jun 20, 2010, at 12:22 AM, Rene Kluwen wrote: > Yes, that is the idea. > > From: sangprabv [mailto:sangpr...@gmail.com

Re: For the ones using (open) smppbox...

2010-06-19 Thread sangprabv
X <->ESME_B (The best thing) or ESME_A<->SMPPBOX_A<->BEARERBOX<->SMPPBOX_B<->ESME_B where reroute will be directly handled by smppbox or bearerbox configuration. Well this is a subjective opinion from me. sangprabv sangpr...@gmail.com On Jun 20, 2010, at 1:24 AM,

Re: Too long password

2010-06-20 Thread sangprabv
It should be in smsc_smpp.c sangprabv sangpr...@gmail.com On Jun 20, 2010, at 3:23 PM, hafez ahmad wrote: > Dears, > > I get the following error when I try to connect my SMPP connection, my > password is 9 chars > > 2010-06-20 10:52:19 [4228] [38] WARNING: SMPP: PDU el

Re: Scheduling Question

2010-06-20 Thread sangprabv
Quick and dirty way is patch the query in the sqlbox source code. sangprabv sangpr...@gmail.com On Jun 20, 2010, at 4:15 PM, T.K.Thapa wrote: > Hello, > > Does kannel bearerbox,smsbox or sqlbox support scheduling of messages? If yes > how? > > Regards > Tapan Thapa >

Re: Scheduling Question

2010-06-20 Thread sangprabv
Agree with Rene but keep in mind by using that query for a high load system will reduce the speed since there will be overhead. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 12:41 AM, Rene Kluwen wrote: > Yes, sqlbox does scheduling of writing with a simple (1-line) patch. > >

Re: Scheduling Question

2010-06-20 Thread sangprabv
You can use throughput directive. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 12:02 PM, T.K.Thapa wrote: > Hello, > > Two more questions: > > 1. Can sqlbox submit sms to bearerbox at a configurable rate? Lets say 5 > message per second so that no queue is buil

Re: Scheduling Question

2010-06-20 Thread sangprabv
Alex is developing the feature, keep watching and contribute to the community :) sangprabv sangpr...@gmail.com On Jun 21, 2010, at 11:07 AM, T.K.Thapa wrote: > Hello, > > I have seen the same feature requested by many users. Can't we have the same > by default in source c

Re: Scheduling Question

2010-06-21 Thread sangprabv
it's in the smsc group, check it out. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 2:26 PM, T.K.Thapa wrote: > Where i need to configure throughput directive? > > Do i need to configure in bearerbox or sqlbox? > > if i am configuring in bearerbox then it will onl

Re: Kannel goes in infinite loop

2010-06-21 Thread sangprabv
delete the queue or spool file. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 7:10 PM, Waqas Farooq wrote: > > Hi All, > > I am facing an issue that when kannel is restarted after a long time, I get > this message indefinitely repeated without any messages goin

Re: Authentication Failure on Kannel 1.4.3

2010-06-30 Thread sangprabv
The parameter is correct, please check your sendsms port. Is it 13131? What is your detail configuration file? sangprabv sangpr...@gmail.com On Jul 1, 2010, at 7:38 AM, RIFQI wrote: > I have just install kannel 1.4.3 on ubuntu server 10.04 and i configure the > kannel conf bellow, bu

WTA Send WAP Push with SQLBox

2010-06-30 Thread sangprabv
Hi List, I've searched the archives to find solution on how to send WAP Push with SQLBox, tried all suggested but none work. Is there someone who is sucessfully send WAP Push with SQLBox? Thanks. sangprabv sangpr...@gmail.com

HTTP SMSC Fail To Connect

2010-07-15 Thread sangprabv
Hi, I have a situation where Kannel complaints can not connect to an HTTP SMSC, but when I tried to telnet the host and browse the host manually everything is OK? What makes Kannel complaints and how to solve this? Thanks. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/

[HELP]Force Kannel to send unsent MT

2010-07-21 Thread sangprabv
As subject's title. How to force Kannel to send unsent MT in the spool folder immediately? Is there any CLI? Thanks sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/

Re: generic http smsc statuses

2010-07-24 Thread sangprabv
please check the API from your telco to make sure it is compatible with Kannel, otherwise you need to hack Kannel's source code :) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Jul 24, 2010, at 9:17 PM, Imran Aghayev wrote: > > Hi Nikos, > You said '

WTA dlr-url

2010-08-02 Thread sangprabv
Does Kannel keep trying the unfetched or failed dlr-url or not? Many thanks :) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/

Does SMSBox Really Sent Out Messages?

2010-08-09 Thread sangprabv
n the smsbox-access log (all http requests got http 200). So does SMSBox really sent out all messages to back end application? Thanks. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/

Re: Does SMSBox Really Sent Out Messages?

2010-08-09 Thread sangprabv
I have checked the backend log. It received 871 messages. There is nothing left in the spool folders, all emptied, none discarded messages :( I even set smsbox to retry 1000x times. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 9, 2010, at 3:17 PM, Alejandro

Re: Kannel performance benchmarking

2010-08-09 Thread sangprabv
Hi Nikos, Do you experience memory problem? In my case Kannel is eating the memory on high load traffics. I always need to restart the box to get more memory. I even give 3 on /proc/sys/vm/drop_caches but still Kannel eat the memory :( sangprabv sangpr...@gmail.com http

Re: Kannel performance benchmarking

2010-08-09 Thread sangprabv
emory. Thanks sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 9, 2010, at 11:19 PM, Nikos Balkanas wrote: > No memory problems. It is reasonable that kannel will use more memory in > higher traffic, since all queues are in memory, as long as it drops to >

Re: Kannel performance benchmarking

2010-08-10 Thread sangprabv
Regarding this performance benchmarking. I still got memory problem. Kannel fails to release buffered or cached memory. Does anybody has tips to avoid this problem? Thanks. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 10, 2010, at 10:12 PM, Rene Kluwen wrote

Re: Kannel performance benchmarking

2010-08-10 Thread sangprabv
800 thousands MT/day. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 10, 2010, at 10:53 PM, Alejandro Guerrieri wrote: > Are you completely _sure_ that it's held by Kannel and not the underlying OS? > Linux doesn't free unused memory unless

Re: Kannel profermance

2010-08-13 Thread sangprabv
Alvaro, maybe he talked about SMPP 3.4 :) Ravindra, please check userguide. There is throughput directive to speed up the MT. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 13, 2010, at 8:26 PM, Alvaro Cornejo wrote: > Hi > > I think you have not thi

Re: Kannel profermance

2010-08-13 Thread sangprabv
You can use throughput directive :) Beware of your telco policy, some telcos limit MT from us ;) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 14, 2010, at 1:33 AM, Ravindra Gupta // Viva wrote: > Dear Team, > > Sorry for previous mail. > > I

Re: Kannel profermance

2010-08-14 Thread sangprabv
AFAIK Kannel set throughput to 100/second. So if we want more then we increase the number. Otherwise decrease to avoid throttling error from telco. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 14, 2010, at 11:58 AM, Juan Nin wrote: > Actually you'

Re: Configure kannel via httpconnect protocol

2010-08-14 Thread sangprabv
Userguide is your bestfriend. Since HTTP SMSC is very generic, it is probably you need to modify it. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 14, 2010, at 7:43 PM, Omar THIAM wrote: > Hi , > Does somebody can help me about configuring kannel wit

Re: Kannel throughput against a real SMSC

2010-08-24 Thread sangprabv
400SMS/sec for each connection (client) or for all connections (clients)? Network issue might be also need to be checked. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 25, 2010, at 9:32 AM, Sanjay Bhandari wrote: > Anyone here have experience working agains

Re: configuration help required

2010-08-26 Thread sangprabv
It should be about sms-service sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 26, 2010, at 2:10 PM, Irfan Malik wrote: > Hi All, > > I am looking for help to configure kannel sms-service based on number of > words in request. Requirement is to appe

Re: configuration help required

2010-08-26 Thread sangprabv
Im not sure, but maybe keyword-regex directive might help you. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 26, 2010, at 2:28 PM, Irfan Malik wrote: > Yes, It is. Any help ? > > > Best Regards, > > Irfan Malik > > > > >

Re: configuration help required

2010-08-26 Thread sangprabv
fault name = default get-url = "http://1.2.3.4/path_b"; sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 26, 2010, at 2:48 PM, Irfan Malik wrote: > Many thanks dear, > > How if we remove the digits 92123456789? > > > > Request 1) 9212345

Re: Dlr.php

2010-08-26 Thread sangprabv
And develop such DLR application using PHP is simple as well ;) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 27, 2010, at 7:39 AM, budi wibowo wrote: > my requirement is simple, dlr.php template for something mention in > http://www.kannel.org/download

Re: dlr issue

2010-08-28 Thread sangprabv
Are you sure all got DLVRD status? What is your dlr-mask set during MT and dlr-mask return from smsc? May we have your log? sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 28, 2010, at 9:15 AM, budi wibowo wrote: > dear all i have dlr issue > > i have

Re: Sending Pictures & Ringtones and Games

2010-08-29 Thread sangprabv
Is it SMS or MMS? If SMS then you might need Kannel + WAP Push only. But for MMS then Mbuni might help you CMIIW ;) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 28, 2010, at 11:11 PM, Alvaro Cornejo wrote: > You need kannel + mbuni to do t

Re: dlr issue

2010-08-29 Thread sangprabv
I don't see any DLR there :) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 30, 2010, at 12:21 PM, budi wibowo wrote: > hi > i attache bb log for reference > > 2010-08-30 11:43:31 [23161] [9] DEBUG: sequence_number: 2 = 0x0002 > 2010-0

Re: dlr issue

2010-08-30 Thread sangprabv
said the MT is DLVRD. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 30, 2010, at 3:14 PM, budi wibowo wrote: > hi > that's what i got in debug mode and receiver (B#) switched off. > any option to get the more detail result? > > br > >

Re: Got DLR but could not find message

2010-09-02 Thread sangprabv
About the msg-id type you should consult with your telco first. There are several types of it. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Sep 2, 2010, at 5:56 PM, dafodil wrote: > > Hi List, > Good Day. > I am sending message through kannel.Message is

Re: DB Pool

2009-04-09 Thread sangprabv
Yes it's okay, as long as your server configured to handle such loads. Willy

Re: P1i initilization string

2009-05-03 Thread sangprabv
There are some threads about Sony Ericsson handsets in the list's archieve. TIA. Willy On Mon, 2009-05-04 at 08:46 +0300, Philip Ankunda wrote: > hi all, > > anyone tried using p1i as modem,if yes how did u set it up as > initialization string. am using a usb cable > > > Thanks in advance.

Re: Invoke kannel from perl script

2009-05-03 Thread sangprabv
Depend on how do you want Kannel send the SMS, you can hit the sendsms URL or you if you use SQLBox you can insert the SMS into the table. TIA. Willy On Mon, 2009-05-04 at 08:51 +0300, Philip Ankunda wrote: > Hi all, > > I have my perl script that tests PC's on a LAN for connectivity, if > an

Re: Fastest Modem for Kannel

2009-05-07 Thread sangprabv
IMHO a GSM Modem may send only 1 SMS/second. And a serial connection (COMM) will be more stable than a USB one, CMIIW. Willy On Fri, 2009-05-08 at 01:22 +0100, Kenny wrote: > Hi, > > For a Kannel deployment, what type of modem would be faster? USB or > Comm interface modem. > > I will apprec

Re: Fastest Modem for Kannel

2009-05-07 Thread sangprabv
eciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via > SMS y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.com > > > > On Thu,

RE: Fastest Modem for Kannel

2009-05-08 Thread sangprabv
Hello, Thanks for the comment. In my case I test to send 1000 MT and it finished in around 19.6 minutes. And re test it again and finished in 20.1 minutes. Willy On Fri, 2009-05-08 at 18:38 -0700, info.ubichip wrote: > Hello Sangprabv, > > One sms per second look to be a l

Re: Error reading from fd 71

2009-05-14 Thread sangprabv
Please check your webserver configuration. The solution should be there. Willy On Thu, 2009-05-14 at 10:03 +0300, hafez ahmad wrote: > Hi All, > > > Thanks for you help :) > > but I moved my web server to lighthttp , and Increase the max-fds to > 4096 , but I am still get the following erro

Re: http connection to service provider tyntec

2009-05-16 Thread sangprabv
It would be a commercial support I guess. Willy On Sat, 2009-05-16 at 01:38 -0700, SergeNjabs wrote: > Hi, > I want to configure Kannel to send messages using http through Tyntec. Does > anybody have a config file that can help?

Re: SLQBox dlr-url not fetched

2009-05-19 Thread sangprabv
SQLBox may acts as DLR storage also. You don't need any DLR URL anymore. How do you run SQLBox? In order to store the DLR, SQLBox need to be stands between Bearerbox and SMSBox (Bearerbox - SQLBox - SMSBox) Willy On Tue, 2009-05-19 at 13:45 +, Eduardo Raad wrote: > William, i tested it wit

SMPP Error 1034

2009-05-21 Thread sangprabv
Hi, I got SMPP error 1034 during binding to my telco. What does it means? TIA. Willy

Re: SMPP Error 1034

2009-05-22 Thread sangprabv
Hi Jovan, Thx for the reply. What usually cause this problem? Willy On Fri, 2009-05-22 at 12:44 +0200, Jovan Kostovski wrote: > On Fri, May 22, 2009 at 8:36 AM, sangprabv wrote: > > Hi, > > I got SMPP error 1034 during binding to my telco. What does it means? > > TI

Warning During make with latest CVS version (snapshot)

2009-05-22 Thread sangprabv
Hi, I received these warnings during make: gwlib/gwthread-pthread.c: In function ‘gwthread_wakeup’: gwlib/gwthread-pthread.c:679: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result gwlib/utils.c: In function ‘become_daemon’: gwlib/utils.c:219: warning: ignoring

Re: Warning During make with latest CVS version (snapshot)

2009-05-27 Thread sangprabv
Yeah but this warning never happened on the previous version. TIA. Willy On Wed, 2009-05-27 at 17:14 +0200, Julien Buratto wrote: > warnings are warnings, be warned but don't be scared ;) > > j > > 2009/5/22 sangprabv : > > Hi, > > I received these war

Additional Custom Parameters Mo and MT on SMPP

2009-06-05 Thread sangprabv
My telco just added new custom parameters on their MO and MT using the SMPP protocol. Is there any way to adopt these new custom parameters into Kannel? Is it doable with meta-data? If I need to patch which files should I go with? TIA. Willy

OpenSSL Lib in Ubuntu

2009-06-17 Thread sangprabv
What OpenSSL lib needed to enable ssl in Kannel in Ubuntu system? I have installed libssl-dev and libssl0.9.8 but no work. TIA. Willy

Real MO and MT throughput

2009-07-09 Thread sangprabv
Hi, I want to know the real MO and MT throughput that Kannel can handle. I see on the documentation it can handles around 1000 messages per second but it doesn't mention the message type, is it MO or MT (push). TIA. Willy

HTTP SMSC Problem

2009-08-28 Thread sangprabv
I just updated to the latest Kannel CVS, everything fine during compilation. After I launch Kannel into daemon and make some stress test I found that from 100 MO requests through Kannel HTTP SMSC it doesn't response all those MO. Somebody can help solve this problem? Willy

SQLBox Question

2009-08-29 Thread sangprabv
In the sms-service we have a directive 'name', 'keyword-regex', 'aliases'. How to grab this value with SQLBox and store it as service in the database? TIA Willy

Re: connecting multiple gsm modems to kannel

2009-08-31 Thread sangprabv
Just copy and paste your current GSM MODEM configuration and define unique smsc_id to each. Willy On Mon, 2009-08-31 at 11:17 +, Alex Dehaini wrote: > Hi Guys, > > Anyone using multiple GSM modems with kannel? If yes - how did you > setup the modems? > > Regards, > > -- > Alex Dehaini

Re: connecting multiple gsm modems to kannel

2009-09-01 Thread sangprabv
does kannel recognize all the GSM modems and how are they connected? > > Regards, > Alex > > > On Tue, Sep 1, 2009 at 12:55 AM, sangprabv > wrote: > Just copy and paste your current GSM MODEM configuration and >

Re: MMSC

2009-09-01 Thread sangprabv
What does root mean? are log in as a root or are you in the root directory? Have you done ./configure ? Willy On Tue, 2009-09-01 at 20:31 +0530, narendra reddy wrote: > Hi users, > > i am using Redhat linux . kannel was successfully > installed .but in the root i entered make ins

HTTP SMSC with the latest CVS

2009-09-15 Thread sangprabv
I found that using the latest CVS cause not all MO received and processed. Is it a bug? Because if I use CVS-20080727 all MO received and processed 100%. I simulated generic and Kannel HTTP SMSC all returns the same problem. TIA Willy

RE: HTTP SMSC with the latest CVS

2009-09-16 Thread sangprabv
SUTA wrote: > Willy, > > Are the MO received by bearerbox and not processed or are they not received > at all? > Did you get anything interesting in the log files? > > Franck > > > > -Original Message- > > From: devel-boun...@kannel.org > > [

All CVS are backed up?

2009-09-27 Thread sangprabv
Does all CVS are backed up? Where can I download a spesific CVS version? TIA. Willy

Re: kannel configuration

2009-10-12 Thread sangprabv
Search it in the users archives list :) Willy On Mon, 2009-10-12 at 15:12 +0530, Saurav Jaiswal wrote: > what is the correct cofiguration for sony erriction 580 for using it > with kannel..?

OOT Force Download

2009-10-16 Thread sangprabv
Sorry for this miss addressed question, I am developing a PHP script to let users to download content (wallpaper, tones, etc) from mobile phones. In same cases the browser download the script.php file rather than the content itself. Here is my script: header("Pragma: public"); header("Expires: 0")

Re: GENERIC: ERROR when openning device

2009-10-26 Thread sangprabv
If it is about permission then try to be root, it should fix it. If it does then try to look for any appropriate permission setting ;) Willy On Mon, 2009-10-26 at 00:38 -0700, st2forget wrote: > Hi all, I have same problem here, I also change permission for /dev/ttyACM0 > but Kannel still get

Add New sms-service without Restarting Kannel

2009-11-10 Thread sangprabv
I usually restart Kannel every time I add new sms-service (keyword), is there any way to avoid restarting Kannel and no traffic lost. TIA. Willy

Queue in file spool

2009-11-13 Thread sangprabv
Hi, Im using cvs-20080827 and latest SQLBox. I found many unsent messages in my file spool. How to force Kannel to push these messages? TIA. Willy

Inconsistence Throughput

2009-11-13 Thread sangprabv
Hi, I have SqlBox with Kannel-cvs20080827 and set throughput = 100 in my kannel configuration file. It suppose to be able to send 100 MT/second which is equal to 6000 MT/minute. I tried to inject 315 thousands MT. At the first minute it reached almost 15 thousands MT/minute but after that

Re: Inconsistence Throughput

2009-11-13 Thread sangprabv
, 2009 at 4:52 AM, sangprabv wrote: Hi, I have SqlBox with Kannel-cvs20080827 and set throughput = 100 in my kannel configuration file. It suppose to be able to send 100 MT/ second which is equal to 6000 MT/minute. I tried to inject 315 thousands MT. At the first minute it reached almost 15

Re: Inconsistence Throughput

2009-11-13 Thread sangprabv
ays "You need a current Kannel snapshot". so, the new release is compatible with the current cvs. Regards. -- Benaiad On Sat, Nov 14, 2009 at 5:35 AM, sangprabv wrote: CMIIW, current CVS is not compatible with SQLBox. We are still waiting for the new version of SQLBox from Allejand

[URGENT]Connection Timeout to My Kannel

2009-11-14 Thread sangprabv
Hi, I need to solve this problem. Currently my Kannel is servicing a huge traffic (more than 100 requests per second). My telco complains that they receive many connection timeout. Let's suppose there is no network issue here. Is there any options to increase Kannel's thread? So it can ser

Re: [URGENT]Connection Timeout to My Kannel

2009-11-14 Thread sangprabv
.. Kannel is able to kill any not good configured web server. 100/s is nothing for Kannel, keep in mind the retry mechanism, if the backend server is dead , even you restart the backend, the retry request will be waiting and they will kill it again :) sangprabv wrote: Hi, I need to solve

[ASK]Queue Spool

2009-11-20 Thread sangprabv
Hi, I am curious with what actually Kannel does with queue list, I am using spool method. I see some files still there, are they actually have been sent and Kannel failed to remove it? If they have not sent yet so how to push Kannel to send them? If Kannel can not force to send them, so ca

Re: Kannel doesn't start as user 'kannel'

2010-01-27 Thread sangprabv
Mostly about privilege, check your files and folders permission :) Willy On Jan 28, 2010, at 9:43 AM, CHRONIS, N. wrote: > Hello everybody, > > I fixed some error. > Now kannel is launching as user 'root' but when I want to launch it as user > 'kannel' nothing happend. > > Any idea? > > B

Re: Multiple sms

2010-01-31 Thread sangprabv
Do you mean bulk or mass SMS? Or is it a concatenated SMS? I believe there are some threads about it in the archieves. sangprabv sangpr...@gmail.com On Jan 31, 2010, at 11:27 AM, kani yarasu wrote: > I am doing pre-final year engineering in Kongu engineering college,Erode > > I

WARNING: Could not convert GSM (0xcc) to Unicode.

2010-02-07 Thread sangprabv
I got so many WARNING: Could not convert GSM (0xcc) to Unicode. message in my SMPP connection. What does it mean and how to solve it? TIA sangprabv sangpr...@gmail.com

SMSC HTTP SOAP

2010-02-22 Thread sangprabv
Hi, I see in the smsc folder there's smsc_soap.c. But unfortunatelly the documentation never describe how to use it. Is there anyone already implement this type of SMSC? Many thanks. sangprabv sangpr...@gmail.com

Re: SMSC HTTP SOAP

2010-02-22 Thread sangprabv
Thanks for the reply Alex, so it means it is not recommended to use it in production environment? sangprabv sangpr...@gmail.com On Feb 22, 2010, at 10:59 PM, Alejandro Guerrieri wrote: > That's old and experimental code I think. I've managed to make it "work" time &

Re: How to send SMS with UDH using HTTP SMSC

2010-03-10 Thread sangprabv
Yes you can do that. But it will be depends on your telco API. sangprabv sangpr...@gmail.com On Mar 11, 2010, at 12:14 AM, Kidi Kidi wrote: > Hello all, > I'm able to send sms with parameters : udh, dlr-url, dlr-mask using a modem > (smsc = at). > Now i try to use a HTTP

Re: Duplicated FID (foreign_id)

2010-03-10 Thread sangprabv
Does the duplicated FID happened on the same MSISDN? If not then it's not an issue, since Kannel always search DLR by MSISDN and FID. sangprabv sangpr...@gmail.com On Mar 11, 2010, at 1:26 AM, Nikos Balkanas wrote: > Hi, > > Each smsc is generating its own unique ID called f

Re: Duplicated FID (foreign_id)

2010-03-10 Thread sangprabv
Thanks for the correction ;) sangprabv sangpr...@gmail.com On Mar 11, 2010, at 12:26 PM, Nikos Balkanas wrote: > Correction: > > Kannel always searches DLR by SMSc, FID and MSISDN ;-) > > BR, > Nikos > - Original Message - From: "sangprabv" >

Re: Re : How to send SMS with UDH using HTTP SMSC

2010-03-11 Thread sangprabv
Each telco has it's own API, so nothing is standard for HTTP SMSC. Please contact your telco. sangprabv sangpr...@gmail.com On Mar 11, 2010, at 3:23 PM, Kidi Kidi wrote: > thank you sangprabv for your answer, > > I) Firstly > If i send a normal text message (sms without

Unknown TLV

2010-03-17 Thread sangprabv
Hi, What does this warning means? "2010-03-18 08:40:39 [6123] [6] WARNING: SMPP: Unknown TLV(0x1401,0x0004,08a775f9) for PDU type (deliver_sm) received!" Many thanks for the response. sangprabv sangpr...@gmail.com

Re: Quote and backslash issue

2010-05-02 Thread sangprabv
This is more about SQLBox is trying to play safe. One tricky solution is replace ' with ` when you inject MT. sangprabv sangpr...@gmail.com On May 3, 2010, at 10:04 AM, Emmanuel CHANSON wrote: > Below the logs generated during a test done with fakesmsc: > > 2010-05-03 13:5

Re: smppbox

2010-05-07 Thread sangprabv
Wow it's a very breaking news for Kannel's community. You are so kind Rene, I believe this contribution will be very helpful for open source community. Many thanks for it Bro. sangprabv sangpr...@gmail.com On May 8, 2010, at 3:56 AM, Rene Kluwen wrote: > Lectori Salutem, >

[Error]smppbox

2010-05-08 Thread sangprabv
/smppbox.c:345: error: too many arguments to function ‘smpp_pdu_unpack’ gw/smppbox.c: In function ‘accept_smpp’: gw/smppbox.c:1156: warning: too few arguments for format make: *** [gw/smppbox.o] Error 1 Anybody can help me to resolve this error? Many thanks for the reply sangprabv sangpr...@gmail.com

Re: [Error]smppbox

2010-05-09 Thread sangprabv
Yes you are correct, I need to patch smpp_pdu_pack and smpp_pdu_unpcak function to make it work with my CVS version. Now it works and play with it :) sangprabv sangpr...@gmail.com On May 9, 2010, at 5:48 PM, Nikos Balkanas wrote: > Hi, > > I patched against latest CVS on Solaris 1

Re: Problem getting Kannel to receive SMS

2010-05-18 Thread sangprabv
capture your log, with log-level 0 and share to us. sangprabv sangpr...@gmail.com On May 18, 2010, at 3:58 PM, Ahmad Pakhri Yahya wrote: > Hi, > > I’m new to Kannel and am having problem to get Kannel to receive SMS from the > phone. Currently it’s running on Ubuntu and usin

[OOT]Assign Connection to Virtual IP

2010-05-22 Thread sangprabv
hosts. Many thanks for any reply. sangprabv sangpr...@gmail.com

Re: kannel delivery report

2010-05-28 Thread sangprabv
use dlr-mask and do some scripting manipulation to fit your need sangprabv sangpr...@gmail.com On May 28, 2010, at 8:59 PM, Budi wibowo wrote: > How to make kannel passthrough the dlr receive from smsc? > > -Original Message- > From: "Rene Kluwen" > Date:

Re: kannel delivery report

2010-05-28 Thread sangprabv
Sorry incomplete message. Also enable dlr-url :) sangprabv sangpr...@gmail.com On May 28, 2010, at 10:43 PM, sangprabv wrote: > use dlr-mask and do some scripting manipulation to fit your need > > > > sangprabv > sangpr...@gmail.com > > > On May 28, 2010, at

Re: get-url or post-url to two destionations (inboxes)

2013-07-11 Thread sangprabv
You can not do it, only 1 URL is permitted. What is your goal actually? On Jul 11, 2013, at 3:42 PM, mwamba wrote: > Hi, > I am trying to use two URLs destination for my message but it seems i can > only have only once active post-url or get-url. I want a received SMS to be > duplicated to bo

Re: store-location keep empty folders

2013-07-22 Thread sangprabv
This question should be addressed to users not devel. Those folders will be used for the queue. You may remove it manually but Kannel will always re create it :) On Jul 22, 2013, at 3:13 PM, Qqblog Qqblog wrote: > group = core > store-type = spool > store-location = /etc/kannel/queue > > Af

Re: Kannel adding extra character:

2013-07-24 Thread sangprabv
%25 is URL Encode of % On Jul 24, 2013, at 1:52 PM, Himanshu Matta wrote: > Hello, > > I configured kannel to send messages. But I am facing one issue. When I send > message 'get 35% discount' then I am getting 'get 35%25 dscount' on my > handset. Kannel adding extra 25. > How to solve this

  1   2   3   >