4.9. GCIS_SET_FACILITY Parameter Set
Table 29 shows the parameter IDs for the GCIS_SET_FACILITY set ID. The parm IDs, GCIS_PARM_FACILITY_FEATURESERVICE and GCIS_PARM_FACILITY_CODING_VALUE, must be paired to support the specific feature or service requested from the network. The application writer needs to know what specific feature/service is being used before entering a value for these parameters.
- Note: The GCIS_SET_FACILITY parameter set is not supported when using DM3 boards.
Table 29. GCIS_SET_FACILITY Parameter IDs
|
Parameter ID
|
Type
|
Description
|
| GCIS_PARM_FACILITY_FEATURESERVICE |
unsigned char |
Identifies facility request as a feature or a service. Valid values are:
- ISDN_FEATURE - request is a facility feature. Features are normally used in the facility message after a call is initiated. Features can also be used in the setup message.
- ISDN_SERVICE - requested facility is a service. Service can be used at any time in the NSF IE. Service is often used in the setup message to select a specific network service.
Note: If this parameter is not present in the makecall block, ISDN_NOTUSED is put in the CC makecall block. |
| GCIS_PARM_FACILITY_CODINGVALUE |
unsigned char |
Facility coding value. Identifies the specific feature or service provided. Valid values are:
- ISDN_CPN_PREF: facility coding - CPN preferred
- ISDN_BN_PREF: facility coding - BN preferred
- ISDN_CPN: facility coding - CPN
- ISDN_BN: facility coding - BN
- ISDN_SDN: service coding - SDN
- ISDN_MEGACOM800: service coding - MEGACOM 800
- ISDN_MEGACOM: service coding - MEGACOM
|
|
|
- ISDN_WATS: service coding - WATS
- ISDN_TIE: service coding - TIE
- ISDN_ACCUNET: service coding - ACCUNET SDS
Note: If this parameter is not present in the makecall block, ISDN_NOTUSED is put in the CC makecall block. |