You mean so that only he can dial 666?<br><br>There're a few ways. You can create a 2nd context, set it in the user's directory config and only place eavesdrop in that context.<br><br>You can also add a 2nd <condition> to the extension that checks either the username or a variable set in the user's directory config.<br>
<br>-Steve<br><br><br><br><div class="gmail_quote">On 21 January 2011 08:36, Sam <span dir="ltr"><<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>></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;">
<div>Is there a method to make a evesdrop master such that only he can use the aplication and no one else ?</div>
<div> </div>
<div>Regds</div>
<div>Sam<font color="#888888"><br><br></font></div><div><div></div><div class="h5">
<div class="gmail_quote">On Fri, Jan 21, 2011 at 1:24 PM, Steven Ayre <span dir="ltr"><<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>></span> wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div bgcolor="#FFFFFF">
<div>Eavesdropping on a call requires transcoding. If you're using g729 you'll need a licensed version.<br><br>Steve on iPhone</div>
<div>
<div></div>
<div>
<div><br>On 21 Jan 2011, at 06:46, Sam <<a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>> wrote:<br><br></div>
<div></div>
<blockquote type="cite">
<div>
<div>But i gives error for g729 codec !</div>
<div> </div>
<div>2011-01-21 12:04:44.817605 [ERR] mod_g729.c:102 This codec is only usable in passthrough mode!<br>2011-01-21 12:04:44.817605 [ERR] switch_core_io.c:1042 Codec RAW Signed Linear (16 bit) encoder error!<br>2011-01-21 12:04:44.838101 [ERR] mod_g729.c:102 This codec is only usable in passthrough mode!<br>
2011-01-21 12:04:44.838101 [ERR] switch_core_io.c:1042 Codec RAW Signed Linear (16 bit) encoder error!<br>2011-01-21 12:04:44.858131 [ERR] mod_g729.c:145 This codec is only usable in passthrough mode!<br>2011-01-21 12:04:44.858131 [ERR] switch_core_io.c:433 Codec RAW Signed Linear (16 bit) decoder error!</div>
<div> </div>
<div>Regds</div>
<div>Sam<br><br></div>
<div class="gmail_quote">On Fri, Jan 21, 2011 at 10:37 AM, Sam <span dir="ltr"><<a href="mailto:u2nsam@gmail.com" target="_blank"></a><a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>></span> wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">kool, it works.<br><br>Regds<br><font color="#888888">Sam<br></font>
<div>
<div></div>
<div><br>On 1/20/11, Steven Ayre <<a href="mailto:steveayre@gmail.com" target="_blank"></a><a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>> wrote:<br>> Yes, that will work. You can set the group either within the extension or in<br>
> the user config.<br>><br>> For example:<br>><br>> <extension name="bridge"><br>> <condition field="destination_number" expression="^9(\d+)$"><br>> <action application="set" data="eavesdrop_group=spy1"/><br>
> <action application="bridge" data="sofia/gateway/gw1/$1"/><br>> </condition><br>> </extension><br>> <extension name="eavesdrop"><br>> <condition field="destination_number" expression="^666$"><br>
> <action application="answer"/><br>> <action application="set" data="eavesdrop_require_group=spy1"/><br>> <action application="eavesdrop" data="all"/><br>
> </condition><br>> </extension><br>><br>><br>> -Steve<br>><br>><br>> On 20 January 2011 10:11, Sam <<a href="mailto:u2nsam@gmail.com" target="_blank"></a><a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>> wrote:<br>
><br>>> If i use<br>>><br>>> <variable name="eavesdrop_group" value="spy1"/><br>>><br>>> at the user config, will the dialplan barge the above extension where the<br>
>> statement is stated ?<br>>><br>>> <extension name="eavesdrop"><br>>> <condition field="destination_number" expression="^779$"><br>>> <action application="answer"/><br>
>> <action application="set"<br>>> data="eavesdrop_require_group=sales_call_eavesdrop"/><br>>><br>>> <action application="eavesdrop" data="all"/><br>
>> </condition><br>>> </extension><br>>><br>>><br>>> Regds<br>>> Sam<br>>><br>>><br>>><br>>><br>>><br>>><br>>><br>>><br>
>><br>>><br>>><br>>><br>>> On Thu, Jan 20, 2011 at 3:13 PM, Sam <<a href="mailto:u2nsam@gmail.com" target="_blank"></a><a href="mailto:u2nsam@gmail.com" target="_blank">u2nsam@gmail.com</a>> wrote:<br>
>><br>>>> hello ,<br>>>><br>>>> I am using,<br>>>><br>>>> <extension name="global" continue="true"><br>>>> <condition><br>>>> <action application="info"/><br>
>>> <action application="db"<br>>>> data="insert/spymap/${caller_id_number}/${uuid}"/><br>>>><br>>>><br>>>> <action application="db"<br>
>>> data="insert/last_dial/${caller_id_number}/${destination_number}"/><br>>>> <action application="db" data="insert/last_dial/global/${uuid}"/><br>>>><br>
>>><br>>>> </condition><br>>>> </extension><br>>>><br>>>> <extension name="eavesdrop"><br>>>><br>>>><br>>>> <condition field="destination_number"<br>
>>> expression="^88(.*)$|^\*0(.*)$"><br>>>> <action application="answer"/><br>>>> <action application="eavesdrop" data="${db(select/spymap/$1)}"/><br>
>>><br>>>><br>>>> </condition><br>>>> </extension><br>>>><br>>>><br>>>><br>>>> i am getting the below error:-<br>>>><br>
>>> 2011-01-20 14:54:01.581151 [NOTICE] mod_dptools.c:920 Channel<br>>>> [sofia/internal/<a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">7006@192.168.2.190</a>] has been answered<br>
>>> 2011-01-20 14:54:01.581151 [DEBUG] sofia.c:4646 Channel sofia/internal/<br>>>> <a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">7006@192.168.2.190</a> entering state [completed][200]<br>
>>> EXECUTE sofia/internal/<a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">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<br>>>> sofia/internal/<a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">7006@192.168.2.190</a> has executed the last dialplan<br>
>>> instruction, hanging up.<br>>>> 2011-01-20 14:54:01.582119 [DEBUG] switch_channel.c:2535 (sofia/internal/<br>>>> <a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">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<br>>>> Hangup<br>>>> sofia/internal/<a href="mailto:7006@192.168.2.190" target="_blank"></a><a href="mailto:7006@192.168.2.190" target="_blank">7006@192.168.2.190</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>
>>><br>>>><br>>>> <a href="http://pastebin.freeswitch.org/15076" target="_blank"></a><a href="http://pastebin.freeswitch.org/15076" target="_blank">http://pastebin.freeswitch.org/15076</a><br>>>><br>
>>><br>>>> Regds<br>>>> Sam<br>>>><br>>><br>>><br>>> _______________________________________________<br>>> FreeSWITCH-users mailing list<br>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank"></a><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"></a><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"></a><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"></a><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>>><br>>><br>><br></div></div></blockquote></div><br></div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
<span><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a></span><br></div></blockquote></div></div></div><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>
<br></blockquote></div><br>
</div></div><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>
<br></blockquote></div><br>