cron job for paging


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers cron job for paging
# 1  
Old 02-05-2004
Question cron job for paging

How do I setup a cronjob for calling a normal telephone number. Is this possible? Also, can you tell me how to do this in Windows? We have a T-1 line for access to the Internet, no modems on the server.
# 2  
Old 02-05-2004
Can you describe more about what you're trying to do? Are you trying to create a cron job that calls up a script that dials a number? What's going to happen once the number is dialed? If you have a T1 line, then you shouldn't need to dial anywhere.. you're always connected to the Internet. The more details the better! Smilie
# 3  
Old 02-05-2004
Data call script

Yes, I would like the cronjob to call up a script that would allow me to call a normal phone number like a cell phone. No I am not always connected since I don't work 24 hrs a day, and believe it or not, I actually have a girlfriend and I sometimes don't even turn on my computer when I get home from work.

I already know how to do cronjobs, the question would be what script would allow me to dial a normal phone from the Internet, I have seen Internet phones, but I would just want it to dial a number and maybe even leave a message.
# 4  
Old 02-05-2004
contrary to popular belief computers do not talk. (by them selfs.)

if you want ot leave text messages on a pager or cell phone thats 1 things. but a voice message is a complete nother.

you will spend big $$ getting software to make your PC communicate in the way you are describeing.

believe it or not i do work 24/7 and i have no life. but my servers leave text messages on my cell phone when there is something wrong.
# 5  
Old 02-05-2004
How do I setup a text message?

Yes, text message would be fine, I don't need the computer to talk to me. By the way, we did have some voice recognition software on some of our Windows machines, they would talk to you, but you could not understand what they were saying, and they did not understand what you were telling them to do, so we stopped using the software. Plus, I am sure the people nearby did not like hearing their cubical mate telling the computer to order him some more viagra.
# 6  
Old 02-05-2004
Question send mail

I know how to do send mail, I guess that would work for text messaging, but I wanted the Sun Box to actually dial a phone number and make it ring.
# 7  
Old 02-05-2004
You can hang a modem on a serial port. Then use the tip command to dial the number. tip has a man page. Use "man tip".
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Cron job - Need to run Cron every quarter at particular time

Hi, 1) If some job supposed to run on 1st of every month at 7 AM In cron job when we have a blackout on the 1st ( i.e when 1st falls on a sunday ) how can we make the job run the next business day? 2) How can we run a job on 25th of every quarter 7 AM(jan,apr,jul,oct) And if 25th... (5 Replies)
Discussion started by: System Admin 77
5 Replies

2. Red Hat

Cron job

Hi everybody, We have a script which fetch the data from db. Below is the scenario where in the script has to be run by cron. Schedule script to run every minute from 5min-59min in the first hour of the day and then 0-59 for every other hour. Please let me know if any info required. ... (3 Replies)
Discussion started by: mastansaheb
3 Replies

3. Shell Programming and Scripting

Commented cron job -- cron monitoring

Hi I have a requirement to write a shell script,that will check the all commented job in cron job.Please help !! (2 Replies)
Discussion started by: netdbaind
2 Replies

4. Solaris

Cron job running even after cron is removed

Hi , I have removed a cron for particular user , but cron job seems to be running even after the cron entry is removed. The purpose of the cron was to sendmail to user ( it uses mailx utility ) I have restarted cron and sendmail service still user is getting mail alerts from the cron job. And... (4 Replies)
Discussion started by: chidori
4 Replies

5. UNIX Desktop Questions & Answers

Help on Cron job

Hi All; I need your help in designing cron job that do health check for unix server : i need it to execute the following command and send the result via email : >> top >> free -m >> df -kh >> mii-tool I appreciate the help. (3 Replies)
Discussion started by: rock you
3 Replies

6. AIX

Help with cron job

Hi guys and gals, I have this script that run perfectly when executed manually. If I place it in a cron to run on a schedule, it fails. Error is: exec(): 0509-036 Cannot load program /usr/local/bin/getlogical because of the following errors: 0509-150 Dependent module... (7 Replies)
Discussion started by: bbbngowc
7 Replies

7. UNIX for Dummies Questions & Answers

Cron job

Hi everybody I have created cron job called it CleanDir.txt, it contains the following command: rm /home/net-group/control-room/* to delete all files inside and I have saved it in /home/net-group/ after that I used crontab -e to edit crontab 40 8 * * * /home/net-group/CleanDir ... (2 Replies)
Discussion started by: bintaleb
2 Replies

8. UNIX and Linux Applications

Help regarding a cron job

Hi, I need to write cron job, which tries to build a project. It would check out code from a repository and then will attempt to build it .The results of the build would show up on a web-page (a table with rows, one for each build, should get updated; a link to the detailed log file; color green... (3 Replies)
Discussion started by: sat411
3 Replies

9. Solaris

cron job starts new cron proccess

I run cron in solaris 10 zone. One cron job which syncing files to nfs mounted on container, creates after finishing another cron proccess(/usr/sbin/cron), and after 100 existing cron proccesses next cron job will not start. It's too weird for me, I'm not able to solve this problem. Theoretically... (3 Replies)
Discussion started by: ron76
3 Replies

10. UNIX for Dummies Questions & Answers

CRON usage for CRON job

can anybody explain the usage of CRON for adding a cron job. please provide an example also for better understanding !!! Thanks (1 Reply)
Discussion started by: skyineyes
1 Replies
Login or Register to Ask a Question