<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Capturing Call Answer event in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537346#M1623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate how to apply this as i am new with Jtapi and i am facing the same issue with (PSTN) phones i apply this condition to check if the state is answered or not but it works only with Ip phones &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (( mycall.getConnections()[1].getState() == Connection.CONNECTED) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;&amp;amp;(mycall.getConnections()[0].getState() == Connection.CONNECTED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me how to apply your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohamed&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 13:09:02 GMT</pubDate>
    <dc:creator>mohamedsary15</dc:creator>
    <dc:date>2018-04-12T13:09:02Z</dc:date>
    <item>
      <title>Capturing Call Answer event</title>
      <link>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537344#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having difficulties in getting call answered event. &lt;/P&gt;&lt;P&gt;Call Answered means when called party answers phone&lt;/P&gt;&lt;P&gt;I am monitoring a CUCM extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially I used CiscoRTPOutputStartedEv event to signal answered event.&lt;BR /&gt;It worked well with extensions which are in local CUCM.&lt;/P&gt;&lt;P&gt;When i called to local extensions, CiscoRTPOutputStartedEv got caught when call answered by called party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I called to PSTN using CUCM extension, CiscoRTPOutputStartedEv event got captured when call was in ringing state.&lt;/P&gt;&lt;P&gt;When called party answerd call, CiscoRTPOutputStartedEv not captured by JTAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used events like CallCtlTermConnTalkingEv,CallCtlConnEstablishedEv but unable to get any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I using right approach to capture Call Answered event?&lt;/P&gt;&lt;P&gt;Is there another way to capture call answered event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me about same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 18:43:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537344#M1621</guid>
      <dc:creator>ashish.nijai</dc:creator>
      <dc:date>2014-10-14T18:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Call Answer event</title>
      <link>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537345#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use CallCtlConnEstablishedEv event and check if both terminal connection are in "TALKIN" states. App will receive 2 CallCtlConnEstablishedEv event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:38:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537345#M1622</guid>
      <dc:creator>upchaurasia</dc:creator>
      <dc:date>2014-10-16T05:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing Call Answer event</title>
      <link>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537346#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Umesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate how to apply this as i am new with Jtapi and i am facing the same issue with (PSTN) phones i apply this condition to check if the state is answered or not but it works only with Ip phones &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (( mycall.getConnections()[1].getState() == Connection.CONNECTED) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;&amp;amp;(mycall.getConnections()[0].getState() == Connection.CONNECTED)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me how to apply your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohamed&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 13:09:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/capturing-call-answer-event/m-p/3537346#M1623</guid>
      <dc:creator>mohamedsary15</dc:creator>
      <dc:date>2018-04-12T13:09:02Z</dc:date>
    </item>
  </channel>
</rss>

