<div dir="ltr">Hi users,<div><br><div>I am currently playing with freeswitch to detect TALK event, i have the following set at profile level,</div><div> &lt;param name=&quot;vad&quot; value=&quot;both&quot;/&gt;<br></div><div>Plus i am exporting <span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:monospace,courier;font-size:12.8px">fire_talk_events=true while originate as well.</span></div><div><span style="background-color:rgb(249,249,249);color:rgb(0,0,0);font-family:monospace,courier;font-size:12.8px">Using python pyswitch</span></div><div><span style="background-color:rgb(249,249,249)"><font color="#000000" face="monospace, courier"><span style="font-size:12.8px">self.eventsocket.apiOriginate(&quot;{execute_on_answer=&#39;transfer 05123456789 XML default&#39;,originate_timeout=&#39;120&#39;,origination_caller_id_name=&#39;123456789&#39;,origination_caller_id_number=&#39;123456789&#39;}sofia/external/&quot;+NUMBER+&quot;@X.X.X.X&quot;,cidname=&quot;godson&quot;, cidnum=&quot;123&quot; ,channelvars={&#39;rtp_enable_vad_in&#39;:&#39;True&#39;,&#39;rtp_enable_vad_out&#39;:&#39;True&#39;,&#39;origination_uuid&#39;:uid,&#39;DTMF&#39;:UUID,&#39;fire_talk_events&#39;:&#39;true&#39;,&#39;fire_not_talk_events&#39;:&#39;true&#39;})</span></font><br></span></div><div><span style="background-color:rgb(249,249,249)"><font color="#000000" face="monospace, courier"><span style="font-size:12.8px"><br></span></font></span></div><div><span style="background-color:rgb(249,249,249)"><font color="#000000" face="monospace, courier"><span style="font-size:12.8px">I am getting this on fs_cli</span></font></span></div><div><span style="background-color:rgb(249,249,249);font-size:12.8px"><font color="#000000" face="monospace, courier"><div>2016-11-27 09:49:45.160380 [DEBUG] switch_rtp.c:7962 Activate VAD codec G722 20ms</div><div>2016-11-27 09:49:45.160380 [DEBUG] switch_core_media.c:6754 AUDIO RTP Engage VAD for sofia/external/05123456789@X.X.X.X ( in out )</div><div><br></div><div>I am getting all other registered events(CHANNEL_ANSWER, CHANNEL_DESTROY etc), but i am not able to get TALK event.</div><div><br></div><div>Can someone please help me out to get the talk event.</div><div><br></div><div>Regards</div><div>Abbasi</div></font></span></div></div></div>