Re: validity period of sms messages

2009-07-08 Thread Latitude Berlin
Hi, I am using SMPP with Kannel to send out SMS messages and I specify validity period in minutes. My question: how kannel handles the validity period. What if KanelServer date/time is not up-to-date. Thanks. 2009/6/26 Nikos Balkanas > Hi, > > Actually, it depends. It is minutes for SMPP. F

Re: Send SMS via XML

2009-07-08 Thread abhishek jain
hi where do i need to post to, i mean at which URL and can someone send me a sample XML request. Will appreciate prompt replies, Thanks for helping abhishek 2009/7/7 Nikos Balkanas : > Hi, > > If you are concerned about efficiency in sending bulk sms, you could look > into SQLbox... > > BR, > Nik

Re: validity period of sms messages

2009-07-08 Thread Latitude Berlin
I sent an SMS with validityperiod set to 1 minute and I see the following in the log: DEBUG: validity_period: "090708095718+" How 1 minute got converted into this? What if KanelServer date/time is not up-to-date? Cheers On Wed, Jul 8, 2009 at 12:20 PM, Latitude Berlin wrote: > Hi, > > I a

DLR: storage type 'mysql' is not supported!

2009-07-08 Thread abhishek jain
Hi friends, When i place the following line in group = core dlr-storage = mysql i get the following errror: 2009-07-08 16:44:54 [21654] [0] PANIC: DLR: storage type 'mysql' is not supported! Pl. advice, i have installed kannel via yum command, mysql and mysql-devel are installed on my sytem,

RE: storage type 'mysql' is not supported!

2009-07-08 Thread Bashir Jahed
Have you compiled with mysql-support? Kannel needs to be compiled with mysql support for this function to work Bashir -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of abhishek jain Sent: 08 July 2009 01:15 PM To: users@kannel.org Subjec

Re: DLR: storage type 'mysql' is not supported!

2009-07-08 Thread abhishek jain
Hi, For info: i have kannel-1.4.1-2.el5.i386 and kannel-devel-1.4.1-2.el5.i386 Thanks abhi On Wed, Jul 8, 2009 at 4:44 PM, abhishek jain wrote: > Hi friends, > When i place the following line in > group = core > dlr-storage = mysql > > > > i get the following errror: > 2009-07-08 16:44:54 [21654

Re: validity period of sms messages

2009-07-08 Thread Falko Ziemann
Am 08.07.2009 um 12:28 schrieb Latitude Berlin: I sent an SMS with validityperiod set to 1 minute and I see the following in the log: DEBUG: validity_period: "090708095718+" How 1 minute got converted into this? You probably have sent the message at 09/07/08 09:56:18 What if KanelSe

RE: DLR: storage type 'mysql' is not supported!

2009-07-08 Thread Bashir Jahed
This may be of assistance to you: Very easy and reliable way and you will get the latest as it is based on a CVS install: http://www.blogalex.com/archives/23 -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of abhishek jain Sent: 08 July 200

Best Gateway

2009-07-08 Thread Suresh Vemparala
Hi, Pls let me know what are all the gateways work with kannel and which is the best amongst. TIA Suri

Re: Send SMS via XML

2009-07-08 Thread Nikos Balkanas
Hi, All these are explained in the user guide. Have you looked at it? BR, Nikos - Original Message - From: "abhishek jain" To: "Nikos Balkanas" Cc: "Gabriel Augusto Diaz Zapata" ; "seikath" ; Sent: Wednesday, July 08, 2009 1:26 PM Subject: Re: Send SMS via XML hi where do i need

Re: storage type 'mysql' is not supported!

2009-07-08 Thread Alejandro Guerrieri
storage-type "mysql" is provided via a patch, it's not part of the main tree yet. Get the patch here: http://www.blogalex.com/archives/88 Regards, Alejandro On Wed, Jul 8, 2009 at 1:16 PM, Bashir Jahed wrote: > Have you compiled with mysql-support? > > Kannel needs to be compiled with mysql su

RE: storage type 'mysql' is not supported!

2009-07-08 Thread Bashir Jahed
Think he is referring to dlr-storage From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: 08 July 2009 02:39 PM To: Bashir Jahed Cc: abhishek jain; users@kannel.org Subject: Re: storage type 'mysql' is not supported! storage-type "mysql" is provided via a patch, it's not

Re: Best Gateway

2009-07-08 Thread Alejandro Guerrieri
RTFM On Wed, Jul 8, 2009 at 1:39 PM, Suresh Vemparala < svempar...@wiselinktechnologies.com> wrote: > Hi, > > Pls let me know what are all the gateways work with kannel and which is > the best amongst. > > TIA > Suri > > >

Re: storage type 'mysql' is not supported!

2009-07-08 Thread Alejandro Guerrieri
Oh, true, sorry :P Then, probably that rpm doesn't have mysql support built-in (apart from being outdated). Regards, Alejandro On Wed, Jul 8, 2009 at 2:41 PM, Bashir Jahed wrote: > Think he is referring to dlr-storage > > > > *From:* Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com]

Problem Connecting Motorola V3m

2009-07-08 Thread Nikhil
Hi, I have recently set up Kannel 1.4.3 on a CentOS 5 box. The smsbox.conf reads as follows for my smsbox and modems (works fine with the device unplugged since it won't find anything on /dev/ttyACM0) # Connection for Motorola V3m group = smsc smsc = at modemtype = Motorola device = /dev/ttyACM0

how to start kannel as a deamon?

2009-07-08 Thread FADILI Hanae
Hi, I've instaled kannel (bearerbox+wapbox). It works well as a wap proxy. but i have to start it with the command lines ./usr/local/sbin/bearerbox kannel.conf .:usr/local/sbin/wapbox kannel.conf I want to know if there is a solution to start kannel as a deamon? I need it o start when I sta

Re: how to start kannel as a deamon?

2009-07-08 Thread Alejandro Guerrieri
--daemonize rings any bells? ;) Please read the userguide again and check that part. Regards, Alejandro On Wed, Jul 8, 2009 at 3:31 PM, FADILI Hanae wrote: > Hi, > > I've instaled kannel (bearerbox+wapbox). It works well as a wap proxy. but > i have to start it with the command lines > ./usr/lo

Re: how to start kannel as a deamon?

2009-07-08 Thread FADILI Hanae
Thank you but I used it. it just started kannel as a deamon independatly from a terminal. I want to know if there is a solution that makes kannel start directly when the pc starts, without a command line? Alejandro Guerrieri a écrit : --daemonize rings any bells? ;) Please read the userg

Re: how to start kannel as a deamon?

2009-07-08 Thread Alejandro Guerrieri
You need an init script for that, it's not kannel's fault. There's some examples lying around, google a little bit for one for your particular linux distro. Regards, Alejandro On Wed, Jul 8, 2009 at 3:54 PM, FADILI Hanae wrote: > > Thank you but I used it. it just started kannel as a deamon ind

RE: Kannel Relay

2009-07-08 Thread Bashir Jahed
I am still having difficulty configuring this. I have installed a test server so not to mess around to much with the live server. All I want to achieve is to have my users send sms (MO) to mobile numbers via a remote kannel server which has a modem attached. My test server I want to use for this

Re: Problem Connecting Motorola V3m

2009-07-08 Thread Nikos Balkanas
Hi, Seems bb will read in only the first init-string it finds. Comment out the ATZ line and see what happens. BR, Nikos - Original Message - From: Nikhil To: users@kannel.org Sent: Wednesday, July 08, 2009 4:31 PM Subject: Problem Connecting Motorola V3m Hi, I have re

Re: how to start kannel as a deamon?

2009-07-08 Thread Nikos Balkanas
Hi, That + you might try: configure --enable_start_stop_daemon BR, Nikos - Original Message - From: Alejandro Guerrieri To: FADILI Hanae Cc: us...@vm1.kannel.org Sent: Wednesday, July 08, 2009 5:01 PM Subject: Re: how to start kannel as a deamon? You need an init scri

Re: Send SMS via XML

2009-07-08 Thread abhishek jain
Dear , I cannot figure out in the userguide the url which i will need to post to i am posting to sendsms and it is giving error as unknown request, Pl help Thanks abhi 2009/7/8 Nikos Balkanas : > Hi, > > All these are explained in the user guide. Have you looked at it? > > BR, > Nikos > - Orig

Re: Send SMS via XML

2009-07-08 Thread Nikos Balkanas
Well, The sendsms URL is same whether using GET or POST: http://:/cgi-bin/sendsms Where is your kannel server and is your sendsms-port configured in smsbox. If you need more help be specific and post detailed logs with error. BR, Nikos - Original Message - From: "abhishek jain"

Re: Problem Connecting Motorola V3m

2009-07-08 Thread Alvaro Cornejo
Seems your modem is requesting a PIN number. If so, you need to add the necessary PIN into modem config or disable the PIN request in the phone Regards Alvaro |-| Envíe y Reciba Datos