AFDialPhone(3)						       AFDialPhone(3)



NAME
  AFDialPhone -	dial a phone device

SYNTAX
  #include <AF/AFlib.h>
  #include <AF/AFUtils.h>

  int AFDialPhone (AC ac, char *dialstring)

ARGUMENTS

  ac	    ac should be an audio context for the phone	device.

  dialstring
	    Specifies the number to dial.  The characters, '0' to '9', '#'
	    and	'*' as well as the military keypad characters, 'A' through
	    'D'.

DESCRIPTION
  AFDialPhone uses the phone device to dial the	telephone number specified by
  dialstring.
  AFDialPhone returns a	negative number	to indicate failure of some sort.
  AFDialPhone returns 0	upon success.

NOTES
  The only phone device	supported is DECaudio.

SEE ALSO
  AF(1)

BUGS
  If you encounter a reproducible bug, please submit a problem report to
  (af-bugs@crl.dec.com).

COPYRIGHT
  Copyright 1990-1994, Digital Equipment Corporation.
  See AF(1) for	a full statement of rights and permissions.

AUTHORS
  Digital Cambridge Research Lab