|
TelephonyServerGetChannel Method (Type) |
Gets an available
Channel Resource of a specific type (SipChannel, DigitalChannel, MsiChannel, T1Channel or AnalogChannel).
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public ChannelResource GetChannel(
Type type
)
Public Function GetChannel (
type As Type
) As ChannelResource
public:
ChannelResource^ GetChannel(
Type^ type
)
member GetChannel :
type : Type -> ChannelResource
Parameters
- type
- Type: SystemType
This specifies the type of channel you would like to retrieve. Available types are: SipChannel, DigitalChannel, MsiChannel, T1Channel or AnalogChannel. This function will throw an exception if the type of channel requested is not available.
Return Value
Type:
ChannelResource
A single
Channel Resource is returned that you may use to execute functions on the associated channel.
Remarks
This function will throw an exception if the type of channel requested is not available.
Documentation In Development
We are constantly adding features and new capabilities to
The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements
is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:
Thank you for your continued support of Voice Elements.
See Also