ps: what does exit(42) mean??
On Wed, 12 Nov 2003 Libre Soft wrote :
--- surajit dutta <[EMAIL PROTECTED]> wrote: > Hi all > I would like to develop an application which sends > sms messages. > How can I go about it? Any pointers? I would not > like to send > messages via a GSM mobile modem, but via the net. > Thanks
Hello Surajit, For that very naturally you have to setup an SMS server/gateway. And in any case, you _must_ send the SMS using either a GSM 07.05 compatible modem or at least a GSM Mobile phone in sync with your GNU/Linux box running the SMS Server. For more info: http://www.isis.de/~s.frings/smstools/ http://www.gnokii.org/index.shtml P.S: It's not that you will be able to send SMS using that method for FREE! You have to pay probably. If you happen to do it successfully, just send me an SMS at --> (+91)9890359703 HTH, HAND. Bhaskar G.
===== -------------BEGIN SIGNATURE----------- if (argc > 1 && strcmp(argv[1], "-help") == 0) { printf("Don't Panic!\n"); exit(42); } -------------END SIGNATURE--------------
__________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3
S. Dutta
-- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
