Can you confirm if the TALK/NOTALK events are even firing? Try listening to all events and then sifting through the barrage of data to see if those events are present. If they are then you know you just have a filtering issue. If they are not present then you know there&#39;s an issue with VAD or something like that.<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Mar 15, 2012 at 8:59 AM, Dan <span dir="ltr">&lt;<a href="mailto:freeswitch-users@digitaldan.com">freeswitch-users@digitaldan.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, I&#39;m having some issues getting TALK / NOTALK events to fire on an incoming stream to Freeswitch. In my ESL application I am subscribing to RECORD_START RECORD_STOP TALK NOTALK, Below is the dial plan I am using:<br>

<br>
&lt;extension name=&quot;teliax-in&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^(5555551212)$&quot;&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;rtp_enable_vad_in=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;rtp_enable_vad_out=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fire_talk_events=true&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fire_not_talk_events=true&quot;/&gt;<br>
&lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-hello.wav&quot;/&gt;<br>
&lt;action application=&quot;record&quot; data=&quot;/tmp/data.wav&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
I can see that VAD is enabled:<br>
<br>
2012-03-15 09:49:25.523832 [DEBUG] switch_rtp.c:4130 Activate VAD codec PCMU 20ms<br>
2012-03-15 09:49:25.523832 [DEBUG] sofia_glue.c:3353 AUDIO RTP Engage VAD for sofia/external/<a href="mailto:3035551212@10.10.10.1">3035551212@10.10.10.1</a> ( in out )<br>
<br>
<br>
In my ESL app I get the RECORD_START and RECORD_STOP but not the talk events.  I&#39;m on git  version &quot;2c52f23 2012-02-18 08:37:47 -0600&quot;, Any ideas?  Thanks.<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>