Resource[x].TCPs

Specifies the names of the TCPs used on the board to set up and tear down calls. For a list of available TCPs, refer to the Dialogic® NaturalAccess™ CAS API Developer's Manual.

Syntax

Resource[x].TCPs = tcpname tcpname

x = 0..9 (index of the associated resource pool)

Access

Read/Write

Type

String

Default

Null

Allowed values

One or more supported TCP names separated by spaces.

Example

Resource[0].TCPs = WNK0 NOCC

If you use the API rather than the oamcfg utility to set the TCP names, you must set the values individually. For example:

oamSetKeyword(hObj, "Resource[0].TCPs[0]", "WNKO");
oamSetKeyword(hObj, "Resource[0].TCPs[1]", "NOCC");

See also

Resource[x].Definitions, Resource[x].DSPs, Resource[x].Name, Resource[x].Size