<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Unable to hear the voice during a make call using etch java</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3666475" />
  <subtitle>Unable to hear the voice during a make call using etch java</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=3666475</id>
  <updated>2013-05-26T06:08:11Z</updated>
  <dc:date>2013-05-26T06:08:11Z</dc:date>
  <entry>
    <title>RE: Unable to hear the voice during a make call using etch java</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4242926" />
    <author>
      <name>brajesh yadav</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4242926</id>
    <updated>2011-07-19T12:42:19Z</updated>
    <published>2011-07-19T12:42:19Z</published>
    <summary type="html">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 ==&gt;
Makecalloption you set Conference=true
set hairpin=true 
and pass conferenceid=first call confeenceId
by this both call in Conference :)

passing null in From do nothing ,its useless else you wanna From number info in onmakecallcomplete.

Regards,
Brajesh</summary>
    <dc:creator>brajesh yadav</dc:creator>
    <dc:date>2011-07-19T12:42:19Z</dc:date>
  </entry>
  <entry>
    <title>RE: Unable to hear the voice during a make call using etch java</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3748325" />
    <author>
      <name>Reeja Jose</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3748325</id>
    <updated>2011-04-19T12:04:23Z</updated>
    <published>2011-04-19T12:04:23Z</published>
    <summary type="html">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.</summary>
    <dc:creator>Reeja Jose</dc:creator>
    <dc:date>2011-04-19T12:04:23Z</dc:date>
  </entry>
  <entry>
    <title>Unable to hear the voice during a make call using etch java</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3666474" />
    <author>
      <name>Reeja Jose</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3666474</id>
    <updated>2011-04-14T13:11:20Z</updated>
    <published>2011-04-14T13:11:20Z</published>
    <summary type="html">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.</summary>
    <dc:creator>Reeja Jose</dc:creator>
    <dc:date>2011-04-14T13:11:20Z</dc:date>
  </entry>
</feed>

