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: 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

dlr_url on sqlbox

2008-04-10 Thread sangprabv
Guys, I just dig the archieve and found this thread http://www.mail-archive.com/users@kannel.org/msg11278.html Does the issue has been solved? Because I experience the same problem. If we manually insert the record into send_sms table, it is proceed and sent out of the box. But no DLR received. It'

DLR not destroyed

2008-04-10 Thread sangprabv
Guys, What does "INFO: DLR[internal]: DLR not destroyed, still waiting for other delivery report" mean? Actually I already received the DLR but Kannel doesn't destroy the DLR. Regards, Willy

[SOLVED]dlr_url on sqlbox

2008-04-10 Thread sangprabv
Guys, After digging more archieves I got the solution from this thread http://www.mail-archive.com/users@kannel.org/msg11402.html Basically in order to make the DLR work, we just need to assign the same smsbox-id in your smsbox and sql directives. Many thanks for M. Conte for the SQLBox and Cezary

Got Error on SMSBox

2008-04-16 Thread sangprabv
Hi List, I got these error messages in my smsbox.log: 2008-04-16 09:10:21 [10084] [6] DEBUG: HTTP: Queue contains 2680 outstanding requests 2008-04-16 09:10:21 [10084] [6] DEBUG: HTTP: Retrying request <> (1/3) 2008-04-16 09:10:21 [10084] [9] ERROR: URL <> doesn't start with `http://' nor `https://

Re: Kannel and Huaweei E220

2008-04-18 Thread sangprabv
odems > id = ericsson_r520m > name = "Ericsson R520m" > detect-string = "R520m" > init-string = "AT+CNMI=3,2,0,0" > > group = modems > id = ericsson_t68 > name = "Ericsson T68" > detect-string = "T68" > init-string = "AT+CNMI=3,3" > keepalive-cmd = "AT+CBC;+CSQ" > broken = true > > group = modems > id = sonyericsson_gr47 > name = "Sony Ericsson GR47" > detect-string = "GR47" > message-storage = "ME" > # use this init-string for non sim-buffering > init-string = "AT+CNMI=3,2,0,0" > # use this init-string for sim-buffering > #init-string = "AT+CNMI=3,1,0,0" > reset-string = "ATZ" > broken = true > > group = modems > id = alcatel > name = "Alcatel" > detect-string = "Alcatel" > init-string = "AT+CNMI=3,2,0,0" > > group = modems > id = sonyericsson_T630-T628 > name = "Sony Ericsson T630-T628? > init-string = "AT+CNMI=2,3,2,0,0;+CMGF=0? > keepalive-cmd = "AT+CBC;+CSQ;+CMGF=0? > broken = true > > -- [sangprabv] http://www.sangprabv.web.id http://www.binbit.co.id

Re: Load of my server

2008-04-19 Thread sangprabv
fore sending the HTTP > server) ??? > > > Mickael > -- [sangprabv] http://www.sangprabv.web.id http://www.binbit.co.id

[Announcement]Indosat and Telkomsel Support

2008-04-20 Thread sangprabv
Hi list, Currently I have Kannel patched to be able to work with Indosat and Telkomsel. Tested against 1 million MO, MT Reply, MT Push with high stability (no traffic lost in SMSGW side). Regards, Willy

Re: Re[2]: Using sqlbox, can I disable sms-service?

2008-05-14 Thread sangprabv
t; > 2008-05-09 10:12:50 [21023] [2] INFO: No reply sent, denied. > > > > > > > So my question is: how can I make the sms-service a "dummy" service, which > > does nothing, and does not take any > > resources. I could of course to a http://localhost or something, but I > > think this is a waste. > > > > > > > I tried just leaving out the sms-service at all, but this gives me an error > > too. > > > > > > > Any suggestions? > > > > > > > Kind regards, > > Roland. > > > > > > > > > > -- [sangprabv] http://www.sangprabv.web.id

Re: Re[4]: Using sqlbox, can I disable sms-service?

2008-05-14 Thread sangprabv
t; >> > leave the default sms-service with an empty get-url. Unfortunately this > >> > gives me an error: > >> > > >> > >> > > >> > 2008-05-09 10:12:50 [21023] [1] INFO: Starting to service from > >> > <4671020481> to <10551> > >> > 2008-05-09 10:12:50 [21023] [6] ERROR: URL <> doesn't start with > >> > `http://' nor `https://' > >> > 2008-05-09 10:12:50 [21023] [6] ERROR: Couldn't send request to <> > >> > 2008-05-09 10:12:50 [21023] [2] INFO: No reply sent, denied. > >> > > >> > >> > > >> > So my question is: how can I make the sms-service a "dummy" service, > >> > which does nothing, and does not take any > >> > resources. I could of course to a http://localhost or something, but I > >> > think this is a waste. > >> > > >> > >> > > >> > I tried just leaving out the sms-service at all, but this gives me an > >> > error too. > >> > > >> > >> > > >> > Any suggestions? > >> > > >> > >> > > >> > Kind regards, > >> > Roland. > >> > > >> > >> > >> > >> > > >> > >> > >> > > > > > -- [sangprabv] http://www.sangprabv.web.id

regex

2008-05-18 Thread sangprabv
Hi, Which one of regex pattern currently supported by Kannel? ^[A-Za-z]reg\|unreg\|off.* or ^[[:alpha:][:lower:][:upper:]]reg\|unreg\|off.* Above regex is scan MO which has word reg or unreg or off at the beginning, appears 1 time and followed with anything. Please CMIIW. And if I implement this pa

Re: receive DLRs via http smsc

2008-05-22 Thread sangprabv
> I see the http smsc can be used to inject MOs into the bearerbox, I just > don't > know how it can be used to also insert DLRs for previously sent MTs. > > [1]http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html#AEN2103 > > Thanks, -- [sangprabv] http://www.sangprabv.web.id

Re: Multiple user and SMSC problem

2008-05-22 Thread sangprabv
> smpp_fix1.conf > > group = smsc > > smsc = smpp > > smsc-id = fix1 > > host = xxx > > port = 2775 > > receive-port = 2775 > > enquire-link-interval = 60 > > smsc-username = "xxx" > > smsc-password = "xxx" > > reconnect-delay = 60 > > source-addr-ton = 1 > > source-addr-npi = 1 > > dest-addr-npi = 1 > > system-type = smpp > > alt-charset="iso-8859-1" > > log-level = 0 > > log-file = "/var/log/kannel/smsc_42it_fixed.log" > > sendsms-user.conf > > group = sendsms-user > > username = dyn1 > > password = xxx > > forced-smsc = dyn1 > > > > group = sendsms-user > > username = dyn2 > > password = xxx > > forced-smsc = dyn2 > > Can you help me please ? > > Thanks for all. > Cyril G. > > ie : sorry for my bad english ! > -- [sangprabv] http://www.sangprabv.web.id

Kannel with Sony Ericsson P990i

2008-05-26 Thread sangprabv
Hi, Does anybody has experience using Sony Ericsson P990i with Kannel. I need help to create the config file. TIA Regards, Willy

Re: SQLBOX message ID

2008-05-27 Thread sangprabv
tive the message ID field in SQLBOX > standalone? > > I looked at the code in mysql_sqlbox.c and it is commented out. Tried > to uncomment it but I get a type compatibility error. > > Thank you. > > Eduardo -- [sangprabv] http://www.sangprabv.web.id

Nokia 2600 Classic

2008-06-03 Thread sangprabv
Hi, Does Nokia 2600 Classic is compatible with Kannel? TIA Regards, Will

PL2303

2008-06-13 Thread sangprabv
Guys, Does all PL2303 means it is a GSM Modem enabled device? Regards, Willy

PL2303

2008-06-14 Thread sangprabv
Guys, Does all PL2303 means it is a GSM Modem enabled device? Because I just plug a GSM Mobile Phone and Ubuntu Gutsy address it to /tty/USB0. The problem is when I try to access it via minicom it doesn't response anything. FYI I use N 2600 Classic. TIA Regards, Willy

Re: PL2303

2008-06-15 Thread sangprabv
Hi, Thanks for the reply I use Nokia 2600 Classic on Ubuntu Gutsy. Regards, Willy

Mail Test

2008-06-28 Thread sangprabv
Hi, Sorry just want to test accessbility. Please ignore it. Regards, Willy

United Messaging

2008-07-06 Thread sangprabv
Hi, I know it's a bit OOT, but can anybody explain me what is united messaging and its correlation with SMS. I heard some application which has united messaging technology and able to forward SMS like voice service. Is there any possibility for Kannel to work with that? TIA Regards, Willy

Re: GSM or TCP/IP?

2008-07-09 Thread sangprabv
Hi, CMIIW, do you need an application to push MMS and an open source one? Mbuni might help you. Regards, Willy

[Announcement]Added and Optimized New Feature

2008-07-12 Thread sangprabv
Hi, I just added and optimized new HTTP interface to support Telkomsel, Indosat, XL, and Esia. Refer to their latest spesification and tested against 1 million MO, MT, DLR with no lost. Regards, Willy

DLR Not Destroyed

2008-07-13 Thread sangprabv
Hi, I want to know which DLR mask is destroyed and which is not destroyed? And is there any impact to Kannel's performance when the undestroy(able) DLRs queue are huge? Is there any option not to rerequest the DLR to the telco? Since some telcos have custom DLR mask which are not the same as Kan

Re: Kannel will not read configuration file?

2008-07-14 Thread sangprabv
So which line is indicated is the panic one? Regards, Willy

Load Balancing

2008-07-21 Thread sangprabv
Hi, Is it possible to do load balancing with round robin mechanism on sms-service group? Such as: group = sms-service keyword = abc exec = /path/to/script/1.ext ... group = sms-service keyword = abc exec = /path/to/script/2.ext ... group = sms-service keyword = abc exec = /path/to/script/3.ext ..

HTTPS MO Messages with HTTPS SMSC

2008-07-24 Thread sangprabv
Hi List, AFAIK, Kannel supports sending MT via HTTPS with HTTP SMSC by manipulating the send-url directive. But does Kannel supports receiving MO via HTTPS also (with HTTPS SMSC)? I have read the user guide but found no clue, or is there any directives to activate it? TIA Regards, Willy

  1   2   3   >