hello ,<br><br>I am using,<br><br><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px;"><pre style="padding: 1em; border: 1px dashed rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em;">
<extension name="global" continue="true"><br> <condition><br> <action application="info"/><br> <action application="db" data="insert/spymap/${caller_id_number}/${uuid}"/><br>
<action application="db" data="insert/last_dial/${caller_id_number}/${destination_number}"/><br> <action application="db" data="insert/last_dial/global/${uuid}"/><br>
</condition><br> </extension><br></pre><pre style="padding: 1em; border: 1px dashed rgb(47, 111, 171); color: black; background-color: rgb(249, 249, 249); line-height: 1.1em;"> <extension name="eavesdrop"><br>
<condition field="destination_number" expression="^88(.*)$|^\*0(.*)$"><br> <action application="answer"/><br> <action application="eavesdrop" data="${db(select/spymap/$1)}"/><br>
</condition><br> </extension></pre></span></span><br><br>i am getting the below error:-<br><br>2011-01-20 14:54:01.581151 [NOTICE] mod_dptools.c:920 Channel [sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a>] has been answered<br>
2011-01-20 14:54:01.581151 [DEBUG] sofia.c:4646 Channel sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a> entering state [completed][200]<br>EXECUTE sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a> eavesdrop()<br>
2011-01-20 14:54:01.582119 [ERR] mod_dptools.c:529 Usage: [all | <uuid>]<br>2011-01-20 14:54:01.582119 [NOTICE] switch_core_state_machine.c:189 sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a> has executed the last dialplan instruction, hanging up.<br>
2011-01-20 14:54:01.582119 [DEBUG] switch_channel.c:2535 (sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a>) Callstate Change ACTIVE -> HANGUP<br>2011-01-20 14:54:01.582119 [NOTICE] switch_core_state_machine.c:191 Hangup sofia/internal/<a href="mailto:7006@192.168.2.190">7006@192.168.2.190</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>
<br><br><a href="http://pastebin.freeswitch.org/15076">http://pastebin.freeswitch.org/15076</a><br><br><br>Regds<br>Sam<br>