dbSetTrunkConnectTrunks
dbSetTrunkConnectTrunks(
d_trunkConnectId
d_startTrunkId
d_endTrunkId
)
=> t / nil
Description
Sets the start and end trunks for the specified trunk connect ID.
Arguments
|
The trunk connect ID whose start and end trunks must be set. |
|
Value Returned
|
The start and end trunks were set for the specified trunk connect ID. |
|
|
The start and end trunks were not set for the specified trunk connect ID. |
Examples
dbSetTrunkConnectTrunks(trunkConnect startTrunk endTrunk)
Related Topics
Topology Pattern Database Access Functions
Return to top