Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Need to set up UNIX script to send sms on mobile Post 302930640 by NikhilM on Tuesday 6th of January 2015 06:01:42 AM
Old 01-06-2015
Need to set up UNIX script to send sms on mobile

Hi All,

Can anyone please help in setting up Unix script for sending text messages on mobile??
Actually scenario is we want notification when there is any failures in our processes or if any service goes down we must be notified by a text message on our mobile, we already have email notifications for the same.

Your replies will be very helpful.

Thanks
 

8 More Discussions You Might Find Interesting

1. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies

2. UNIX for Advanced & Expert Users

Unix shell Script To Send SMS

hi , can anyone help with a script to send SMS to some mobile numbers on some conditions. (1 Reply)
Discussion started by: sdcoms
1 Replies

3. Shell Programming and Scripting

Sending SMS Via Unix Script?

Hi, Is it possible to send sms to a mobile from unix box using Shell Scripting? I really wonder if anyone can help me with some information regarding how to setup the environment if possible. Iam also searching and trying to setup the same. My Environment: HP-UX B.11.11 U 9000/800... (2 Replies)
Discussion started by: Omkumar
2 Replies

4. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

5. UNIX for Advanced & Expert Users

Script which will run every 10minutes and Send SMS to mobile

Hello Genuis guys, I am running Aix5 and Oracle 9 on it. I have sql query which only count a particular rows. I need to prepare a script which will run that sql query every 10 minutes and if the ouput count is greate than 20. It will send SMS to mobile numbers. Need your kind help to... (8 Replies)
Discussion started by: thepurple
8 Replies

6. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

7. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies

8. UNIX for Advanced & Expert Users

Send SMS to mobile

Hello Folks, I need to send the output from shell script to range of mobile phones based on their msisdn . Is there any open source solution could help me to do so from CentOS or redhat ?? (11 Replies)
Discussion started by: arm
11 Replies
CENTERIM(1)						      General Commands Manual						       CENTERIM(1)

NAME
centerim - a text mode based IM client for Linux, *BSD, Sun Solaris, MacOS X and possibly, other Unices. ICQ2000, Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are now supported. Internal LiveJournal client and RSS reader are also provided. SYNOPSIS
centerim [ option ] ... DESCRIPTION
This manual page documents briefly the centerim command. centerim is a text mode menu- and window-driven IM interface. Currently ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols are supported. It allows you to send, receive, and forward messages, URLs, SMSes and, contacts, mass message send, search for users (including extended "whitepages search"), view users' details, maintain your contact list directly from the program (including non-icq contacts), view the messages history, register a new UIN and update your details, be informed on receiving email messages, automatically set away after the defined period of inactivity (on any console), and have your own ignore, visible and invisible lists. It can also associate events with sounds, add events to the outgoing queue from command line, define external event processing actions (like events auto-forwarding or elizatalk), has support for Hebrew and Arabic languages and allows to arrange contacts into groups. OPTIONS
-a, --ascii use ascii characters to draw lines and boxes -h, --help display command line usage -v, --version show the program version info -b, --basedir <directory> specify another base directory; useful for having several IM identities under the same UNIX account -B, --bind <hostname/ip> tells centerim to use the specified IP address for outgoing connections -B, --no-xtitles disable title changing in xterm or screen -o, --offline start with all protocols set offline The following commands are used to put events to the outgoing queue from the command line. If centerim is already running they're to be sent immediately, otherwise they will be sent as soon as you go on-line. -s, --send <event type> This parameter specifies the type of event you want to send. Currently only "msg", "url" and "sms" are supported. -p, --proto <protocol type> This one specifies to which IM network the destination contact belongs. Can be "icq", "yahoo", "aim", "irc", "jab", "msn", "gg" or "lj". -t, --to <nickname or UIN> With this one you specify nickname or UIN of the destination contact. For icq it's possible to specify 0 to send events to yourself. Only SMSes are known to be possible to be sent to oneself though. -n, --number <phone number> Using this parameter you can send SMSes to any mobile numbers through the ICQ network. The message text is read from the standard input, so use pipes in shell to pass it. For example, you can say "hi" to me through the ICQ network with the following command: $ echo "hi" | centerim -s msg -p icq -t 17502151 In case you want to send an URL, the URL itself and its description are separated with a newline character the following way: $ echo -e "http://thekonst.net/ My modest homepage." | centerim -s url -p icq -t 17502151 Please note, that all three parameters are required in order to queue an event. Finally, a small example of sending SMSes: $ echo "sms test" | centerim -s sms -n 1234567890 It's also possible to change your current status on a particular IM network with the following command line option. -S, --status <status letter> The argument parameter is a letter which indicates which status is to be set: o (Online), _ (Offline), a (Away), d (Don't disturb), n (N/A), c (Occupied), f (Free for chat), i (Invisible) -p or --proto <protocol name> Exactly the same like it was described for the previous command. Examples: $ centerim -S _ -p icq This will set the icq status to offline. In other words, it'll be disconnected immediately. $ centerim -S a -p yahoo And this command will switch your yahoo status to away. VERSION
centerim 4.22.1 BUG REPORT
Report any bugs at our Bugzilla site at http://bugzilla.centerim.org/ AUTHOR
This page and centerim was originally written by Konstantin Klyagin. Currently, several people are maintaining this software project. WEB
http://www.centerim.org/ April 2, 2007 CENTERIM(1)
All times are GMT -4. The time now is 10:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy