Click or drag to resize

TelephonyServerGetAllChannels Method

Gets all channels from the telephony server. This is only valid in Dedicated Mode and will not work in a cloud, telphony bank architecture.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public List<ChannelResource> GetAllChannels()

Return Value

Type: ListChannelResource
Returns a list object containing a single item for every Channel Resource object retrieved.
Remarks
This Method Will Disallow Deploying Into Telephony Bank

We suggest that you use the Get Channel Method or one of its overloads to make your application not consume all channels on the server. These channels can get out of state and having them consumed may cause problems. Also, you will not be able to deploy in our hosting, telephony bank with this method used.

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