Previous PageTable Of Contents../index.htmlIndexNext Page

dcb_monconf( )

Description | Cautions | Example | Errors | See Also

Name:

int dcb_monconf(devh,confid,lts)

Inputs:

int devh

  DCB/SC DSP device handle

 

int confid

  conference identifier

 

long *lts

  pointer to listen SCbus time slot

Returns:

0 on success
-1 on failure

Includes:

srllib.h
dtilib.h
msilib.h
dcblib.h

Category:

Conference Management

Mode:

synchronous

Top Of PageDescription

The dcb_monconf( ) function adds a monitor to a conference. A monitor has no input in the conference.

This function places the monitored signal on the SCbus. Several parties can listen to the monitored signal simultaneously.

Parameter

Description

devh:

The DCB/SC board device handle.

confid:

The conference identifier.

lts:

Indicates the pointer to the returned listen SCbus time slot. The monitored signal is present on this time slot.

A monitor counts as one of the parties in the conference. If all the resources on the DSP are already in use, it is not possible to monitor the conference. When a conference is deleted, the conference monitor is also deleted.

NOTES:
1. There may only be one monitor in a conference.
NOTES:
2. Calling this function uses one conferencing resource.
NOTES:
3. It is the application's responsibility to listen to the time slot on which the monitored signal is transmitted.

Top Of PageCautions

This function fails when:

Top Of PageExample

Top Of PageErrors

If the function does not complete successfully, it will return -1 to indicate an error. Use the Standard Attribute functions ATDV_LASTERR( ) to obtain the applicable error value, or ATDV_ERRMSGP( ) to obtain a more descriptive error message.

Refer to the error type tables found in Chapter 2 of this guide. Error defines can be found in dtilib.h, msilib.h or dcblib.h.

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2000, Dialogic Corporation
All rights reserved
This page generated January, 2002