• IXJCTL_POTS_PSTN

    ioctl(ixj1, IXJCTL_POTS_PSTN, int enable)

    Return Value

    TRUE if the connection succeeds, FALSE if it does not.

    Parameters

    A 1 to enable the POTS to PSTN connection, 0 to disable it.

    Remarks

    This ioctl will connect the POTS port to the PSTN port on the LineJACK. In order for this to work properly the port selection should be set to the PSTN port with IXJCTL_PORT prior to calling this ioctl. This will enable conference calls between PSTN callers and network callers. Passing a 1 to this ioctl enables the POTS<->PSTN connection while passing a 0 turns it back off. In order to use the telephone with the PSTN line (pass through mode) the card must be set for PORT_PSTN, PSTN_ON_HOOK and POTS_PSTN 1.

    See Also:

    Example:

    ioctl(ixj, IXJCTL_POTS_PSTN, 1);


    ©1996-2001 Quicknet Technologies, Inc.