validityperiod OT 51

2009-06-15 Thread Beatrice Tamburrino
Hi! Its me again! Short question: Does anybody know where to set the validity period flag? In the documentation there is a parameter that can be set for SMPP. But I can't find something similar for the EMI protocol. Do I have to change something in the code? It should be possible to set also

Re: validityperiod OT 51

2009-06-15 Thread Nikos Balkanas
Hi, Configuration variables are common to all SMScs. If not supported for the particular driver, they are ignored. I don't believe that EMI driver supports it. Try it and see. BR, Nikos - Original Message - From: "Beatrice Tamburrino" To: Sent: Monday, June 15, 2009 11:48 AM Subje

Re: validityperiod OT 51

2009-06-15 Thread Beatrice Tamburrino
youre right. I tried to add a cgi parameter validity=c%. I set it to 1 and I get a Nack/time period not valid. so I guess its the right one. xox bea Original-Nachricht > Datum: Mon, 15 Jun 2009 12:07:37 +0300 > Von: "Nikos Balkanas" > An: "Beatrice Tamburrino" , users@kannel.

Using kannel with GSM Modem pool

2009-06-15 Thread Dennis Low Weng Kin
Hi, I read about a piece of hardware called the GSM Modem pool. It is consists of 8 GSM module combined together into a single casing and it is connected to the PC through a RJ45 cable. I am planning to buy the GSM Modem pool but I am not sure whether kannel can support it. Therefore, my quest

Re: Using kannel with GSM Modem pool

2009-06-15 Thread Julien Buratto
Hi Dennis, as RJ45 is a standard network cable, you should check what type of protocol the GSM pool has enabled. For example, if the GSM pool has a HTTP microserver to receive requests, you can use kannel http SMSC to transmit requests to it. Julien 2009/6/15 Dennis Low Weng Kin : > Hi, > > I re

Re: Using kannel with GSM Modem pool

2009-06-15 Thread Stipe Tolj
Dennis Low Weng Kin schrieb: > Hi, > > I read about a piece of hardware called the GSM Modem pool. It is > consists of 8 GSM module combined together into a single casing and it > is connected to the PC through a RJ45 cable. I am planning to buy the > GSM Modem pool but I am not sure whether kanne

RE: Using kannel with GSM Modem pool

2009-06-15 Thread Dennis Low Weng Kin
Hi, So if I am using the HTTP connection to the modem pool, my configuration for the smsc should be like the following? group = smsc smsc = at modemtype = auto device = rawtcp host = port = ... Dennis > Date: Mon, 15 Jun 2009 12:47:40 +0200 > Subject: Re: Using kannel with GSM Modem pool >

RE: Using kannel with GSM Modem pool

2009-06-15 Thread Alvaro Cornejo
No That is for serial modems connected through a terminal server or serial server. (you are encapsulating rs232 into ethernet) If it is http, you should call it through an url http://SmsModemPoolIp:port/xxx... Where has the syntax/variables/parameters required by the http interface of your

problem and solution sending concatenated messages by inserting into send_sms (sqlbox, smpp)

2009-06-15 Thread Stefan Mada
Hi all when I tried to send long message (over 160 chars) by inserting into send_sms table, message was corrupted or wasn't delivered. The same message sent by http call was delivered. Problem was in coding value. While I send message by http request without coding value set, kannel set it by def