summaryrefslogtreecommitdiff
path: root/cmd/ossphone/ossphone.man
blob: 85fd9c24a6e1da8e3cdf3f47dce4d8c1b910ceed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
NAME
ossphone - Open Sound System phone call program.

SYNOPSIS
ossphone [ -d devname ] [ -s rate ] [ -t duration ] [ -l duration ]
         mdmin-dev mdmout-dev [phone-number]

DESCRIPTION
ossphone connects your modem device to your audio device, allowing you to make
phone calls using your computer. If a phone number is provided, ossphone will
dial it using tone dialing (DTMF).

NOTICE
This utility only works in limited number of Laptops that have si3055 and
compatible HDaudio modem chips.

OPTIONS
-d<devname>	Select <devname> as the audio device (eg -d/dev/dsp2).
-s<rate>	Select the audio sampling rate (eg -s9600).
-t<duration>	Select <duration> as the DTMF digit duration in
		seconds (eg -t0.1).
-l<duration>	Select <duration> as the DTMF silence (between digits)
		duration in seconds (eg -t0.05).

INTERRUPT
Sending a SIGINT (Ctrl-C in most terminals) will make ossphone end the
current phone call by setting the modem device on-hook.

FILES
/usr/bin/ossphone

AUTHOR
Paulo Matias