Re: help!!!!!

2003-10-01 Thread Kwok Peng Tuck
It might be useful to point your browser here instead: http://wireless.java.sun.com There you can find a reference toolkit to use. victor madamba wrote: we are a group of computer science students from the University of the Philippines. we would like to develop an application that could

Re: binary sms

2003-08-14 Thread Kwok Peng Tuck
Hmm, with kannel you don't need to do that, just make sure that for the sendsms user tester , the attributes concatenation and max-messages is set Try : concatenation=true max-messages=10 HTH Robin wrote: Thanks. How do i insert UDH in a way to send concatenated sms? Regards Robin

Re: sending and receiving $ and @

2003-07-22 Thread Kwok Peng Tuck
If you set the coding=2 when sending are you able to get the @ on your phone? Wayne wrote: Hi all, Both these sending and receiving problems occur on a SMPP 3.4 bind using stable 1.2.1 I have tried setting both msg-id-type and alt-charset to various values with no luck. Found this in

Re: sequence number question

2003-04-01 Thread Kwok Peng Tuck
Stipe Tolj wrote: Hmm, why don't you leave it running? That's why it's made. I do leave it running :) . What about SIGHUP ? I use that after log rotation. I remember from the mail archives that this causes kannel to reopen the log file but does it reset the sequence number ? Thanks.

Re: sequence number question

2003-04-01 Thread Kwok Peng Tuck
Thanks Nisan, I'll look into that. Nisan Bloch wrote: At 12:41 PM 4/1/03 +0800, Kwok Peng Tuck wrote: I see in the logs(bearerbox) that whenever a submit_sm or deliver_sm is made a sequence_number is also there. I need to be able to tally the submit_sm and deliver_sm. My question