Dialogic 05-0867-005 Table Top Game User Manual


 
cc_SetParmEx( ) set parameters requiring variable data to be passed
250
Name:
int cc_SetParmEx(linedev, parm_id, *parminfoptr)
Inputs:
LINEDEV linedev
line device handle
int parm_id
parameter identifier
PARM_INFO *parminfoptr
pointer to the PARM_INFO
block
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_SetParmEx( ) function is an extension of the cc_SetParm( ) function that
allows the application to set parameters requiring variable data to be passed down
to the firmware, without reconfiguration. These parameters include the Service
Protocol Identifier (SPID) number, the directory number, and the subaddress of a
User-side line. The SPID must first be specified using the cc_SetDChanCfg( )
function and then can be changed using the cc_SetParmEx( ) function. The
directory number and subaddress, which are used to restrict incoming calls to
those whose parameters match the specified values, can be set and/or changed at
any time using the cc_SetParmEx( ) function.