Author Message
TomPurnell
Joined: Jul 22, 2009
Messages: 0
Offline
I was searching around the site for the DMCC source code but all links led to dead ends.

Where can I get the source code to the DMCC? I'm mainly looking for best practices to develop some code with the DMCC .NET API.
DaveBurritt
Joined: Dec 19, 2005
Messages: 0
Offline
Tom:

The SDK has some sample applications in it.

In addition, the SDK has C# code snippets for virtually all the interfaces. These snippets can be imported into Visual Studio.

Dave
TomPurnell
Joined: Jul 22, 2009
Messages: 0
Offline
Thank you. I imported the snippets and they work great. I would like the source code though to figure some basic dialing concepts or best practices when it comes to the Avaya system.
DaveBurritt
Joined: Dec 19, 2005
Messages: 0
Offline
I would recommend using the Dashboard tool to learn about all the capabilities of DMCC via the .NET interface.

To make a call, most people do one of the following:

1. Use the ThirdPartyCallControl "MakeCall" interface.
2. Use the Phone "PushButton" interface to manually press every digit of the number you want to dial. If you use this interface you will have to also instruct the phone to go "off hook" before you start dialing.

Dave
Go to:   
Mobile view