sl_query_config subroutine

Purpose

Find the configuration of a specified signaling process its capabilities.

Library

The signaling interface library (libsl.a).

C syntax


#include <slsigpr.h>
...
SL_RET_CODE 	          sl_query_config (
   SL_PROC_TYPE 	      sl_proc_type,
   SL_CONFIG_ST *	     psl_config_st 
);

Description

This subroutine can be used by channel processes before sending a request to a signaling process, to determine the capabilities of the signaling process.

Parameters

sl_proc_type
The signaling process type.
pConfigSt
The returned signaling process configuration information.

Return values

SLRC_OK
Successful.
SLRC_INVALID_ARGS
The value of psl_config_st is NULL.
SLRC_INVALID_SL_TYPE
The value of sl_proc_type is not one of those defined in the SL_PROC_TYPE enumeration.
SLRC_ERROR_READING_CONFIG
An error occurred reading the Blueworx Voice Response signaling interface configuration.

Related information