Thanks for your answer, but it doesn&#39;t work.<br>I tried to assign *3 to log, like this:<br>   <br>   &lt;extension name=&quot;transferencia2&quot;&gt;<br>      &lt;condition field=&quot;${attxfer_callthis}&quot; expression=&quot;^numberC$&quot;&gt;<br>

         &lt;action application=&quot;bind_meta_app&quot; data=&quot;3 b s log::INFO Transfer&quot;/&gt;<br>         &lt;action application=&quot;att_xfer&quot; data=&quot;sofia/gateway/test/loginC&quot;/&gt;<br><div class="h5">




      &lt;/condition&gt;<br>
   &lt;/extension&gt;</div><br>But *3 still calls the transferencia extension.<br>Any ideas?<br><br>Thank you very much!<br><br clear="all">Santiago Soares<br>Fone: (41) 8488-0537<br>
<br><br><div class="gmail_quote">On Wed, Feb 23, 2011 at 8:20 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</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;">

I think you can make another call to bind_meta_app and disable the *3 prior to the att_xfer. You could make *3 do something completely different (like trigger a log entry) and then you could see how many times your users tried to use *3 when they weren&#39;t supposed to. :)<div>


<br></div><div>-MC<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Wed, Feb 23, 2011 at 10:01 AM, Santiago Soares <span dir="ltr">&lt;<a href="mailto:santiagosoares@gmail.com" target="_blank">santiagosoares@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">
Hello,<br><br>I&#39;m using att_xfer to make call transfer, like that:<br>A calls B<br>B calls C<br>B hangup and A is bridged do C<br><br>The thing is, the way I am trying to do it, C is able to transfer the call again.<br>




I don&#39;t want that C be able to transfer the call again.<br>The call should be transfered only once.<br>Is it possible?<br><br>This is my dialplan:<br><br>&lt;include&gt;<br><br>   &lt;extension name=&quot;test_extension&quot;&gt;<br>




      &lt;condition field=&quot;destination_number&quot; expression=&quot;^numberB$&quot;&gt;<br>         &lt;action application=&quot;set&quot; data=&quot;bind_meta_key=*&quot;/&gt;<br>         &lt;action application=&quot;bind_meta_app&quot; data=&quot;3 b s execute_extension::transferencia XML public&quot;/&gt;<br>




         &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/test/loginB&quot;/&gt;<br>      &lt;/condition&gt;<br>   &lt;/extension&gt;<br><br>   &lt;extension name=&quot;transferencia&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^transferencia$&quot;&gt;<br>




         &lt;action application=&quot;read&quot; data=&quot;3 3 base256/16000/sound.wav attxfer_callthis 30000 #&quot;/&gt;<br>         &lt;action application=&quot;execute_extension&quot; data=&quot;transferencia2&quot;/&gt;<br>




      &lt;/condition&gt;<br>   &lt;/extension&gt;<br><br>   &lt;extension name=&quot;transferencia2&quot;&gt;<br>      &lt;condition field=&quot;${attxfer_callthis}&quot; expression=&quot;^numberC$&quot;&gt;<br>         &lt;action application=&quot;att_xfer&quot; data=&quot;sofia/gateway/test/loginC&quot;/&gt;<br>




      &lt;/condition&gt;<br>      &lt;condition field=&quot;${attxfer_callthis}&quot; expression=&quot;^numberD$&quot;&gt;<br>
         &lt;action application=&quot;att_xfer&quot; data=&quot;sofia/gateway/test/loginD&quot;/&gt;<br>
      &lt;/condition&gt;<br>
   &lt;/extension&gt;<br><br>&lt;/include&gt;<br><br><br>Thank you,<br clear="all"><font color="#888888">Santiago Soares<br><br>
</font><br></div></div>_______________________________________________<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>
<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>