<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><pre>Hello,

 I have a problem with the mod_spy module.<br>It seems that it just plays music and do not actually spy.
I want to dial an extension with the number of the user I want to spy and wait for a call in or out for that user.<br>Mod_spy application plays music but when a call is handled by the user I can't hear it continues to play the music on hold audio file.<br><br>This is the dialplan:

&lt;extension name="eavesdrop"&gt;<br>  &lt;condition field="destination_number" expression="^88(.*)$|^\*0(.*)$"&gt;<br>    &lt;action application="answer"/&gt;<br>    &lt;action application="userspy" data="$1@myserver"/&gt;<br>  &lt;/condition&gt;<br>&lt;/extension&gt;<br>

If I dial 881000, for example, It means I want to spy on user 1000.
I have in and out calls from user 1000 but I can't hear. 
<br>userspy_show in fs_cli, I get :
<br>1000@myserver : e9165eaf-e8d7-40ad-a8cd-d2963f363684

1 total spy<br><br>I have FreeSwitch version FreeSWITCH Version 1.4.26-37~64bit (-37 64bit)<br><br></pre>SF.<br></div></body></html>