Previous PageTable Of Contents../index.htmlIndexNext Page

fx_rtvContinue( )

Description | Cautions | Example | Errors | See Also

Name:

int fx_rtvContinue(dev, continue)

Inputs:

int dev

int continue

fax channel device handle

TRUE or FALSE

Returns:

0 if success

-1 if failure

Includes:

srllib.h

dxxxlib.h

faxlib.h

Category:

miscellaneous

Mode:

synchronous

Top Of PageDescription

The fx_rtvContinue( ) function is used for remote terminal verification. If you enable remote terminal verification (RTV), you must call this function after a PRE_PHASEB event is received by your application in order to proceed with the fax transfer. Otherwise, a firmware time-out occurs and the fax transfer is terminated.

To enable RTV, specify DF_ENABLE_RTV and DF_PHASEB in fx_sendfax( ). The RTV feature allows you to verify the recipient's identity and abort transmission if necessary before the firmware responds with a DCS message (digital command signal).

Parameter

Description

dev

Specifies the channel device handle for the fax channel obtained when the channel was opened.

continue

Specifies whether the application wishes to proceed with the fax protocol or not. Values are TRUE or FALSE.

Top Of PageCautions

None

Top Of PageExample

fx_rtvContinue(dev, FALSE);

fx_rtvContinue(dev, TRUE);

fx_rtvContinue(dev, FALSE);

Top Of PageErrors

None

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2002, Intel Corporation
All rights reserved
This page generated February, 2002