• PHONE_DIALTONE

    ioctl(ixj, PHONE_DIALTONE)

    Return Value

    None.

    Parameters

    None.

    Remarks

    Plays standard US Dial tone.

    See Also:

    PHONE_BUSY, PHONE_RINGBACK

    Example:

    printf("Starting dial tone\n");
    ioctl(ixj, PHONE_DIAL_TONE);
    getchar();
    printf("Stopping dial tone\n");
    ioctl(ixj, PHONE_CPT_STOP);
    getchar();
    close(ixj);
    


    ©1996-2001 Quicknet Technologies, Inc.