Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vboxputty(8) [centos man page]

VBOXPUTTY(8)						      System Manager's Manual						      VBOXPUTTY(8)

NAME
vboxputty - a self-dialing/-calling vboxgetty SYNOPSIS
vboxputty -d device [-f config-file] [-c phonenumber] [-s ring-timeout] [-w wait] [-t redial] [-r redial-pause] vboxputty [-hv] DESCRIPTION
vboxputty is a vboxgetty, not waiting for, but triggering a call. After connect, vboxputty is acting exactly like vboxgetty. vboxputty exits with 0 if a connection was established, 99 on BUSY. OPTIONS
-h display a short help -v display the version information -f config-file use config-file instead of the default vboxgetty.conf -d device use device (/dev/ttyI*) for dialout -c phonenumber the phonenumber to be called -s ring-timeout vboxputty will dial the phonenumber and wait ring-timeout seconds for the called party to accept the call, if ring-timeout seconds are ellapsed before connect, vboxputty will hangup. -w wait after the connection is established, vboxputty will wait wait seconds before starting the tcl-script -t redial if the called party is BUSY, vboxputty will try redial times to get a connect -r redial-pause vboxputty waits redial-pause seconds between BUSY-redials FILES
/usr/local/vbox/etc/vboxgetty.conf AUTHOR
Gerrit Pape <pape@innominate.de> SEE ALSO
the vbox-documentation 4th Berkeley Distribution 13. January 2000 VBOXPUTTY(8)

Check Out this Related Man Page

VBOXPUTTY(8)						      System Manager's Manual						      VBOXPUTTY(8)

NAME
vboxputty - a self-dialing/-calling vboxgetty SYNOPSIS
vboxputty -d device [-f config-file] [-c phonenumber] [-s ring-timeout] [-w wait] [-t redial] [-r redial-pause] vboxputty [-hv] DESCRIPTION
vboxputty is a vboxgetty, not waiting for, but triggering a call. After connect, vboxputty is acting exactly like vboxgetty. vboxputty exits with 0 if a connection was established, 99 on BUSY. OPTIONS
-h display a short help -v display the version information -f config-file use config-file instead of the default vboxgetty.conf -d device use device (/dev/ttyI*) for dialout -c phonenumber the phonenumber to be called -s ring-timeout vboxputty will dial the phonenumber and wait ring-timeout seconds for the called party to accept the call, if ring-timeout seconds are ellapsed before connect, vboxputty will hangup. -w wait after the connection is established, vboxputty will wait wait seconds before starting the tcl-script -t redial if the called party is BUSY, vboxputty will try redial times to get a connect -r redial-pause vboxputty waits redial-pause seconds between BUSY-redials FILES
/usr/local/vbox/etc/vboxgetty.conf AUTHOR
Gerrit Pape <pape@innominate.de> SEE ALSO
the vbox-documentation 4th Berkeley Distribution 13. January 2000 VBOXPUTTY(8)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

simple shell script problem

hi all. i have a little problem. im basically reading input from the user from the keyboard into the variable "phonenumber". I want to do a little error check to check if the user doesnt enter anything in for the value phonenumber. i had this: read phonenumber if then ..... else ........ (2 Replies)
Discussion started by: djt0506
2 Replies

2. Shell Programming and Scripting

Count behaviour when using su -

Gentlemen, OK, I have an odd issue here perhaps someone can shed some light for me. When running a script as its user/owner the below pause/wait works just fine. When a developer has used su - to assume the username the pause does not happen... This is a HPUX11.00 machine, I have copied the blurb... (1 Reply)
Discussion started by: Eronysis
1 Replies

3. Shell Programming and Scripting

wait for 5 seconds in shell script

hi how can i wait for 5 seconds inside my shell script? 'wait 5' command doesnot seem to be working? (2 Replies)
Discussion started by: gopsman
2 Replies

4. Shell Programming and Scripting

Awk help

Hi friends Can any one help me in my script. I have a file like below uid: 1001010790901; phonenumber: 3169432296|abc abc uid: 1001008050805; phonenumber: 3165244543|cde efg uid: 1001008223203; phonenumber: 3163039533|cde efg uid: 1001008622808; phonenumber: 3168319975|cde efg ... (4 Replies)
Discussion started by: kotlurusr
4 Replies

5. AIX

To increase timeout for connect function

Hi All, Is there any way to increase the timeout of connect() function. Kindly provide me some information on configuring the TCP/IP timeout period, used during the AIX 'connect()' function call. Thanks SP (1 Reply)
Discussion started by: saraperu
1 Replies

6. UNIX for Dummies Questions & Answers

SED question

I am trying to write a script that will take an input text file in the format person: place: phonenumber; person: place: phonenumber; person: place: phonenumber; ... and output it using sed too: Name ######## Location ######### Phone Number... (1 Reply)
Discussion started by: jmack56
1 Replies

7. Programming

using libpcap with timeout

I want to write a small application using Libpcap in C on Linux. Currently, it starts to sniff and waits for the packets. But that's not what I need actually. I want it to wait for N seconds and then stop listening. (I think there's something wrong with my usage of 'pcap_open_live'...) How... (0 Replies)
Discussion started by: xyzt
0 Replies

8. UNIX for Dummies Questions & Answers

Internet-"Notification"

Hello simple question: I want to run a script as soon as an internet connection is established. Is there an easy way to do this without checking every 10 seconds if there is/isn't a connection? Thanks! Alex (3 Replies)
Discussion started by: al0x
3 Replies