Cisco Unified Application Environment Developer Forums

« Back to Etch

RE: Conference Call Using Etch Java

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi All,
    Our application has a requirement where a conference call should be initiated between 3 people. For this, we are planning to write a script using etch in java and deployed in CUAE so that it can be exposed as URL, The 3 telephone numbers are dynamic and to be obtained from URL.
 
 We successfully executed HttpMakeCall and Kindly provide me some points on this.
 
Thanks,
Reeja.
 

Hi all,

We developed an application for conference call which invoked by the url with parameters dn1 and dn2. In got request, make a call to dn1 and
onMakeCallComplete add this call to conference and begin call to dn2. But when dn2 pick the call, connection from dn1 getting lost.
Using java, how we can accomplish this conference call. Atleast 3 people should be there in the conference.

If anybody know the answer please reply to me.

Thanks,
Reeja.