Can kannel be multi threaded for receiving SMS

2010-05-05 Thread Anshu Sah
Hello I am able to receive only 17 Maximum SMS / Minute. Can you guide me how can we increase this speed. I have seen a process going on in receiving SMS. Please guide me if i am doing correct. 1. SIM device is ready to receive SMS 2. SMS comes to Operator SMSC and it initiates GSM modem

Re: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Lorenzo Condoluci
Hi, thanks for the answer, but I'd prefer to have an all-in-one solution to prevent depending on other hardware, because in case of failure the sms gateway MUST send sms alert. Thanks anyway! -- Lorenzo Il 04/05/2010 18:39, Nikos Balkanas ha scritto: Hi, Yes, as long as you provide

RE: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Cezary Siwek
Hi, If you don't need the logfiles, send them to /dev/null. The store file can be stored in a tmpfs volume. I guess the 'Linux Voyage' has one at least. BR Cezary -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Lorenzo Condoluci Sent:

Re: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Lorenzo Condoluci
Hi, thanks, I was looking right now to the tmpfs volume on Voyage! The log can be sent trough syslog to a remote log collector. -- Lorenzo Il 05/05/2010 11:25, Cezary Siwek ha scritto: Hi, If you don't need the logfiles, send them to /dev/null. The store file can be stored in a tmpfs volume.

RE: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Cezary Siwek
Hi, I'm not sure whether kannel supports syslog... BR Cezary -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Lorenzo Condoluci Sent: 05 May 2010 10:33 To: users@kannel.org Subject: Re: Kannel + Linux Voyage + Alix on read-only file

Re: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Nikos Balkanas
Not really. Not all logs support syslog. Only wapbox logs. BR, Nikos - Original Message - From: Lorenzo Condoluci l.condol...@caspur.it To: users@kannel.org Sent: Wednesday, May 05, 2010 12:33 PM Subject: Re: Kannel + Linux Voyage + Alix on read-only file system ? Hi, thanks, I was

Re: Issues with MT to MO direction switching

2010-05-05 Thread Nikos Balkanas
Hi, The fakesmsc client won't work with HTTP smsc or smsbox. It works only with the FAKE smsc. To communicate you need to activate FAKE smsc and turn the client to the port configured in it. If you want to drive the HTTP smsc, look for something more appropriate under the test/ directory.

Re: Kannel + Linux Voyage + Alix on read-only file system ?

2010-05-05 Thread Lorenzo Condoluci
Hi, ... I solved the problem doing ... nothing :) Voyage Linux (a debian derived distribution for x86 embedded platforms), start with several tmpfs (one for the logs) and the root mounted read-only. I tried wget://localhost:13013/ and I got the error Read only file system... so I thought

Re: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Nikos Balkanas
Hi, This is a known issue with DLRs. Ts is supposed to be a unique foreign-id, not a timestamp, at least with SMPP. Some time ago a patch was provided to include also destination number into DLR matching. However, that clashed with existing SMScs, which do not report destination numbers in

Re: Re: Problem in sending message to a specific port

2010-05-05 Thread SameerBhagwat
Hi I guess it is an issue with UDH please check the logs and the config file. The Send SMS url have been modified and also there is no result Thanks, Sameer On Tue, 04 May 2010 18:19:00 +0530 wrote Hi, Java questions are irrelevant to this group. Please check with a java

Test

2010-05-05 Thread Nikos Balkanas

Re: Issues with MT to MO direction switching

2010-05-05 Thread fegul
That's odd because I was using the fakesmsc client just last week in conjunction with the http smsc and it worked fine. I didnt have the fakesmsc group enabled either. It worked perfectly (I sent a batch of 100 texts to test it) Nikos Balkanas wrote: Hi, The fakesmsc client won't work

Escape characters

2010-05-05 Thread Innocent Muchedzi
Hi How can I use escape chars like new line in an sms and other special char your can get on an ordinary cell phone. -- This message has been scanned for viruses and dangerous content by the BBI SMTP filter, and is believed to be clean.

Re: Re: Problem in sending message to a specific port

2010-05-05 Thread Nikos Balkanas
Hi, I have provided with all the direction that you need. I believe that you can search it for yourself. Don't ask us to do it for you. BR, Nikos - Original Message - From: SameerBhagwat To: nbalka...@gmail.com Cc: users@kannel.org Sent: Wednesday, May 05, 2010 2:59 PM

FW: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Luís Tiago Rico
Hi Nikos, Thank you for your reply. I was already guessing why the patch was not included… Never the less, I will download the src code from cvs, and apply the patch to produce my release… I will have to change it a bit more, because some of my smsc don’t send the country code prefix on

Re: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Nikos Balkanas
Hi, Since you do not seem shy to go through the code, why don't you try making the patch configurable? As far as prefices go, look into the unified-prefix variable in configuration. That way kannel will strip off the extra prefix and do an exact match. BR, Nikos - Original Message -

Re: Issues with MT to MO direction switching

2010-05-05 Thread Nikos Balkanas
You must be mistaken. fakesmsc uses its own protocol known only to FAKE smsc. And that's not HTTP. BR, Nikos - Original Message - From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Wednesday, May 05, 2010 3:14 PM Subject: Re: Issues with MT to MO direction switching That's

Re: Escape characters

2010-05-05 Thread Jovan Kostovski
On Wed, May 5, 2010 at 2:16 PM, Innocent Muchedzi innoc...@syldah.co.bw wrote: Hi How can I use escape chars like new line in an sms and other special char your can get on an ordinary cell phone. What do you mean by escaping them? If you want to add them in the message body (message text)

RE: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Luís Tiago Rico
Hi again Nikos, Thanks for the kick reply. Well let’s see if got time to do all that… Do you think unified-prefix configuration also works on received DLR destination number? I was looking exactly that on the manual and nothing mention about DLR, only MT and MO! BR, Luis Rico

Re: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Nikos Balkanas
But...You mentioned that some of your smscs don't send it. That's why I proposed it. Otherwise it could be another configuration task, this time per smsc. It is more efficient to truncate it in the code than in the database. BR, Nikos - Original Message - From: Luis Tiago Rico To:

RE: EMI DLR uniqueness, smsc-id/timestamp problem

2010-05-05 Thread Luís Tiago Rico
Hi again Nikos, Sorry if I was miss understood. The problem is I send a MT to the smsc with the prefix, and the smsc returns a dlr with destination without the prefix! So I have entry on dlr DB with prefix and my query has to reflect that. Again I agree with you with some kind of

Re: Issues with MT to MO direction switching

2010-05-05 Thread fegul
I was under the impression that the fakesmsc client app connects to the port that smsbox is running on which then sends it to the smsc's that are listed in the config file. I distinctly remember using the fakesmsc app to send messages which were then looped back into smsbox with the http MTMO

Re: Issues with MT to MO direction switching

2010-05-05 Thread Nikos Balkanas
Nope. it connects to the FAKE smsc listening port. - Original Message - From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Wednesday, May 05, 2010 8:17 PM Subject: Re: Issues with MT to MO direction switching I was under the impression that the fakesmsc client app connects

Re: Problem with SMS longer than 160

2010-05-05 Thread Nikos Balkanas
Please post configuration. BR, Nikos - Original Message - From: gianluca moretti To: nbalka...@gmail.com ; users@kannel.org Sent: Wednesday, May 05, 2010 7:59 PM Subject: RE: Problem with SMS longer than 160 This is the sendsms line

RE: Problem with SMS longer than 160

2010-05-05 Thread gianluca moretti
Below the kannel.conf # # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # This basic version is used for system testing. It expects 'fakesmsc' to # send messages which are replied with simple fixed text message. # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox

Re: Issues with MT to MO direction switching

2010-05-05 Thread Nikos Balkanas
You can use reroute-smsc-id to get it from FAKE to HTTP... Nikos - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: fegul ftseg...@gmail.com; users@kannel.org Sent: Wednesday, May 05, 2010 8:39 PM Subject: Re: Issues with MT to MO direction switching Nope. it connects

RE: Regarding OTA Message

2010-05-05 Thread Harmeet Singh
Hi, I had used XML . The XML is in urlencode form. The HTTP url i am using is according to document there may be to do with kannel configuration of OTA-Settings with SMPP. I want to know the how kannel can be configured for OTA-settings with SMPP. Regards Harmeet Singh From:

Re: Re: Re: Problem in sending message to a specific port

2010-05-05 Thread SameerBhagwat
Hi I didnt ask any one to do it for me. I just wanted to get my doubts clarified. Seems you too don't know what to do. Regards, Sameer On Wed, 05 May 2010 17:52:17 +0530 wrote Hi, I have provided with all the direction that you need. I believe that you can search it for