kannel with bluetooth

2007-03-12 Thread sri ganeshan
hi all, im using kannel as an sms gateway,with my sony ericcson k700i.all these days i worked connecting my phone to my laptop through a USB datacable.so my device variable was /dev/ttyUSB0.but now i want to connect my phone through bluetooth!but when i plug the bluetooth dongle to my ubuntu mach

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Iain Dooley
Your Welcome, by the way the 144 count somebody told you is wrong. Just for reference SMS is 140 Bytes, and 7 bit text is packed into those bytes meaning we can fit 160 characters in. okay great thanks, i never knew. The UDH for a concat message takes 6 bytes leaving 134 bytes to contain th

message queue

2007-03-12 Thread Iain Dooley
i just want to confirm this. i've read about it in the users guide and i want to make absolutely sure that i understood it correctly. i have throughput set to 10 as proscribed by my smsc documentation. if i put: foreach($1_million_messages as $number => $msg) doKannelSend($number,$msg);

data coding problem

2007-03-12 Thread Denis V. Gudtsov
Hello! Cann't solve data coding problem when sending sms in national translation. The first variant is when i sending sms trought http config: group = smsbox bearerbox-host = localhost sendsms-port = 13013 mo-recode = true url: lynx -dump "http://localhost:13013/cgi-bin/sendsms? username=xx

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Ben Suffolk
Iain, Your Welcome, by the way the 144 count somebody told you is wrong. Just for reference SMS is 140 Bytes, and 7 bit text is packed into those bytes meaning we can fit 160 characters in. The UDH for a concat message takes 6 bytes leaving 134 bytes to contain the message, which means you

Re: how to check no of long sms recieved by kannel??

2007-03-12 Thread Ben Suffolk
Iain, You have to allow the for the UDH needed to show this is a part of a longer message. Regards Ben On 12 Mar 2007, at 07:05, Iain Dooley wrote: Divide by 144 144!? aren't sms 160 chars long?