<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'>Thanks for the response,<br><br>I went ahead and subscribed to all events, but am still not getting these events.&nbsp; I have also enabled &lt;param name="vad" value="both"/&gt; in my sip profile, not sure if this is redundant or not with the dial plan directives.&nbsp; If VAD is indeed enabled but not working, is there something else I should try?&nbsp; Thanks.<br><hr id="zwchr"><div style="color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Michael Collins" &lt;msc@freeswitch.org&gt;<br><b>To: </b>"FreeSWITCH Users Help" &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b>Sent: </b>Thursday, March 15, 2012 5:29:21 PM<br><b>Subject: </b>Re: [Freeswitch-users] Problem getting TALK and NOTALK events<br><br>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'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" target="_blank">freeswitch-users@digitaldan.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi, I'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="teliax-in"&gt;<br>
&lt;condition field="destination_number" expression="^(5555551212)$"&gt;<br>
&lt;action application="set" data="rtp_enable_vad_in=true"/&gt;<br>
&lt;action application="set" data="rtp_enable_vad_out=true"/&gt;<br>
&lt;action application="set" data="fire_talk_events=true"/&gt;<br>
&lt;action application="set" data="fire_not_talk_events=true"/&gt;<br>
&lt;action application="playback" data="ivr/ivr-hello.wav"/&gt;<br>
&lt;action application="record" data="/tmp/data.wav"/&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" target="_blank">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. &nbsp;I'm on git &nbsp;version "2c52f23 2012-02-18 08:37:47 -0600", Any ideas? &nbsp;Thanks.<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">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" target="_blank">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>
<br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>consulting@freeswitch.org<br>http://www.freeswitchsolutions.com<br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>http://www.cudatel.com<br><br>Official FreeSWITCH Sites<br>http://www.freeswitch.org<br>http://wiki.freeswitch.org<br>http://www.cluecon.com<br><br>FreeSWITCH-users mailing list<br>FreeSWITCH-users@lists.freeswitch.org<br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></div></div></body></html>