2011/6/18 Prashant <[email protected]> > Hello > > I was integrating the Chat with US option on a website and I wanted the > Chat messages be routed directly to my mobile via SMS everytime I am not > available to answer the Chat so that I may have better chances to talk and > stay connected with possible customers on my site. > > > Well., We can send sms via way2sms login by using perl code [1]
If you are coder, you integrate both your website chat and this code to send you sms. [1] http://tuxcoder.wordpress.com/2011/06/14/send-free-sms-in-india-via-way2sms-login-from-terminal-using-perl-code/ Another way is, you may need to connect sim card sms reader/sender dongle like Huwai to the system, that should integrate with your web site chat server. Once you will get chat message in your web site, that should be forwarded to your hand mobile by that system connected sim card dongle. Then if you will reply to that sim card from your hand mobile, that should be displayed in that chat message of your web site. :-) But for all of these you may need to do some simple scripts. Thats all... -- Regards, Arulalan.T Project Associate Centre for Atmospheric Sciences Indian Institute of Technology Delhi My Experiments In Gnu/Linux ! : http://tuxcoder.wordpress.com Kanchi Linux User Group Rocks ! : http://kanchilug.wordpress.com -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
