[smslib] Re: KannelHTTPGateway Inbound support

2012-02-09 Thread Bassam
Check this http://groups.google.com/group/smslib/browse_thread/thread/60ad38edf154454a If your interested I'll send you the code. On Feb 8, 12:54 pm, jade yabot wrote: > hi can anyone help me on this... > thanks. > > On Jan 30, 2:36 pm, jade yabot wrote: > > > > > > > > > Hi will the SMSlib sup

[smslib] Re: Does SmsLib provide a way to convert the returned 7-bit ASCII to a readable string

2012-02-09 Thread JordanThompson
Here is a BS way to do this using the existing SMSLib tools: /** * I stole the header from another message - I don't believe it will cause any problems (if someone has any better suggestions, please let me know) */ final String header = "079144F00100079199F930"; //This is what i

[smslib] Re: Not getting IGatewayStatusNotification callbacks

2012-02-09 Thread JordanThompson
Good point - I tried switching from IGatewayStatusNotification to IOutboundMessageNotification, with basically the same logic, but process() is never being called. Any suggestions? On Feb 8, 4:33 pm, "T.Delenikas" wrote: > The gateway status is called when a gateway starts or stops. I think that

[smslib] Does SmsLib provide a way to convert the returned 7-bit ASCII to a readable string

2012-02-09 Thread JordanThompson
Or can anyone point me to some code that does? thanks, Jordan -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To post to this group, send email to smslib@googlegroups.com. To unsubscribe from this group, send email to smslib+unsubsc

Re: [smslib] How to use SMSLIB in 64 bit windows 7 ultimate and other 64 bit platforms

2012-02-09 Thread penugonda chenna reddy
Thanks,, I will tryout and update... On Thu, Feb 9, 2012 at 7:43 PM, Alex Anderson < alexanderandersonofando...@gmail.com> wrote: > Alternatively you should find you can use win32com.dll with a 32-bit > JRE on a 64-bit OS. > > On 5 February 2012 17:46, T.Delenikas wrote: > > There is an issue wi

Re: [smslib] How to use SMSLIB in 64 bit windows 7 ultimate and other 64 bit platforms

2012-02-09 Thread Alex Anderson
Alternatively you should find you can use win32com.dll with a 32-bit JRE on a 64-bit OS. On 5 February 2012 17:46, T.Delenikas wrote: > There is an issue with Win x64 platforms. > Try to use the 64bit RxTx libraries described here: > http://smslib.org/doc/installation/#RxTx_Installation > > -- >

[smslib] javax.comm.PortInUseException in SMSLib

2012-02-09 Thread Bhaskar Jyoti Sharma
Hi, i am trying to use SMSLib to send sms to mobiles from my pc. I am using my Nokia 5130 GSM phone to send messages, but its not working. Heres the code i am using. package sms; import org.smslib.AGateway; import org.smslib.IOutboundMessageNotification; import org.smslib.Library; import org.smsl