Author Message
Kirthika.Chandru
Joined: Feb 18, 2014
Messages: 50
Offline
Anyone let me know Steps to run the simple IVR sample application given in DMCC API SDK
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
The basic steps are:

1. Setup a development environment (usually Eclipse) so you can compile and run the sample code.
2. Configure a H.323 Station on Communication Manager with "IP Softphone Enabled". You will use this as the IVR number.
3. Edit <SDK>\examples\resources\simpleIVR.properties

- callserver = It looks like this should be set to the name of the Switch Connection that AES uses to connect to CM. You can see this using the AES Web Manager (menu "Communication Manager Interface -> Switch Connections").
- extension - the Extension number of the IVR Station from step 2.
- password = the security Code of the IVR station
- cmapi1.server_ip = IP Address of AES
- cmapi1.username/password = a CTI user configured on AES
- cmapi1.server_port/secure = I recommend setting this to 4721/false . You will then use the insecure DMCC port and save a lot of messing with certificates.

4. Assuming you will use the insecure DMCC port, use the AES Web Management interface to enable the insecure DMCC port (4721). You can do this using the "
Networking -> Ports" menu.

5. Make sure your classpath includes:
- all the class files of the sample apps
- <SDK>\examples\resources
- <SDK>\examples\lib
- <SDK>\examples\media
- <SDK>\lib
- <SDK>\lib\mappings

6. Run the sample application and call the IVR number from another phone. Follow the prompts.

Martin
Go to:   
Mobile view