Author Message
RohitS
Joined: Feb 3, 2015
Messages: 2
Offline
What are the basic requirements I need to make a call from avaya through .Net C# application. I need to make a call and play a recorded voice to a Telephone Number.

I have Avaya one X agent installed. What do I need more?

Please help

Thanks
DipeshGandhi2 [Avatar]

Joined: Nov 14, 2011
Messages: 35
Offline
Hi Rohit,

EDP does not have a direct C# API interface to make calls and play announcement but what you can do is use a REST web service on your EDP snap-in. The REST service can perform the operation you like (make call and play announcement) and allow parameters to drive the request such as called party endpoint. Your C# application can consume the REST service.

When you create an EDP snap-in project using provided Maven template, a REST web service is automatically created for you. Refer to MyApplication.java and MyResource.java. The MyResource.java is where you can create/define your REST operation.


Dipesh Gandhi Software Engineer, Avaya DevConnect
HollyV_deprecated
Joined: Jan 20, 2015
Messages: 2
Offline
Thanks Dipesh
Go to:   
Mobile view