Cisco Unified Application Environment Developer Forums

« Back to Etch

RE: Unable to hear the voice during a make call using etch java

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi All,
 
  We develope a simple make call application, in which url passes two numbers.In gotRequest(), a call triggered to dn1 and onmakecall complete another call triggered to dn2.
I have following doubts
 1. We can't hear any voice in either side except ringing. We need to setup any configuration for this?
 2. Connection between Ipphone lasts for 11 seconds. How to increase the time period?
 
Thanks,
Reeja.

Hi All,

We fixed this problem by passing null instead of text in begin call

previous : MakeCallResult MCR = server.beginMakeCall(sessionId, strTo, "", "EDial", MCoptions, HT_Query);

current : MakeCallResult MCR = server.beginMakeCall(sessionId, strTo, "",null, MCoptions, HT_Query);

Thanks,
Reeja.

Hi Reeja,

Sorry to say but Your problem is fixed becuase you passed MCoptions and some state data like HT_Query .

Its my perception your both calls were not in the conference thats why you did not get any voice from you other Number.

Conclusion ==>
Makecalloption you set Conference=true
set hairpin=true
and pass conferenceid=first call confeenceId
by this both call in Conference emoticon

passing null in From do nothing ,its useless else you wanna From number info in onmakecallcomplete.

Regards,
Brajesh