Is that possible with vgetty ?

Marc SCHAEFER (schaefer@alphanet.ch)
17 Jan 1999 1909:53:32 +0100


Thierry Thelliez <thierry@acm.org> wrote:
> 1- The users will call a server. They will get a greeting message.

> 2- They will then enter a personal unique number and press whatever key
> ('#' ?) to
> finish the number

> 3- The server will then switch to a fax mode waiting for the user to fax
> a document.

This is implemented in mvm-current, look for param_cmd command file
argument. It's just needs the user to identify at this time, but this
can be removed.

> 4- The incoming document will be stored in a file (Tiff ?). The name of
> the file will
> be the ID the user previouly entered.

This needs more change to new_fax, currently, we just log the ID
the user sent to us and we switch to fax mode.