Dialogic 05-0867-005 Table Top Game User Manual


 
cc_SetParm( ) sets the default channel parameters
244
Name:
int cc_SetParm(linedev, parm_id, value)
Inputs:
LINEDEV linedev
line device handle
int parm_id
parameter identifier
long value
parameter value
Returns:
0 on success
< 0 on failure
Includes:
cclib.h
Category:
System tools
Mode:
synchronous
Technology:
BRI/2; BRI/SC; PRI (all protocols)
!
! !
!
Description
The cc_SetParm( ) function sets the default channel parameters of the line device.
The channel parameters are included in the call setup message to describe the
characteristics of the channel and tell the network the path for routing the call.
Parameter Description
linedev:
The line device handle.
parm_id:
The parameter identification. See Table 26 below for a list of
possible parameter ID definitions.
value:
The address of the buffer where the default
parameters/information will be stored.
The following table describes the possible parameter ID definitions for the
cc_SetParm( ) function. The parameters are the same as those listed for the
cc_GetParm( ) function.