Re: HTTP Generic relay and prevent splitting long messages

2011-05-31 Thread Tomasz
That is I was looking for :) I don't know how couldn't I see this option. Thx Nii Tomasz > Take a look at the max-sms-octets setting under config group smsc. > Nii > On May 30, 2011, at 9:03 PM, Tomasz wrote: >> I've tried it but the only difference is that kannel doesn't add UDH >> parameter

request

2011-05-31 Thread mathiyalakan mathi
hi ,How to see the kannel sms delivery report in our application . -- Regards P.Mathiyalakan Amrita School of Engineering, Amrita Vishwa Vidyapeetham, Ettimadai,Coimbatore - 641 105. mathiyalak...@gmail.com mathiyalakan.webs.com 09626969304(TN) 08129231992(kerala)

RE: request

2011-05-31 Thread Rene Kluwen
Check the users manual about dlr-mask & dlr-url. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mathiyalakan mathi Sent: Tuesday, 31 May, 2011 12:13 To: users@kannel.org Subject: request hi ,How to see the kannel sms delivery report in our appl

request

2011-05-31 Thread mathiyalakan mathi
hi here i attached the smskannel.conf but i don't have the any database now ,so pls help how to get the Delivery report in my java application ?what i need to change here pls inform # # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # This basic version is used for system testing. It expects 'fa

Pointers for best DLR performance

2011-05-31 Thread Richard Crawshaw
Hi I'm after some pointers for achieving best performance when handling DLRs. We're running Kannel 1.5.0 on Ubuntu 10.04 (32 bit) on a VMWare virtual machine on a Windows 2003 host (64 bit). Of the two options that appear to be open to us which is likely to perform best? * A new ins

Re: Pointers for best DLR performance

2011-05-31 Thread Mohammed Saleem
with local MySQL, kannel is able to handle millions of messages per hour, I believe the bottleneck is the carrier's throughput Best Regards, Mohammed M I Sleem http://www.abusleem.net - Personal blog On Tue, May 31, 2011 at 5:51 PM, Richard Crawshaw < richard.craws...@callparents.com> wrote:

Re: Pointers for best DLR performance

2011-05-31 Thread Nikos Balkanas
Not quite. Benchmarks with fakesmpp using a native middle-end Solaris 10 (64bit) have shown ~750 MT/s when using internal DLRs and ~450 MT/s when using mysql. You can serach the email archives for the detailed benchmarks. Using a visrtual machine is always a bad choice if you seek performance.

Dlr-url

2011-05-31 Thread mathiyalakan mathi
hi this is my dlr-url how to call the sendsms function in java? how to pass the parameter to this. # SEND-SMS USERS group = sendsms-user username = ** password = ** dlr-url = " http://192.168.172.212:8080/AmritaSMSHiber/SendMobileQuiz?source=%p&destination=%P&status=%d&service=%A&smsc=%i&

Re: Dlr-url

2011-05-31 Thread Garth Patil
I have a java library you can use: https://github.com/garthpatil/kannel-java The sendsms functionality is here: https://github.com/garthpatil/kannel-java/tree/master/sms You can use it like this: // Make an SMS Sms sms = new Sms(); sms.setUsername("username"); sms.setPassword("password"); sms.se

Re: Dlr-url

2011-05-31 Thread Garth Patil
You need to compile Kannel with mysql support. Something like this: ./configure \ --enable-start-stop-daemon \ --enable-pcre \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-mysql --with-mysql-dir=/usr/lib/mysql/ On Tue, May 31, 2011 at 10:01 PM, mathiya

Re: Dlr-url

2011-05-31 Thread Garth Patil
1. Try reading the Kannel manual: http://kannel.org/download/kannel-userguide-snapshot/userguide.html 2. The core configuration parameter you're looking for is dlr-storage. For storing DLRs without a database, this should be set to 'internal'. http://kannel.org/download/kannel-userguide-snapshot/u